body {
    background-color: #FFE200;
}
#header {
    background: url('/images/header_2.gif') no-repeat center top;
    position: absolute;
    left:0px;
    right:0px;
    top: 0px;
    height: 190px;
    text-align: center;
    background-color: #AE1818;
}
#header_link {
    width:700px; height:140px; margin:auto;
    cursor: pointer;
}
#nav {
    position: absolute;
    top: 147px;
    left:50%;
    padding-left: 240px;
}
#nav a {
    font: Bold 14px Helvetica;
    color: #fff;
}
#logo {
    width: 800px;
    height: 190px;
}
#container {
    width: 720px;
    position: absolute;
    left:50%;
    margin-left: -360px;
    top: 170px;
}
#episode_control {
    height: 50px;
    width: 405px;
    position: absolute;
    left:0px;
    top:0px;
    padding-left: 80px;
    background-color: #999;
    font: Normal 22px Georgia;
    color: #333;
    line-height: 50px;
}
#episode_control a {
    color: #222;
}
#finger {
    height: 28px;
    width: 62px;
    position: absolute;
    top:11px;
    left:10px;
}
#right_column {
    width: 235px;
    position: absolute;
    right:0px;
    top:0px;
}
#this_week {
    position: relative;
    background-color: #000;
    padding: 70px 15px 5px 15px;
}
#this_week_title {
    width: 223px;
    height: 55px;
    position: absolute;
    right:0px;
    top: 10px;
}
#this_week table tr th {
    padding-bottom: 10px;
    border-width: 0px;
    color: #fff;
    font: Bold 9px Helvetica;
}
#this_week table tr th img {
    border: solid 3px #fff;
}
#this_week table tr td {
    padding-bottom: 10px;
    padding-left: 10px;
    border-width: 0px;
    color: #fff;
    font: Normal 12px Helvetica;
}
#this_week table tr td a {
    color: #fff;
    font-weight: bold;
}
#this_week table tr td small {
    font-size: 11px;
}
#episodes {
    position: relative;
    background-color: #0099C5;
    padding: 45px 15px 15px 15px;
}
#episodes table tr td {
    padding: 0px;
    border-width: 0px;
    padding: 5px;
    font: Bold 14px Helvetica;
    color: #fff;
}
#episodes table tr td a {
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px #50d9ff
}
#episodes_title {
    width: 223px;
    height: 26px;
    position: absolute;
    right:1px;
    top: 10px;
}
#contact_us {
    position: relative;
    background-color: #AB1618;
    padding: 15px;
    font: Normal 16px Helvetica;
    color: #fff;
    text-align: center;
}
#contact_us a {
    color: #fff;
    text-decoration: none;
    border-bottom: solid 1px #f66;
}
#sites_of_interest {
    width: 90px;
    position: absolute;
    left:-40px;
    text-align: right;
    font: Normal 13px Helvetica;
    top:160px;
}
#sites_of_interest a {
    color: #000;
    text-decoration: none;
}
#sites_of_interest a:hover {
    text-decoration: underline;
}
#content {
    width: 375px;
    padding: 25px;
    position: absolute;
    left:60px;
    top:50px;
    background-color: #fff;
    font: normal 15px Helvetica;
    line-height: 20px;
}
#content h1 {
    font: Bold 25px Helvetica;
    margin: 0px 0px 15px 0px;
    color: #A51101;
}
#content a {
    color: #900;
}
#blog .footer {
    text-align:right;
    clear:both;
    margin-top:10px;
    padding-bottom:3px;
    margin-bottom:13px;
    border-bottom:solid 1px #999;
}

#blog img {
    padding: 3px;
    border: solid 1px #aaa;
}