@import url(global.css);

#contentWrapper { padding: 0 0 0 35px; width: 760px; background: transparent url(../images/airtime_fishingrod.jpg) no-repeat 38px 0 ; }

/*===========================[ COLLEFT ]===================================*/

#colLeft { float: left; text-align: left; width: 185px; padding-top: 73px; }


ul#subNav { margin: 0 auto 0 -5px; }

ul#subNav li {
 	list-style: none;
}

#download {
	position: relative;
	width: 207px;
	height: 78px;
    background: url(../images/download_bk.jpg) no-repeat;
	margin: 12px 0 0 -5px; 
}

#but_quicktime {
	position: absolute;
	top: 37px;
	left: 12px; 
}

#but_mediaplayer {
	position: absolute;
	top: 37px;
	left: 102px; 
}



/*===========================[ CONTENT ]===================================*/

#content {
	margin-left: 215px;
	text-align: left;
	padding-top: 42px; 
	width: 470px;
	}
	
	
#mainPicBottom { margin-top: -20px; }
	

/*--------------------- episodes ----------------------------------*/

#episodeList {
	text-align: left;
	margin: 30px 0 ; 
}

#episodeList ul { padding-top: 5px; }

#episodeList ul {
	margin: 0px 0 0 2px;  
	color: #9c1424;
	font-weight: bold;
	list-style: none; 
}

#episodeList ul li{
	line-height: 20px;
}

#episodeList ul li a{
	font-weight: normal;
}

#episodeList ul li a:hover{
	color: #CC6600;
}

#contentWrapper { padding: 0 20px 0 35px; }



