body{
	background-color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	color:#FFFFFF;
}
#wrapper{
	width:1000px;
}

#sidecontent {
	float:left;
	padding:20px 10px 10px 10px;
}
#sidecontent a{ color:#FFFFFF; text-decoration:none;}

/*includes all content on the right of the sidecontent*/
#maincontent {
	width: 800px;
	float:left;
	padding-bottom:10px;
}
#topnav{
	height:17px;
	background-image:url(images/nav_bkgrd.gif);
	background-repeat:repeat-x;
	color:#003399;
	font-weight:bold;
	padding:10px 5px 0px 10px;
}
#topnav a:link, #topnav a:visited, #topnav a:active{
	color:#003399; text-decoration:none;
}

#topnav a:hover{
	color:#003399; text-decoration:underline;
}

#channels{ 
	height:100px; padding-top:20px;
}

#content{	
	min-height:400px;
	_height:400px;
}

#content table tr a{ color:#FFFFFF; text-decoration:none;}
#content table tr{ vertical-align:top;}

h1{
	font-size:22px;
}
#textbox{ /*gray background w/ black text for content without video*/
	background-color:#eeeeee;
	color:#000000;
	border:double 2px #999999;
	padding:10px;
	min-height:360px;
	_height:360px;
}

#textbox a:link, #textbox a:visited, #textbox a:active{
	color:#003399; text-decoration:none;
}

#textbox a:hover{
	color:#003399; text-decoration:underline;
}

.rsstext{ 
	text-align:right;
} 
.rsstext a{ 
	color:#F99F3F;
	text-decoration:none;
}

#video{float:left;}

/*appears on the right of the video*/
#videocontent{
	background-color:#eeeeee;
	color:#000000;
	padding:10px; 
	float:right; 
	width:230px;	
}

/*appears on the channel main pages.*/
#bottomcontent{
	background-color:#eeeeee;
	color:#000000;
	padding:1px 5px 5px 10px;
	font-weight:bold;
	font-size:14px;
}

#ad{
	width: 270px;
	color:#000000;	
	background-color:#000000;
	float:right;
	_padding-top:10px; /*IE*/
	padding-bottom:10px;
}

#ad a:link, #ad a:visited, #ad a:active{ 
	color:#000000;
	text-decoration:none;
}
#ad a:hover{ 
	color:#000000;
	text-decoration:underline;
}

#footer{
	clear:both;	
	height:50px;
	color:#ffffff;
	font-size:11px;
	padding:10px;
	border-top:solid 1px #ffffff;
}
#footer a{color:#ffffff;}
