div.featuredposts {
	margin: -10px 0 0;
	width: 640;
	height: 200px;
	font-size: 1.0em;
	background: #ff6c00;
	color: #fff;
	padding: 5px; border: dashed 1px white;
}
div.featuredposts h2 {
	margin-top: 0;
	font-size: 1.3em;
}
div.featuredposts h2>a {
	color: #fff;
}
img.featuredimg {
	float: left;
	margin: auto 10px 5px auto;
}
