.video-body {
	background:url(/images/backgrounds_repeating/dark_blue_paper_floral.jpg);
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	text-align:center;
}
.videos {
	background:url(/images/backgrounds_repeating/dark_blue_paper.jpg);
	padding: 0;
	margin:auto;
	width:640px;
	height:700px;
}
.video {
	text-align:center;
	background-color:white;
	float:left;
	padding: 0;
	margin:auto;
	width:632px;
	height:300px;
	border-color:#EFC621;
	border-width:4px;
	border-style:solid;
}
.video img{
	height:300px;
}
.video-thumbnail-container {
	float:left;
	border-color:red;
	border-width:1px;
	border-style:solid;
	height:300px;
}	
.video-links {
	float:left;
	width:268px;
	height:300px;
}	
