div.featuredposts {
	margin: 5px 0 0;
	width: 100%;
	height: 300px;
	font-size: 1.0em;
	background: #F0EAE3;
	color: #320000;
	padding: 5px;
}
div.featuredposts {
	width: 910px;
	height: 300px;
	margin: 10px 0;
	padding: 0;
	border-bottom: 10px solid #6B4734;
	background: #EBEBEB;
}
div.featuredposts h2 {
	background: #593A2B;
	margin: 0px 0px 10px;
	padding: 18px;
	font-size: 200%;
	font-weight: normal;
	border-bottom: 4px solid #C94B65;
}
div.featuredposts h2>a {
	color: #FFF;
}
img.featuredimg {
	float: left;
	margin: auto 10px 5px auto;
}
img.featuredimg {
	border-right: 10px solid #FFF;
	width: 600px; height: 300px;
	float: left;
}
div.featuredposts .title {
	background: #790000;
	width: 280px; 
	margin: 0; padding: 10px;
}
div.featuredposts .title  {
	background: #6C4734;
	width: 280px;
	float: left;
	margin: 0;
	padding: 10px;
}
div.featuredposts .title h3 {
	color: #FFF;
}
