html, body {
	background-image: none;
	padding: 0;
}

#header {
	display: none;
}

#footer {
	display: none;
}

#container {
	width: auto;
	margin: 0;
	border: none;
}

#topnav {
	display: none;
}

body.standard #main, #content {
	background-color: White;
}

body.standard #content {
	float: none;
	width: auto;
	padding: 0;
}

#side {
	display: none;
}

body.standard .landingblock, body.standard .landingblock .wrapper {
	background-image: none;
}

#breadcrumb {
	display: none;
}