body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	background-color: #555555;
	background-image: url(/images/video/bkgrd.jpg);
	background-repeat: repeat;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	color:#000;
}

a:link, a:visited {
	text-decoration: none;
	color: #293E4C;
	font-weight: bold;
}

a:hover {
	text-decoration: none;
	color: #BB0000;
	font-weight: bold;
}

#container {
	width: 1000px;
	background-color: #000;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
}

#header {
	background: url(/images/video/Video-Report-Layout_01.gif);
	height: 132px;
	width: 1000px;
	position: relative;
	clear: both;
}

#centercontent {
	width: 545px;
	float: left;
	margin-bottom: 10px;
	position: relative;
	left: 15px;
}


/* Video Area
___________________________________*/

#videoholder {
	float: left;
	height: 390px;
	width: 650px;
	background: url(/images/video/videobg.gif) repeat-x #434343;
	clear: both;
	position: relative;
	left: 18px;
	padding:10px;
}

#videoholder .videotitle {
	color:#FFF;
	padding: 10px 0 0 0;
}

/* Video Archive Nav
___________________________________*/

#leftcontent {
	width: 254px;
	float: left;
	margin-bottom: 10px;
	text-align: left;
	position: relative;
	left: 10px;
	
}

#listHolder {
	background:url(/images/video/archivebg.gif) repeat-x #FFF;
	padding: 5px 0 20px;
}

.videolist	{
	font-size:10px;
	border-bottom: 1px dashed #555;
	margin: 5px 0 10px 5px;
}

.videolist a:link, .videolist a:visited {
	font-weight: bold;
	color: #800;
}
.videotitle {
	font-size: 14px;
	font-weight: bold;
}

.videodescription {
	padding: 5px 0;
	line-height: 14px;
	display:block;
}


/* TV Box
___________________________________*/

#tv {
	width: 200px;
	float: left;
	position: relative;
	left: 18px;
	margin: 10px 15px 0 0;
	background: url(/images/video/gncctv.gif) #FFF no-repeat;
	padding: 25px 0 5px 5px;
}

.tvlist {
	color:#000;
	font-size:10px;
	border-bottom: 1px solid #555;
	width: 95%;
	padding: 3px;
}

.tvlist2 {
	color:#000;
	font-size:10px;
	border-bottom-style: 1px solid #555;
	width: 95%;
	background-color: #DDD;
	padding: 3px;
}
.tvtitle {
	font-size: 11px;
	margin-left: 20px;
	line-height: 15px;
}
.tvepisode {
	font-size: 11px;
	font-weight: bold;
	width: 195px;
	text-transform: uppercase;
}
.tvdescription {
	margin-left: 30px;
	margin-bottom: 1px;
}

/* Footer
___________________________________*/

#footer {
	background-image: url(/images/video/footer.jpg);
	height: 89px;
	width: 1000px;
	border-top: 1px solid #000;
	margin-top: 10px;
	clear: both;
	position: relative;
	text-align:center;
}
#ama {
	float: left;
	height: 75px;
	width: 91px;
	position: relative;
	left: 10px;
	top: 8px;
}
#container #footer #rp {
	height: 32px;
	width: 1000px;
	position: absolute;
	top: 8px;
	left: 0px;
	float: left;
}
#container #footer #atva {
	float: right;
	height: 75px;
	width: 52px;
	position: relative;
	right: 10px;
	top: 8px;
}
#container #footer #footertext {
	position: relative;
	top: 55px;
	width: 850px;
}

/* ADS
___________________________________*/
#blockad {
	float: left;
	height: 250px;
	width: 300px;
	margin-left: 17px;
	margin-top: 10px;
	background-color: #000;
}

#bigbanner {
	height: 90px;
	width: 728px;
	float: right;
	position: relative;
	top: 5px;
	right: 5px;
	
}

#rightcontent {
	float: right;
	height: 600px;
	width: 160px;
	background-color: #666;
	margin-bottom: 10px;
	position: relative;
	right: 10px;
}

/* Pagination
___________________________________*/

.pagination {
	float:right;
	padding: 0 20px 0 0;
}
.pagination a {
	position:relative;
	float:left;
	display:block;
	padding:4px 6px;
	margin:1px;
	text-align:center;
	border:1px solid #DDD;
	background-color: #FFF;
}
.pagination a:hover {
	position:relative;
	float:left;
	display:block;
	margin:1px;
	color:#FFF;
	background-color:#3D8CAB;
	text-decoration:none;
	text-align:center;
	border:1px solid #293E4C;
}
.pagination .current {
	position:relative;
	float:left;
	display:block;
	padding:4px 6px;
	margin:1px;
	color:#fff;
	background-color:#3D8CAB;
	text-align:center;
	border:1px solid #3D8CAB;
}
.pagination .spacing {
	position:relative;
	float:left;
	display:block;
	height:12px;
	padding:8px 0 0 0;
	margin:1px;
	text-align:center;
}
.pagination .previous, .pagination .next {
	position:relative;
	float:left;
	display:block;
	text-align:center;
}
.pagination .disabled {
	color: #DDD;
	padding:4px;
	border:1px solid #DDD;
}