/* content */

.content_container {
	margin: 25px 0;
}

.content_left {
	float: left;
	width: 290px;	
}

.content_right {
	float: left;
	width: 512px;
	padding: 15px 20px 20px 40px;
}

/* news and faq box */

.box_mid {
	width: 276px;
	background: url('../site_images/news/bg.jpg') repeat-x bottom;
	background-color: #f6f6f6;
	padding: 2px 6px 1px 6px;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

.overview_title {
	width: 256px;
	height: 17px;
	background: url('../site_images/news/overview_title_bg.png') no-repeat;
	padding: 4px 10px 15px;
}

.box_mid .overview_title h3 {
	color: #fff;
}