@charset "utf-8";
/* CSS Document */
 
 
 body {
	 margin:0;
	 background-color:#000;
	 background-image: url(../images/headerBack.jpg);
	 background-repeat:no-repeat;
	
	  }

#rap{
	width:960px;
	padding-left:20px;
	padding-right:20px;
	padding-top:45px;
	
}
#header{
	width:960px;
}
#brand{
	width:527px;
	
}

#feature{
	padding-bottom:10px;
}
#nav{
	height:20px;
	width:100%;
}
#bigAd{
	border-top: 2px  #333 dotted;
	padding:  20px 0px;
}
#archives{
	border-top: 2px  #333 dotted;
	padding-top:20px;
}
#archivedEpisode{
	margin-top:20px;
	padding-bottom:10px;
	border-bottom: 2px  #333 dotted;
}
#castAndCrew{
	padding: 20px 0px ;
	border-bottom: 2px  #333 dotted;
}

#footer{
	height:300px;
	width:960px;
	background-image:url(../images/footerBack.jpg);
	background-repeat:no-repeat;
}
#contact{
	position:relative;
	padding-top: 130px;
	margin-left: 300px;
	width:300px;
}
#footerStuff{
	margin-top:80px;
	margin-left:600px;
}
.pad{
	padding:10px;
	}
.bord{
	border:#333 solid 4px;
}













	
