#container {
	width: 95%;
	margin: 0;
}

/* h1 { background: none; } */

body #top #logo {
	position: static;
	float: none;
	width: auto;
	height: auto;
	margin: 10px 0 10px 0;
	padding: 0 0 10px 0;
	background: none;
	border-bottom: 1px solid #ccc;
	}
	#top #logo p { display: none; }
	
#top #functions {
	display: none;
}
#topgraphic, #topnav { display: none; }

#main,
body.frontpage #main {
	width: 100%;
	padding: 0;
	}
	
	#feature-wrap { display: none; }
	
	#left { display: none; }
	
	#content {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
		border: none;
		}
		body.frontpage #content {
			width: 100%;
			margin-right: 0;
		}
		body.full #content {
			width: 100%;
			margin-right: 0;
		}
		
		#content div.contentleft {
			float: none;
			width: auto;
			margin-right: 0;
		}
		#content div.contentright {
			float: none;
			width: auto;
			margin-right: 0;
		}
		body.full #content div.contentleft {
			width: auto;
			margin-right: 0;
		}
		body.full #content div.contentright {
			width: auto;
			margin-right: 0;
		}

		#tools { display: none; }
	
	#right {
		float: none;
		width: auto;
		margin-top: 0;
	}

#footer {
	display: none;
}