body{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #f2e6b3 url("/images/master_background.jpg") -2px 0px no-repeat;
}

#mainWrapper{
	width: 1000px;
	text-align: left;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: url("/images/shadow_right.jpg") right top repeat-y;
	padding-right: 20px;
}

/* HEADER */

#header{
	width: 1000px;
	height: 180px;
}
	#logo{
		width: 428px;
		float: left;
	}
	#header_pic{
		float: right;
		width: 572px;
	}

/* CONTENT */

#mainContentWrapper{
	width: 935px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 33px;
}
	#videoPlayer{
		float: left;
		height: 572px; 
		width: 438px;
		background: transparent;
	}
	
	#spreadLinks
	{
		float: left;
		clear:both;
		width: 438px;
		position: relative;
		top: 50px;
		left: 40px;
	}
	
	#contentContainer{
		float: right;
		width: 485px;
		background: url("/images/vertical_divider.gif") 258px 0px no-repeat;
	}
		
		#copy{
			float: left;
			width: 258px;
		}
		
		#adSet1{
			width: 213px;
			float: right;
		}
		
		#adSet1 .ad_200x200{
			width: 200px;
			height: 200px;
			border: 1px solid #f2e6b2;
			background: #ffffff;
			margin-bottom: 20px;
			float: right;
		}
		
		#welcome{
			width: 247px;
			padding-right: 13px;
		}
		
			#welcome h1{
				margin: 0px;
				padding: 0px;
				float: left;
				background: url("/images/text_welcome.gif") no-repeat;
				width: 93px;
				height: 28px;
				text-indent: -1000px;
				overflow: hidden;
			}
			
			.welcome_text{
				float: left;
				margin-top: -17px;
				line-height: 16px;
				width: 235px;
			}
			.first_line{
				padding-left:  96px;
			}
			
		#seperator{
			margin: 37px auto 37px auto;
			height: 8px;
			overflow: hidden;
			width: 219px;
			background: url("/images/black_divider.gif") no-repeat;
		}
		
		#in_this_episode{
			width: 247px;
			line-height: 16px;
			padding-right: 13px;
		}
			
			#in_this_episode h2{
				margin: 0px;
				padding: 0px;
				margin-left: auto;
				margin-right: auto;
				margin-bottom: 10px;
				background: url("/images/txt_episode.gif") no-repeat;
				width: 157px;
				height: 30px;
				text-indent: -1000px;
				overflow: hidden;
			}
		
		#ad_485x120{
			width: 485;
			height: 120px;
			background: #ffffff;
			border: 1px solid #f2e6b2;
			background: #ffffff;
		}

/* LINKS */
a{color: #000; text-decoration: none;}
a:hover{text-decoration: underline;}
	
/* FOOTER */

#footerBar{
	background: url("/images/footer_divider.gif") no-repeat;
	width: 938px;
	height: 8px;
	margin: 44px auto 20px auto;
}

#footer{
	text-align: center;
	padding-bottom: 140px;
}

/* MISC */

.clear{
	clear: both;
	height: 0px;
	overflow: hidden;
}
