body {
	font: bold 11px/11px "Lucida Grande", Helvetica, Arial;
	color: #252525;
	background: #FFFFFF;
}
#wrapper {
	padding: 50px;
}
#features {
	width: 680px;
	float: left;
	border-top: 1px solid #E0E0E0;
	border-left: 1px solid #E0E0E0;
}
.row {
	float: left;
	width: 680px;
	clear: both;
}
.row .col {
	float: left;
	text-align: center;
	line-height: 30px;
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0;
	background: #F5F5F5;
}
.row.alt .col {
	background: #F1F1F1;
}
.col.w100 {
	width: 679px;
	font-size: 15px;
	font-weight: normal;
	padding-top: 10px;
}
.col.w30 {
	width: 188px;
	text-align: right;
	padding-right: 15px;
}
.col.w25 {
	width: 169px;
}
.col.w20 {
	width: 135px;
}
.yes {
	background: url(../images/yes.png) no-repeat center center;
	text-indent: -9999px;
}
.header {
	padding-bottom: 15px;
	padding-top: 15px;
}
