#container {
	width: 95%;
	margin: 0;
}

body #top #logo {
	float: none;
	width: auto;
	height: 40px;
	margin: 0 0 10px 0;
	background: none;
	border-bottom: 1px solid #ccc;
	}
	#top #logo p.accessibility {
		top: 0; left: 0;
	}
	#top #logo a {
		font-size: 1.3em;
		font-weight: normal;
		line-height: 2em;
		color: #000;
		text-decoration: none;
		text-transform: uppercase;
	}
	
#top #functions {
	display: none;
}
#topgraphic, #topnav { display: none; }

#main {
	width: 100%;
	padding: 0;
	}
	#left { display: none; }
	
	#content {
		float: none;
		width: 100%;
		margin: 0 0 10px 0;
		}
		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;
}