body {
	background: none;
	color: #000;
}
#header {
	background: none;
	margin: 0;
}
#header #logo {
	position: inherit;
	margin: 0 auto;
	width: 128px;
	left: inherit;
	top: inherit;
	padding: 15px 0;
}
#header h1 {
	text-align: center;
	text-indent: 0;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	display: block;
	position: inherit;
}
#top-nav {
	display: none;
}
#nav {
	display: none;
}
#search-bar {
	display: none;
}
#content-footer {
	background: none;
}
#content-footer ul {
	display: none;
}
#footer {
	display: none;
}
#sidebar {
	display: none;
}
#main-content {
	float: none;
	margin: 0 auto;
}