body{
	background:url('/images/bkg-body.png');
	font-size:12px;
	margin:0;
	font-family:Courier New,Courier,mono;
}
img{
	border:0;
}
#header a:link,#header a:visited{
	font-weight:normal;
	color:#fff;
}
#header a:link,#header a:visited{
	text-decoration:none;
}
#header a:hover{
	text-decoration:underline;
}
#header{
	width:100%;
	background:url('/images/bkg-header.png');
	color:#fff;
	font-size:16px;
	border-bottom:1px solid #000;
	margin-bottom:5px;
	padding:5px 0;
}
#header h1,#header h2{
	border-bottom:1px solid red;
	display:block;
	margin:0 10px;
	font-size:16px;
	font-weight:bold;
	padding-bottom:5px;
}
.pageList{
	clear:both;
	widows:700px;
}
.pageList a:link,.pageList a:visited{
	display:inline-block;
	padding:3px;
	margin:0 5px 5px 5px;
	background-color:blue;
	border:1px solid #000;
	color:#fff;
}
.currentPage{
	background-color:#ffd97d;
	border:1px solid #000;
	color:#000;
	padding:3px;
	margin:0 5px 5px 5px;
}
#videoList{
	float:left;
}
#videoList a:link,#videoList a:visited{
	text-decoration:none;
}
.videoStub{
	clear:both;
}
.videoStub div{
	width:200px;
	text-align:center;
	float:left;
	font-size:11px;
}
.videoStub img{
	margin:0 5px;
	width:190px;
	height:142px;
	border:1px solid #000;
	background-color:#84d618;
	
}
#footer{
	background-color:#94e925;
	border-top:1px solid #000;
	padding:5px 10px;
	color:#000;
	font-size:16px;
	clear:both;
}
#footer a:link,#footer a:visited{
	color:#000;
}
#videoPlayer{
	width:1020px;
	padding:0 0 10px 10px;
}
#videoPlayer h1{
	margin:5px 0;
}
#videoPlayer p{
	margin-right:5px;
}
#backButton{
	font-size:20px;
	text-align:center;
}
#backButton a:link,#backButton a:visited{
	color:#F00;
	text-decoration:none;
	font-weight:bold;
}
.addthis{
	text-align:center;
	padding:10px 0 10px 70px;
	clear:both;
}
#embedCode{
	width:300px;
	text-align:center;
	clear:both;
	padding:5px 0 0 10px;
}
#embedCode input{
	margin:5px 0;
	width:98%;
}
#embedCode textarea{
	width:98%;
	height:60px;
	margin-top:5px;
	overflow:hidden;
	font-size:10px;
}
#videoOverlay{
	display:none;
	position:absolute;
	background-color:#000;
	height:468px;
	width:700px;
	filter:alpha(opacity=60);
	opacity:.60;
	z-index:1;
	cursor:pointer;
}
#videoAdvert{
	display:none;
	position:absolute;
	width:300px;
	background-image:url('/images/bkg.gif');
	padding:3px 10px 4px 10px;
	margin:115px 0 0 190px;
	border:1px solid #cacaca;
	z-index:2;
}
#bufferText{
	float:left;
	background:url('/images/wait4.gif') no-repeat 0px 3px;
	padding-left:80px;
	font-weight:bold;
}
#videoAdvertHeader{
	height:16px;
	color:orange;
	padding:2px 0;
	vertical-align:middle;
	line-height:12px;
}
#videoAdvertHeader a:link,#videoAdvertHeader a:visited{
	color:yellow;
	text-decoration:none;
}
#videoAdvertHeader img{
	padding-top:1px;
}
#videoFloat{
	padding-bottom:2px;
}
#relatedVideos{
	text-align:center;
	border-top:1px solid #000;
}
.relatedStub{
	padding-left:50px;
}
