body {
	background: url(../images/bgnd.jpg) repeat-x #000000;
	}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	line-height: 1.2em;
	margin-bottom:0.5em;
	}

a {
	color: #b40000;
	font-weight:bold;
	text-decoration: none;
	}	
a:hover {
	color:#ff3333;
	text-decoration: underline;
	}

img {
	border: none;
	}	

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color: #000000;
	padding: 0 0 5px 0;
	}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #CC0000;
	padding: 10px 0 -15px 0;
	margin: 0 0 -5px 0;
	}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #000000;
	padding: 10px 0 0 0;
	margin: 10px 0 -5px 0;
	}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 0 0 0;
	margin: 5px 0 -10px 0;
	}
	

.pipe {
	font-size:12px;
	color: #CCCCCC;
	}

/*Body Start*/
#wrapper {
	
	}


#main {
	border: none;
	width:800px;
	height:auto;
	margin-left: auto;
	margin-right: auto;
	background-color: #e6e6e6;
	}

/*Navigation*/

#nav {
	width:800px;
	background: #000000;
	height: 25px;
	padding: 7px 0 3px 0;
	margin: 0;
	}

#nav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight: bold;
	display:inline;
	margin-left:-47px;
		
	}	
#nav li {
	display:inline;
	color: #FFFFFF;
	margin:0 0 0 5px;
	letter-spacing:0.1em;
	padding-left: 20px;
	}
#nav li a {
	line-height:10px;
	color: #FFFFFF;
	text-decoration:none;
	padding:2px;

	}
#nav li a:hover {
	color:#F40000;
	background: #FFFFFF;
	text-decoration:underline;
	padding:2px;
}

/*Banner*/

#banner {
	width:800px;
	height:125px;
	background:url(../images/banner.gif) #000000;
	}
	

	
/*Content*/




#content {
	width:800px;
	}


#col_1_body {
	width:520px;
	float: left;
	margin-left: 0px;
	margin-top: 10px;
	height: auto;
	padding: 0 20px 10px 20px;
	}


#col_2_episodes {
	width:220px;
	height:auto;
	background: #000000;
	border: 1px solid #505050;
	float: right;
	margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
	}
	
#col_2_episodes p {
	color:#999999;
}



/*Box*/
#box {
	width: 250px;
	background:#e5e5e5;
	border: 1px solid #999999;
	}
#box .boxtitle {
	width:245px;
	height:30px;
	background:#FFFFFF;
	padding: 5px 0 0 5px;
	}
#box .boxtext {
	width:245px;
	padding: 5px;
	}
#box .boxtext li {
	
	}




/*Footer Start*/
#footer {
	clear:both;
	width:800px;
	height:50px;
	background: url(../images/bgnd_footer.gif) no-repeat #000000;
	padding: 0;
	margin-top: 10px;
	}
#footer p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color: #000000;
}
#footer a {
	color:#F40000;
	text-decoration:underline;
	}

#footer a:hover {
	color: #F43333;
	}
