
body {
	background-color:#174B84;	
	font-family:"Lucida Grande","bitstream vera sans","trebuchet ms",verdana,arial;
	text-align:center;
	background-image:url(/images/ws-bg.jpg);
	background-repeat:repeat-x;
	background-position:0 0;
}

#page {
	background-color:#efefef;
	width:900px;
	margin:50px auto;
	padding:20px 20px 20px 50px;
	min-height:600px;
	border:2px solid #fff;
	outline:1px solid #ccc;
	text-align:left;
}

h1, h2 {
	letter-spacing:-1px;
	color:#2D5AC3;
	font-weight:normal;		
	margin-bottom:-10px;
}

h1 {
	font-size:22px;
}

h2 {
	font-size:18px;
}

.less {
	color:#999;
	font-size:12px;
}

a {
	color:#295c72;		
}

#video_menu {
	overflow:scroll;
	width:250px;
	height:480px;
	float:left;
	margin:10px 0 0 10px;
}
#player {
	display:block;
	width:640px;
	height:480px;
	float:left;
	clear:both;
	margin-top:10px;
}
#video_description {
	display:block;
	width:640px;
	clear:both;
}
a.video_link:link,a.video_link:visited {
	display:block;
	color:black;
	text-decoration:none;
	clear:both;
}
.video_thumb {
	float:left;
	width:75px;
	padding:0 5px 10px 0;
	border:0;
}
.video_link_inner {
	float:left;
	width:145px;
	display:block;
}
.video_title {
	font-weight:bold;
	text-decoration:underline;
}
#footer {
	color:#efefef;
}