html,body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}


.buynow{
	position:absolute;
	left: 769px;
	top: 0px;	
	}

#pagewidth {
	width:980px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
} 
 
#header {
	position:relative;
	height:146px;
	width:980px;
} 
 
#leftcol {
	width:264px;
	float:left;
	position:relative;
	padding-bottom: 10px;
	height: 260px;
}
 
#twocols {
	width:716px;
	float:right;
	position:relative;
  }
 
#rightcol {
	width:314px;
	position:relative;
	background-image: url(../images/right.jpg);
	font-family: "Trebuchet MS";
	font-size: 12px;
	height: 240px;
	overflow: visible;
	padding: 10px;
	float: right;

}
 
#maincol {
	float: left;
	position: relative;
	width:360px;
	padding-right: 11px;
	padding-left: 11px;
	background-image: url(../video.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 259px;
	padding-top: 1px;
 }
 

#footer {
	height: 165px;
	clear: both;
	color: #fff;
	font-size: 12px;
	background-image: url(../images/footer.jpg);
	background-repeat:no-repeat;
	width: 980px;
	font-family: "Trebuchet MS";
 } 


#footer a {
	color: #94a3b5;
	text-decoration: none;
}

#footer a:hover {
	color: #596c82;
	text-decoration: none;
	
}

#buy {
	height: 125px;
	width: 170px;
	left: 0px;
	top: 0px;
	position: relative;
	float: left;
	padding-left: 18px;
	padding-top: 35px;
}
#podcast {
	height: 125px;
	width: 188px;
	left: 0px;
	position: relative;
	float: left;
	top: 0px;
	padding-left: 15px;
	padding-top: 35px;
}
#podcast img {
	margin-top:5px;
}

#links {
	height: 125px;
	width: 238px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	padding-left: 17px;
	padding-top: 35px;
	line-height: 16px;
}
#more {
	height: 125px;
	width: 305px;
	position: relative;
	left: 0px;
	float: left;
	top: 0px;
	padding-left: 17px;
	padding-top: 35px;
}
#scrollable1 {
	float: left;
	width: 304px;
	height: 234px;
	clear: right;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	overflow: auto;
}

#scrollable1 p {
	margin-top: 0px;
	padding-top: 0px;
}
.video_title {
	color: #8696BA;
	text-align: center;
	font-style: italic;
	font-size: 12px;
	line-height: 12px;
}

/* text */

p,td,ul,li {
	color: #fff;
	font-family: 'Trebuchet MS', geneva, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

p a {
	text-decoration: none;
	color: #94a3b5;
}
p a:hover {
	color: #596c82;
	text-decoration: none;
}
td a {
	text-decoration: none;
	color: #3C765D;
}
td a:hover {
	text-decoration: none;
	color: #336CAA;
}

