/* Videos */

h2 { width: 410px; }

.video_desc {
	width: 390px;
	float: left;
	padding-right:20px;
	
}

.video_desc p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: right;

}

.video_obj {
	width: 528px;
	height: 373px;
	background: url(../img/video-frame.png) no-repeat;
	/*margin-left: 35px;*/
	padding-left: 16px;
	padding-top: 25px;
	display:table;
}


