@charset "utf-8";
/* CSS Document */

#FeaturesTable {
	background-color: #FFF;
	width: 936px;
	margin-right: auto;
	margin-left: auto;
	padding: 12px;
	display: table;
}
#FeaturesTable #Cell {
	background-color: #FFF;
	width: 280px;
	float: left;
	margin: 0px;
	padding: 12px;
	height: 320px;
}
#FeaturesTable #Cell #CellBody h3 {
	margin-top: 6px;
	margin-bottom: -10px;
}
#ClearBoth {
	clear: both;
}
#FeaturesTable #Cell #CellTitle {
	background-color: #C60;
	height: 24px;
	width: auto;
	position: relative;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	padding-left: 4px;
	padding-right: 4px;
}
#FeaturesTable #Cell #CellBody {
}
