/*--Site Wrapper--*/

body {
background-color: #000;
color: #000;
margin: 0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 10pt;
font-stretch: condensed;
}

table {
border: 0;
vertical-align:top;
}

#sitewrapper {
width: 750px;
position: absolute;
left: 150px;
top: px;
}

#ads {
position: absolute;
top: 30px;
left: 760px;
width: 120px;
height: 240px;
}

* html #ads {
position: absolute;
top: 30px;
left: 760px;
width: 120px;
height: 240px;
}

/*--Content and Nav--*/

#contentWrapper {
width: 744px;
min-height: 400px;
margin-top: 10px;
border: 3px;
border-color: #ed1c24;
border-style: solid;
background-color: #fff;
}

#leftNav {
position: absolute;
left: 3px;
top: 480px;
width: 175px;
border-top: 0;
border-left: 0;
border-bottom: 0;
border-right: 3px;
border-style: solid;
border-color: #ed1c24;
}

a {
text-decoration: none;
color: #993333;
}

a:hover{
text-decoration:underline;
}

ul.navigation {
list-style: none;
left-margin: -25px;
font-size:14pt;
font-weight:bold;
line-height: 22pt;
}

ul.navigation a {
color: #000;
}

#pageContent {
position: relative;
left: 200px;
top: 10px;
width: 530px;
}

h1 {
color:#ed1c24;
font-size: 20pt;
font-weight: bolder;
font-stretch: condensed;
}

h2 {
font-size:16pt;
font-weight:bold;
}

h3 {
}

h4 {
color: #fff;
font-size:12pt;
font-weight:bold;
}

/*--Header and Footer*/
#headerLogo {
width: 750px;
height: 150px;
background-color: #ED1C24;
}

#headerImage {
margin-top: 10px;
margin-bottom: -10px;
width: 750px;
}

#headerImage img {
border: 0;
}

#episodesBar {
text-align: right;
background-color: #ED1C24;
height: 35px;
width: 750px;
padding: 0;
}

#episodesBar h4 {
padding: 10px;
}


#episodesBar a {
text-decoration: none;
color: #FFF;
}

#episodesBar a:hover{
text-decoration:none;
}

#ul.footerLinks {
list-style: none;
font-size: 8pt;
}
