#home #content #blog_section {
	width:805px;
	padding:0px;
	background:#FFFFF3;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	}

#blog_content {
	padding:15px 15px 0 15px;
	font-size:0.9em;
	}
#vidpanel {
width:880px;
background:#fdfdfb;
margin-left: auto;
margin-right: auto;
}


table
{ 
margin-left: auto;
margin-right: auto;
}


/* Contact Form */

#contactform {
	width:302px;
	float:right;
	background:#301e22;
	padding:11px 20px 25px 20px;
	}

#contactform label, #contactform legend {
	display:none
	}

#contactform h3 {
	margin-bottom:9px;
	}

#success-message {
	background:#1c1113;
	padding:32px;
	font-size:.8em;
	position:absolute;
	top:120px;
	z-index:9999;
	width:400px;
	margin-left:-200px;
	left:50%;
	border:7px solid #402b30;
	}
