@charset "utf-8";
body {
	background-color: #413D31;
	margin: 0px;
	padding: 0px;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
}
#wrapper {
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/glow.);
	background-repeat: no-repeat;

}
#header {
	margin-top: 0px;
	margin-bottom: 20px;


}

#nav {
	height: 39px;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid rgb(47,47,47);
	background-color: rgb(24,24,24);
	width: 640px;

}


#nav li {
	text-transform: none;
        font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: left;
	background: url(images/bg-header-nav-border.png) right center no-repeat;
	list-style-type: none;
}

#nav li a:link, #nav li a:visited {
	border: 0;
	float: left;
	display: block;
	padding: 1.2em 1.54em;
	color: rgb(160,160,160);
        text-decoration: none;
        
}

#nav li.active a:link, #nav li.active a:visited {
	background: url(images/bg-header-nav.png) rgb(10,10,10) top left repeat-x;
}

#nav li a:hover {
	background-color: rgb(45,45,45);
	text-decoration: none;
}

.notice {padding-top: 60px; padding-bottom: 240px;}

.hot {padding-top: 40px; padding-bottom: 30px;}

.leftpod img {
        margin-top: 15px;
        margin-left: 16px;
        padding-bottom: 0px;
}

.centerpod img {
        margin-top: 15px;
        margin-left: 24px;
        padding-bottom: 0px;
}
.rightpod img {
        margin-top: 15px;
        margin-left: 35px;
        padding-bottom: 0px;
}

.pods p {
	font-family: arial, sans-serif;
	font-size: .70em;
	font-weight: normal;
	line-height: 1.30em;
	letter-spacing: .01em;
	color: #8F8F8F;
     
}

.pods a:link, a:visited {
	color: #9F9F9F;
     
}

.pods a:hover {
	color: #FFFFFF;
     
}

.leftpod {
	width: 320px;
	float: left;
	height: 400px;
	background-image: url(images/podleft.png);
}
.centerpod {
	height: 400px;
	width: 320px;
	float: left;
	background-image: url(images/podcenter.png);
}

.rightpod {
	height: 400px;
	width: 320px;
	float: left;
	background-image: url(images/podright.png);
}

.podh2 {
        color: #8EB93C;
        font-size: 14px;
	    margin-top: 10px;
        font-family: arial, sans-serif;
}


.rightpod h2{
	margin-left: 36px;
}

.rightpod p{
	margin-left: 36px;
	margin-right: 16px;
}

.centerpod h2{
	margin-left: 22px;

}

.centerpod p{
	margin-left: 22px;
	margin-right: 26px;
}

.leftpod h2{
	margin-left: 16px;
}


.leftpod p{
	margin-left: 16px;
	margin-right: 34px;
}

#shows {
	height: 520px;
	margin: 0px;
	padding-top: 40px;
}

#showleft {
	width: 320px;
    padding-bottom: 40px;
}

#showleft img {
        padding-top: 20px;
        padding-left: 20px;
}

#showright {

    padding-top: 20px;
}



#channel-text {
	float: left;
	width: 321px;
	height: 160px;
	background-image: url(images/channelsleft.png);
	background-repeat: no-repeat;
    border-right: 1px;
    border-color: #413D31; ;

}

#contact-main {
        padding-top: 80px;
        padding-bottom: 250px;
}

#contact-main h2 {
        color: #8EB93C;
	    text-transform: uppercase;
        font-size: 15px;
	    margin-top: 15px;
        font-family: arial, sans-serif;
        margin-top: 0px;
        margin-bottom: 0px;
        margin-left: 100px;
        letter-spacing: .05em;
        padding-top: 10px;

}
#contact-main p {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 20px;
        padding-bottom: 10px;
        color: #FFFFFF;
        margin-left: 100px;
        font-family: arial, times new roman, serif;
        line-height: 28px;


}


#contact-top {
	background-image: url(images/contact-top.png);
	background-repeat: no-repeat;
        height: 20px;
	width: 958px;
}

#contact-middle {
        height: auto;
	width: 958px;
	background: #111111; 
}

#contact-bottom {
	background-image: url(images/contact-bottom.png);
	background-repeat: no-repeat;
        height: 20px;
	width: 958px;
}




#content {
	margin: 0px;
	padding: 0px;
}

#footer {
	margin-top: 40px;
	margin-bottom: 0px;
	margin-left: 0px;
	clear: both;
	background-color: ;
	height: 60px;
	width: 100%;
        padding-bottom: 40px;
}

#footer p {
	padding-top: 20px;
        color: #111111;

}
#logo {
	height: 120px;
	margin-bottom: 0px;
}



