body { font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: #f3eee7; background-image: url(images/back-stain.jpg); background-repeat: repeat; margin: 0; padding: 0; }
a img { border-style: none; }
a:link { color: #af905f; font-weight: bold; text-decoration: none; }
a:visited { color: #af905f; font-weight: bold; text-decoration: none; }
a:hover { color: black; text-decoration: underline; }
a:active { color: red; }
#header { background-image: url(images/back-head.jpg); background-repeat: repeat-x; width: 100%; height: 165px; }
#headphoto { position: absolute; top: 13px; left: 525px; width: 200px; height: 237px; }
#nav { top: 165px; width: 215px; }
#nav img { display: block; }
#content { position: absolute; top: 179px; left: 229px; width: 482px; }
#content p { font-size: 12px; line-height: 18px; margin: 0; padding: 0 0 10px; }
#content h3 { font-size: 20px; line-height: 22px; margin: 0; padding: 0 0 5px; }
#content h2 { font-size: 30px; font-weight: bold; line-height: 32px; margin: 0; padding: 0 0 10px; }
#content ul { font-size: 12px; line-height: 14px; margin-top: 0; margin-right: 0; margin-bottom: 10px; padding-top: 0; padding-right: 0; padding-bottom: 0; }
#content ol { font-size: 12px; line-height: 15px; margin-top: 0; margin-right: 0; margin-bottom: 5px; padding-top: 0; padding-right: 0; padding-bottom: 0; }
#content ol li { padding-bottom: 5px; }
#content form table td { font-size: 11px; line-height: 11px; margin: 0; padding: 0 0 5px 5px; }
#footer { margin: 15px 0 0; padding: 15px 0 25px; border-top: 1px solid #af905f; }
#footer p { font-size: 11px; line-height: 12px; margin: 0; padding: 0 0 5px; }
#footer img { float: right; margin: 0; padding: 0 0 0 10px; }
#note { float: right; margin: 0; padding: 0; }
.formleft { font-size: 11px; font-weight: bold; line-height: 11px; text-align: right; }
#forsale {
	position: absolute;
	left: -90px;
	top: -150px;
}
#forsale a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	-ms-transition: all 0.4s ease-in-out 0s;
	-o-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

