#features {
	display: none;
}

#content {
	width: 900px;
}





#content table {	
	border-collapse: collapse;
	margin-bottom: 2em;
}

#content table caption {
	text-align: left;
	border: 1px solid #929292;
	border-bottom-width: 0px;
	padding: 3px 6px;
	font-weight: bold;
	margin-top: 2em;
}

#content table thead th {
	background-color: #929292;
	border-bottom: 1px solid #830026;
	color: white;
}

#content table th, #content table td {
	padding: 3px 6px;
}

#content table tbody th, #content table tbody td {
	border-bottom: 1px solid #CCCCCC;
	font-weight: normal;
}

#content table tbody th {
	background-color: #eeeeee;
	width: 200px;
}

