@charset "UTF-8";
/* CSS Document */

body {
	font: Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	margin:0px; 
	padding:0px;
	color:#FFF;
	text-align:center;
}

a:link 		{ text-decoration:none; }
a:visited  	{ color:#FFF; text-decoration:none; }
a:hover    	{ color:#FFF; text-decoration:none; }
a:active  	{ color:#999; text-decoration:none; }

#content {
	width:1200px;
	margin:0px auto;
	text-align:center;
	padding:0px;
}

#header1 {
	position:relative;
	top: 0px;
	width:1200px;
	height:99px;
	background-image:url(../../images/header.jpg);	
}

#header2 {
	position:relative;
	top: 0px;
	width:1200px;
	height:52px;
}

#video_container {
	position:relative;
	top: 0px;
	width:1152px;
	height:600px;
	padding:24px;
	background-color:#FFF;	
}

#video_player {
	position:relative;
	top: 0px;
	padding-top:38px;
	width:981px;
	height:562px;
	background-color:#000;	
	float:left;	
}

#video_thumbs {
	position:relative;
	top: 0px;
	width:172px;
	height:600px;
	background-color:#000;
	margin-left:981px;
	background-image:url(../../images/vid_thumb_bk.jpg);
	background-repeat:no-repeat;
}

#footer_container {
	position:relative;
	top: 0px;
	width:1200px;
	height:80px;
	background-color:#000;
}

.videoSq {
	padding-top:20px;
	padding-bottom:5px;	
}

.linkText {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;	
	color:#999;
}

.linkTextInitial {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;	
	color:#FFF;
}