div.featuredposts {
	margin: 5px 0 10px;
	width: 95%;
	height: 150x;
	font-size: 0.9em;
	background: #fff;
	color: #000;
	padding: 5px;
        border-bottom: dashed 1px #cccccc;
}
div.featuredposts h2 {
	margin-top: 0;
        font-weight: bolder;
        font-size: 0.9em;
}
div.featuredposts h2>a {
	color: #cc0033;
}
img.featuredimg {
	float: left;
	margin: auto 10px 5px auto;
}
