html{
	margin: 0px;
	padding: 0px;
}
body{
	margin: 0px;
	padding: 0px;
	background: #D0C49F url(images/millsbg.gif) repeat-y center;
	color: #817A66;
	font-family: trebuchet ms, verdana, arial, helvetica, sans-serif;
	text-align: center;
}
p{
	margin: 15px;
	font-size: 10pt;
	line-height: 150%;
}
li{
	font-size: 10pt;
	line-height: 150%;
}
h2{
	margin: 15px;
	font-size: 18pt;
	font-weight: normal;
	line-height: 16pt;
	color: #999966;
}
h3{
	margin: 15px;
	font-size: 14pt;
	font-weight: normal;
	line-height: 16pt;
	color: #333366;
}
a{
	color: #336666;
}
a:hover{
	color: #669999;
}
img{
	border: 0px;
}
#photoheader{
	display: block;
	width: 570px;
	height: 100px;
	margin: 0px auto;
	border-bottom: 1px solid #F0E6C8;
}
#millsheader{
	display: block;
	width: 570px;
	height: 150px;
	margin: 0px auto;
	background: #938D7B url(images/millsappraisal.gif) no-repeat;
}
#millsheader h2, #millsheader h3{
	display: none;
}
#body{
	width: 570px;
	margin: 0px auto;
	padding: 0px;
	background-color: #F0E6C8;
	text-align: left;
}
#footer{
	margin: 0px auto;
	border-top: 1px solid #938D7B;
	border-bottom: 1px solid #938D7B;
	display: block;
	width: 570px;
	background: #938D7B url(images/footer.gif) no-repeat left center;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
}
#footer p{
	color: #FFFFFF;
	margin: 15px;
}
#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
#credit{
	text-align: center;
	font-size: 9pt;
	color: #938D7B;
}
#credit a{
	color: #938D7B;
	text-decoration: none;
}
#credit img{
	border: 0px;
}
form, fieldset{
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#contactform{
	margin-left: 15px;
	font-size: 10pt;
	line-height: 150%;
}
input, textarea{
	background-color: #FFFFFF;
	border: 1px solid #938D7B;
	margin-bottom: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10pt;
}
.button{
	background-color: #938D7B;
	color: #FFFFFF;
	font-weight: bold;
	padding: 3px;
}