body {
margin: 0 0 0 0;
font-size:14px;
background-color: #000000;
background: top left url(/images/cloudybg.gif) repeat-x #000000;
text-align:center;
color: white;
}
a:link {font-weight: bold;color: red; text-decoration: none;font-size:14px; }
a:visited {font-weight: bold;color: red; text-decoration: none;font-size:14px;  }
a:hover {font-weight: bold;color: red; text-decoration: underline;font-size:14px; }
a:active {font-weight: bold;color: red; text-decoration: none;font-size:14px; }
h1{text-align:center;font-size:24px;font-family:Helvetica,Arial,Verdana,sans-serif;}
h2{text-align:left;font-size:18px;font-family:Helvetica,Arial,Verdana,sans-serif;}
p{margin: 10px 10px 10px 10px;}
img{border:0;}
hr{width:700px;border:1px dotted white;}

#divPage {width:1000px;margin: 0 auto;text-align:center;}
#divHeader {width:1000px;margin: 0 auto;text-align:left;}
#divContent {width:1000px;padding: 5px 5px 5px 5px;text-align:left;}

.divNewsItem {
	padding: 10px;
}

.divFullBox {
	float: left;
	background-color: #333333;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 10px;
	text-align: left;
	width: 970px;
}
.divLeftBox {
	float: left;
	background-color: #333333;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 10px;
	text-align: left;
	width: 660px;
}
.divRightBox {
	float: right;
	background-color: #333333;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 2px;
	text-align: left;
	width: 300px;
}
.divEpisodes {
	float: right;
	background-color: #333333;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 2px;
	text-align: left;
	width: 300px;
	height:300px;
	overflow:auto;
}
.divEpisode {
	clear: both;
	padding-right: 5px;
	height:60px;
}
.divEpisode img{
	padding:5px;
	padding-right:10px;
}
.divEpisode a{
	padding-top:5px; 
	font-weight: normal;
	color: white;
	text-decoration: none;
	font-size:14px;
	display:block;
	width:100%;
	height:50px;
}
.divEpisode a:hover, a:active{
background: #000000;
}

#divVideo {
	float: left;
	background-color: #333333;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 10px;
	text-align: center;
	width: 660px;
}
.#divBannerSponsors {
	float: left;
	background-color: #333333;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	margin: 2px;
	padding: 10px;
	text-align: left;
	width: 660px;
}
#divFooter {color:white;text-align:center;}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.mattblacktabs{
width: 100%;
overflow: hidden;
 /*border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
background-color:black;
}

.mattblacktabs ul{
margin: 0;
padding: 0;
padding-left: 0; /*offset of tabs relative to browser left edge*/
font: bold 12px Verdana;
list-style-type: none;
}

.mattblacktabs li{
display: inline;
margin: 0;
vertical-align: middle;
}

.mattblacktabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 7px 8px; /*padding inside each tab*/
color: white;
background: black; /*background of tabs (default state)*/
height: 30px;
}

.mattblacktabs li a:visited{
color: white;
}

.mattblacktabs li a:hover, .mattblacktabs li.selected a{
background: #414141; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
