#content #columnwrapper {
	border: none;
}

#content .contacts {
	width: 100%;
}

#content .contacts thead th, #content .contacts tbody th {
	padding: 5px 2px 5px 2px;
	text-align: left;
	font-size: 1em;
	vertical-align: top;
	color: #900;
	background-color: #f7e9cd;
}

#content .contacts tbody th {
	background-color: #fff;
	padding-top: 10px;
	border-bottom: 1px solid #f7e9cd;
}

#content .contacts tbody tr {
	border-bottom: 1px solid #f7e9cd;
}

#content .contacts tbody td {
	padding: 5px 5px 5px 2px;
	font-size: 0.8em;
}

#iefix #content .contacts tbody td {
	padding: 5px 5px 5px 2px;
	font-size: 0.8em;
	border-bottom: 1px solid #f7e9cd;
}

#content h3 {
	margin-top: 0;
	margin-bottom: 5px;
}