#left-bar, #right-bar, #top-nav, #search, .inner-content{
	display: none;
}


#container {
	width: 100%;
	float: none;
}

#header {
	height: auto;
}

#header h1 {
	letter-spacing: 0;
	font-size: 24pt;
	margin: 0.5em 0;
	padding: 0;
	width: 100%;
}

#header .header-image {
	display: none;
}

#content-container {
	float: none;
}

#content {
	float: none;
	width: 100%;
}

.top-content {
	width: 100%;
	color: #000;
	margin: 0.5em 0;
}

.top-content p {
	margin: 0;
	padding: 0;
}

#main-content {
	float: none;
	position: static;
	width: 100%;
	margin: 0.5em 0;
	padding: 0;
}

#content p, #content ul {
	color: #000;
}

#main-content h2 {
	color: #000;
	font-size: 120%;
}

#main-content a {
	color: #000 !important;
	text-decoration: underline !important;
}

#content img {
	display: none;
}