/* left column */

#leftcol {
	float:left;
	height:100%;
	width: 400px;
}

#leftheader {
	margin-top: 30px;
}

/* right column */
#rightcol {
	float: right;
	width: 328px;
}

#rightheader {
	height:100%;
	margin-top:35px;
}

#ads {
	margin-top: 35px;
	padding: 0;
}

.adbanner {
	margin: 0;
	width: 300px;
	height: 250px;
}

.large_adbanner {
	padding: 2px;
	width: 300px;
	height: 500px;
}

#episodes {
	width: 400px;
	overflow: hidden;
}

#episodes img {
	border: 0;
	float: left;
	padding: 10px;
}

#footer {
	margin-top: 10px;
	width: 80%;
}

#footer .back {
	float: left;
}

#footer .next {
	float: right;
}

#ad_footer {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
