#Features { /* replaces by ContentBody on home page */
	overflow: auto;
	float: left;
	width: 65%;
}
#MainFeature {
	background: #f8f4ee;
	padding: 20px 15px;
}
#MainFeature h1 {
	text-align: center;
	font-size: 2.4em;
}
div.subF {
	float: left;
	clear: right;
	max-width: 200px;
	margin: 2em 15px 10px 0;
	/*border: red 1px solid; */
}
div.subF p img {
	float: right;
}
div#lastSubF {
	margin-right: 0;
}