body { 
background-image: url(/images/back.png); 
background-repeat: repeat;
margin:0px;
}

div.header {
background-image: url(/images/gradient_top.png); 
background-repeat: repeat-x;
margin-left:auto;
margin-right:auto;
}

div.header_inner {
width:1000px;
margin-left:auto;
margin-right:auto;
background-color:#ff00fc;
}

div.logo {
width:569px;
margin-left:auto;
margin-right:auto;
z-index:1;
}

div.links {
width:569px;
margin-left:auto;
margin-right:auto;
z-index:99;
}

div.videos {
width:1000px;
text-align:center;
margin-left:auto;
margin-right:auto;
}

div.featured_video {
background-color:#6d3393;
width:525px;
height:494px;
text-align:center;
margin-left:auto;
margin-right:auto;
border-width: 2px;
border-style:solid;
border-color: #000000;
}

div.video_thumbs {
width:750px;
height:450px;
text-align:center;
margin-left:auto;
margin-right:auto;
background-color:#f47920;
padding-left:35px;
border-width: 2px;
border-style:solid;
border-color: #000000;
}

div.air_of_the_week {
background-color:#f47920;
width:600px;
height:475px;
text-align:center;
margin-left:auto;
margin-right:auto;
padding-top:5px;
border-width: 2px;
border-style:solid;
border-color: #000000;
}

div.scroll {
overflow:auto;
width:800px;
height:100px;
margin-left:auto;
margin-right:auto;
}

div.bottom {
height:100px;
background-image: url(/images/gradient_bottom.png);
background-repeat: repeat-x;
text-align:center;
}

p.title {
color: #000000;
font-family:sans-serif;
font-size:10pt;
font-weight:bold;
}

a.links:link{color: #000000; font-family:Times New Roman; font-size:11pt; font-weight:bold; text-decoration:none;}
a.links:visited{color: #000000; font-family:Times New Roman; font-size:11pt; font-weight:bold; text-decoration:none;}
a.links:hover{color: #0b8ed8; font-family:Times New Roman; font-size:11pt; font-weight:bold; text-decoration:none;}
a.links:active{color: #000000; font-family:Times New Roman; font-size:11pt; font-weight:bold; text-decoration:none;}

a.bottom_links:link{color: #000000; font-family:Times New Roman; font-size:8pt; text-decoration:none;}
a.bottom_links:visited{color: #000000; font-family:Times New Roman; font-size:8pt; text-decoration:none;}
a.bottom_links:hover{color: #0b8ed8; font-family:Times New Roman; font-size:8pt; text-decoration:none;}
a.bottom_links:active{color: #000000; font-family:Times New Roman; font-size:8pt; text-decoration:none;}
