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

.top_cap {
	background:url(top_cap.png) no-repeat;
	height:20px;
	width:420px;
	margin-top:10px;
	}
	
.bottom_cap {
	background:url(bottom_cap.png) no-repeat;
	height:20px;
	width:420px;
	}
	
.centre {
	background:url(repeater.png) repeat-y;
	width:400px;
	padding:10px;
	}
	
.video_text {
	font-size:9px;
	color:#333333;
	line-height:100%;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.text_holder {
	width:250px;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:10px;
	float:left;
	}
	
.image_holder {
	width:145px;
	float:left;
	}
	
.video_header {
	margin-left:5px;
	color:#333;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;	
	float:left;
	}
	
#contentbox {
	background-color:#fff;
	width:421px;
	height:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	color:#ffffff;
	/*background-image:url(Images/genericbg.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	border-right: 1px solid #586C63;
	border-bottom: 1px solid #586C63;*/
}
	