/***********************************************************************************************************************/

body {
	height: 100%;
	background: url(images/background.jpg) fixed;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

h1 {
	padding: 0;
	margin: 0;
	font-size: 1.6em;
	font-weight: normal;
	color: 374a35;
	letter-spacing: 0.1em;
}

h2 {
	padding: 0;
	margin: 0;
	font-size: 1.4em;
	color: #86302B;
	font-weight: normal;
	letter-spacing: 0.1em;
	display: inline;
}



/***********************************************************************************************************************/

#container {
	width: 836px;
	height: auto;
	background: url(images/container_background.png) repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#content {
	width: 800px;
	margin: 0 auto 0 auto;
	background-color: #FFFFFF;
}
	

#header {
	width: 768px;
	height: 124px;
	margin: 0 auto 0 auto;
	background: url(images/header.png);
}

#header a {
	display: block;
	height: 100%;
	width: 100%;
}

#navbar {
	width: 800px;
	height: 47px;
	margin: 0 auto 0 auto;
	padding: 23px 0 0 0;
	text-align: center;
	background: url(images/navbar_background.png) no-repeat 50% 50%;
	background-position: center;
}

#navbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#navbar ul li {
	display: inline;
	padding: 0 5px 0 5px;
	font-size: 0.7em;
	letter-spacing: 0.2em;
}

#navbar a {color: #374A35; text-decoration: none;}
#navbar a:hover {text-decoration: underline;}

#bodycopy {
	width: 720px;
	margin: 0 auto 0 auto;
	padding: 0 0 25px 0;
	font-size: 0.75em;
	color: #707070;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}

#bodycopy ul {
	margin: 15px 0 15px 15px;
	padding: 0;
}

#bodycopy a {color: #636363; text-decoration: none;}
#bodycopy a:hover {text-decoration: underline;}

#footer {
	width: 800px;
	background: url(images/footer_background.jpg) bottom no-repeat;
	clear: both;
}

#footercontent {
	width: 720px;
	height: 30px;
	margin: 0 auto 0 auto;
	padding: 20px 0 0 0;
	border-top: 2px dotted #636363;
	font-size: 0.55em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #636363;
}

#footercontent .copyright {
	float: left;
}

#footercontent ul {
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}

#footercontent ul li {display: inline;}

#footercontent a {color: #636363; text-decoration: none;}
#footercontent a:hover {text-decoration: underline;}

#sectionheader {
	width: 766px;
	height: 32px;
	margin: 0 auto 0 auto;
	background: url(images/sectionheader_background.png) no-repeat;
	text-align: center;
	padding: 12px 0 0 0;
}

#sectionheader h1 {
	font-size: 1.1em;
	letter-spacing: 0.2em;
	color: #374A35;
}

#column_left {
	width: 340px;
	margin: 20px 20px 0 0;
	float: left;
	color: #333;
}

#column_right {
	width: 320px;
	margin: 20px 0 0 0px;
	padding: 0 0 0 20px;
	float: left;
	border-left: 2px dotted #636363;		
}



/***********************************************************************************************************************/

.clearfloats {clear: both;}

.spacer {height: 20px;}

.welcome {
	width: 430px;
	height: 220px;
	padding: 0 20px 0 0;
	border-right: 2px dotted #636363;
	text-align: justify;
	margin: 25px 0 25px 0;
	float: left;
}

.forsale {
	width: 255px;
	height: 226px;
	margin: 20px 0px 0px 10px;
	float: left;
}

.darkred {color: #86302B;}

.dottedrule {
	border-bottom: 2px dotted #636363;
	margin: 25px 0 25px 0;
}

.property_separator {
	background: url(images/footer_background.jpg) bottom no-repeat;
	height: 2px;
	clear: both;
}

.property_beige {
	background: #F5F3E9;	
	padding: 20px 40px 20px 40px;
	font-size: 0.75em;
	color: #707070;
	letter-spacing: 0.1em;
	line-height: 1.4em;
}

.property_white {
	background: #FFFFFF;
	font-size: 0.75em;
	color: #707070;
	letter-spacing: 0.1em;
	line-height: 1.4em;
	height: auto;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
.property_photo2 {
	width: 450px;
	height: 300px;
	float: left;
}

.property_photo {
	width: 450px;
	height: 181px;
	float: left;
}
.property_photo3 {
	height: auto;
	width: 721px;
}
.property_description2 {
	width: 248px;
	height: 300px;
	border-left: 2px dotted #636363;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

.property_description {
	width: 248px;
	height: 181px;
	border-left: 2px dotted #636363;
	float: left;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
}

