/******************************************************
* Main Styles
******************************************************/ 
body {
	background: #422b28 url(../images/background.gif);
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
#wrap {
	background: #d9d3b7;
	border-left: 2px solid #9e9978;
	border-right: 2px solid #9e9978;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	width: 897px;
}
a {
	color: #333333;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
/******************************************************
* Home Page Styles
******************************************************/
#content1 {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
#content2 {
	background: url(../images/cutout_bottom.jpg) bottom left no-repeat;
	font: 11px georgia, times, serif;
	margin: 15px auto;
	padding: 0px;
	text-align: center;
}
#cutoutcontent {
	background: url(../images/cutout_birds.gif) top left no-repeat;
}
#content3 {
	color: #333333;
	font: 10px georgia, times, serif;
	margin: 15px auto;
	padding: 0px;
	text-align: center;
}
#hometext {
	color: #333333;
	font: 11px/16px georgia, times, serif;
	margin: 5px auto;
	padding: 0px;
	text-align: left;
	width: 750px;
}
/******************************************************
* Header Styles
******************************************************/ 
#header {
	background: url(../images/header.gif) no-repeat;
	height: 156px;
	width: 897px;
}
#headerlinks {
	float: right;
	margin-right: 20px;
}
#headertype {
	clear: both;
	position: relative;
	top: 80px;
	color: #76635f;
	font: italic 11px georgia, times, serif;
	margin: 0px auto;
	text-align: center;
}
/******************************************************
* Navigation Styles
******************************************************/  
#navbar { /* Layout container */
	background: #d9d3b7 url(../images/navbar.jpg) no-repeat;
	color: #333333;
	font: 17px georgia, times, serif;
	height: 44px;
	vertical-align: middle;
	width: 897px;
}
#mainav { /* Nested Link container */
	padding-top: 13px;
}
#mainav a {
	color: #333333;
	text-decoration: none;
}
#mainav a:hover, .navon {
	color: #dad5b7;
	text-decoration: none;
}
/******************************************************
* Main Content Styles
******************************************************/
#contentwrap {	
	margin: 15px auto;
	padding: 0 0 35px 0;
	text-align: center;
}
#maintext {
	background: url(../images/cutout_sub_bottom.jpg) bottom left no-repeat;
	color: #333333;
	font: 11px/16px georgia, times, serif;
	padding: 0 0 65px 0;
	text-align: left;
	width: 515px;
}
#maintext ul, #maintext li {
	display: inline;
	margin-left: 25px;
}
#maintext hr {
	border: 1px dotted #ffffff;
	clear: both;
	margin: 15px auto;
}
.copyrighttext {
	color: #333333;
	font: 10px georgia, times, serif;
	text-align: center;
}
.propdesc { /* styles for property descriptions */
	display: block;
}
/******************************************************
* Form Styles
******************************************************/
form label {
	float: left;
	margin: 0 10px 15px 0;
	text-align: right;
	width: 125px;
}
form input.text {
	background: #d0c9af;
	border: 1px solid #999374;
	font: 11px georgia, times, serif;
	padding: 3px;
	width: 185px;
}
	
	