div.featuredposts {
	margin: 10px 10px 10px 10px;
	width: 98%%;
	/* height: 200px; */
	/* font-size: 0.9em; */
	/* background: #333; */
	background: #333;
	color: #fff;
	padding: 5px;
        font: normal 100% Tahoma, Arial, Helvetica, sans-serif;

}
div.featuredposts h2 {
	margin-top: 0;
	/* font-size: 0.9em; */
        font: Georgia, "century gothic", Arial, Helvetica, sans-serif;
}
div.featuredposts h2>a {
	color: #fff;
}
div.featuredposts h2>a:hover {
	color: #AC0000;
}
img.featuredimg {
	float: left;
	margin: auto 10px 5px auto;
}

