body {
	background: #fff;
}

h2 {
	padding: 5px 0 0 0;
	background: none;
}

div#pageWrapper {
	margin: 0;
	width: auto;
}

ul#navigation,
div#sideBar,
div#header form,
div#header p#currentlyOnair {
	display: none;
}

div#featuredPromo {
	position: static;
	overflow: visible;
}

	div#featuredPromo div.promoDetails {
		position: static;
		height: auto;
		width: auto;
		padding: 10px 0;
		background: none;
	}

div#latestPosts ul li {
	border-left: none;
	border-top: 1px solid #333;
	float: none;
	margin: 1em 0 0 0;
	padding: 1em 0 0 0;
	width: auto;
	clear: both;
}

	div#latestPosts ul li.firstItem {
		border-top: none;
		margin-top: 0;
		padding-top: 0;
	}

	div#latestPosts ul li img {
		float: left;
		margin: 0 5px 5px 0;
	}

div#content {
	float: none;
	padding: 10px 0;
	width: auto;
}

div#footer {
	padding: 10px 0;
}

