/* overall styles */
body { 
	background: #f6f2d8;
	font-size: 76%;
	text-align: center;
	min-width: 760px;
	}
#bodypadding {
	text-align: left;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	font-family: arial, sans-serif;
	font-size: 1.1em;
	background-image: url(../images/bg_main.gif); 
	background-position: top left; 
	background-repeat: repeat-y;
	}
.spacer { 
	clear: both;
	font-size: 1px;
	line-height: 1px;
	}
.row {
	clear: both;
	}
sup { 
	font-size: 11px;
	line-height: 5px;
	}
a:link {
	color: #074f20;
	font-weight: bold;
	}
a:visited {
	color: #074f20;
	font-weight: bold;
	}
a:hover {
	color: #805b50;
	font-weight: bold;
	text-decoration: none;
	}
a:active {
	color: #074f20;
	font-weight: bold;
	}
p { 
	margin: 0;
	padding: 0 0 10px 0;
	}
ul {
	list-style-type: square;
	margin: 0 0 15px 0;
	padding: 0 0 0 40px;
	}
ol {
	margin: 0;
	padding: 0 0 0 18px;
	}
li {
	margin: 0;
	padding: 0 0 5px 0;
	}
blockquote {
	margin: 0;
	padding: 0 0 10px 25px;
	}
form {
	margin: 0;
	padding: 0;
	}
h1 {
	font-family: georgia, serif;
	font-size: 1.25em;
	color: #074f20;
	margin: 0;
	padding: 0 0 8px 0;
	}
h2 {
	font-family: georgia, serif;
	font-size: 1.25em;
	color: #074f20;
	margin: 0;
	padding: 0 0 8px 0;
	}
h3 {
	font-family: georgia, serif;
	font-size: 1.1em;
	color: #000;
	margin: 0;
	padding: 0 0 8px 0;
	}


/* header */
#header {
	background-image: url(../images/bg_header.gif); 
	background-position: top left; 
	background-repeat: no-repeat;
	padding: 3px 7px 0 7px;
	}
.headerleft {
	float: left;
	width: 592px;
	height: 140px;
	background-image: url(../images/photo_sunset.jpg); 
	background-position: top left; 
	background-repeat: no-repeat;
	}
.headerright {
	float: right;
	width: 149px;
	}
.titlebox {
	padding: 12px 0 0 11px;
	}
.navbox {
	width: 143px;
	height: 133px;
	margin: 5px 0 0 0;
	background-color: #fcf9e8;
	border: 1px solid #aeaeae;
	}


/* main */
#maincontent {
	margin: 0;
	padding: 15px 22px 0 22px;
	}
#currentlistings {
	border-top: 1px solid #aeaeae;
	margin: 10px 0 0 0;
	padding: 10px 0 0 0;
	}
#recentsales {
	margin: 0;
	padding: 0;
	}
#recentsales h2 {
	padding-bottom: 12px;
	}
.listingphotos {
	float: left;
	width: 330px;
	}
.listingdescription {
	float: right;
	width: 378px;
	}
.listingdescriptionsold {
	float: right;
	width: 378px;
	padding: 0 0 35px 0;
	}
.listingdescription p {
	font-size: 0.9em;
	}
.photo1 {
	padding: 0 8px 8px 0;
	}
.photo2 {
	padding: 0 0 8px 0;
	}
.photo3 {
	padding: 0 8px 25px 0;
	}
.photo4 {
	padding: 0 0 25px 0;
	}
.photo5 {
	padding: 0 8px 25px 0;
	}
.photo6 {
	padding: 0 0 25px 0;
	}
.contactlink {
	background-image: url(../images/arrow_green.gif); 
	background-position: top left; 
	background-repeat: no-repeat;
	margin: 0 0 0 15px;
	padding: 0 0 25px 10px;
	font-size: 0.85em;
	}


/* footer */
#footer {
	margin: -40px 0 0 0;
	padding: 0;
	z-index: 5;
	}
#footerleft {
	float: left;
	width: 615px;
	padding: 0 0 0 22px;
	}
.footerlefttext {
	border-top: 1px solid #aeaeae;
	margin: 60px 0 0 0;
	padding: 15px 0 0 0;
	font-size: 0.9em;
	}
.footerlefttext a {
	text-decoration: none;
	font-weight: normal;
	}
#footerright {
	float: right;
	width: 105px;
	padding: 0 10px 0 0;
	}
#footerbottom {
	background-image: url(../images/bg_footer.gif); 
	background-position: bottom left; 
	background-repeat: no-repeat;
	height: 16px;
	width: 760px;
	}


