
#frontfeaturedcontent{
	margin:0px 0 15px 5px;
	/*border-left:1px solid #ded5c9;
	border-top:1px solid #ded5c9;
	border-right:1px solid #ded5c9;*/
	font-family:Georgia,Century gothic, Arial,Tahoma,sans-serif;
	font-style:italic;
}


.frontfeaturedcontentwrapper{
	position: relative; /* Do not change this value */
	width: 580px;
	height: 230px; /* Set height to be able to contain height of largest content shown*/
	overflow: hidden;
	margin:0px 0px 0 5px;
	/*background:#ebe1d2;*/
	
}
/*
	Total wrapper width: 350px+5px+5px=360px
	Or width of wrapper div itself plus any left and right CSS border and padding
	Adjust related containers below according to comments
*/


.frontfeaturedcontent{ /*style for each frontfeatured content DIV within wrapper.*/
	position:absolute; /* Do not change this value */
	background:#fff;
	padding:5px 0px 5px 0px;
	width:580px;
	color:#fff;
	margin:5px 5px;
}
.frontfeaturedcontent h2{
	margin:0px 0px 5px 5px;
	font-size:20px;
	font-weight:bold;
}
.frontfeaturedcontent h2 a:link, .frontfeaturedcontent h2 a:visited{
	color:#374554;
}
.frontfeaturedcontent .hentry {
	height:130px;
	padding:0px 5px 10px 5px;
	overflow:hidden;
}
.frontfeaturedcontent .hentry p{
	margin:10px 0;
	color:#6F6F6F;
}
.frontfeaturedcontent .hentry .img {
	vertical-align:middle;
	float:left;
	background:#fff;
	border:1px solid #ddd;
	margin:2px 5px 5px 0px;
	width:200px;
	height:120px;
	text-align:center
	}
.frontfeaturedcontent .hentry .img img {border:none; max-width:200px; max-height:120px; vertical-align:middle}