html, body
{
	margin: 0px; 
	padding: 0px; 
	font-size: 14px; 
	font-family: Trebuchet MS, Verdana, Arial, Helvetica, sans-serif; 
	line-height: 20px;
}

a {
	text-decoration: none;
	color: #DF970D;
}

a:hover {
	text-decoration: none;
	border-bottom: 1px dashed #DF970D;
}

#container {
	width: 995px;
	margin: auto;
	text-align: justify;
	margin-bottom: 10px;
}

#header {
	padding: 5px;
	margin-bottom: 25px;
}

#hometypes {
}

