/*<?php header("Content-type: text/css"); ?>*/
#videoPlayer_container {
	background-color: #ffffff;
	width: 575px;
	text-align: right;
	float: right;
	margin: .75em 0 0 0;
	background-position: bottom;
	background-repeat: no-repeat;
}
#more_videos {
	clear: both;
	margin-left: .5em;
	padding-top: 1em;
}
#more_videos h2 {
	color: #ffffff;
	font-size: 115%;
	margin-top: 0;
}
.video_spot {
	width: 23%;
	float: left;
	margin-left: 1em;
	color: #111111;
	font-size: 80%;
}
.video_spot a {
	color: #cc0000;
	text-decoration: none;
	border-bottom: 2px dotted #999999;
}
.video_spot img {
	float: right;
}
#video_sponsors ul li {
	float: left;
	margin-left: 4em;
}
#feature_video a {
	color: #cc0000;
	text-decoration: none;
	border-bottom: 2px dotted #999999;
}
#feature_video {
	font-size: 80%;
	color: #111111;
	margin-top: .5em;
}
#feature_video_image {
	float: left;
	margin-right: 1em;
}
#feature_video_content {
	float: left;
	width: 45%;
}
#feature_video h1 {
	color: #ffffff;
	font-size: 115%;
	margin-top: 0;
}
#video_sponsors {
	clear: both;
	text-align: center;
	padding-top: 2.5em;
	line-height: .5em;
}
#video_sponsors ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 820px;
}
#video_sponsors a {
	color: #00adef;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	font-size: 80%;
}
