body {
	background-color: #f6f6f6;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/page_bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}

#center {
	width: 1007px;
	position: absolute;
	left: 50%;
	margin-left: -503px;
}

#logo {
	height: 103px;
	width: 229px;
	position: absolute;
	top: 198px;
	left: 92px;
}

#nav {
	height: 41px;
	position: absolute;
	top: 226px;
	left: 370px;
	width: auto;
}

#title {
	height: 35px;
	position: absolute;
	top: 275px;
}

#content_left {
	width: 334px;
	position: relative;
	left: 75px;
	z-index: 2;
}

#gallery {
	width: 820px;
	position: relative;
	left: 95px;
	z-index: 2;
}

#photo_gallery {
	width: 562px;
	position: relative;
	float: right;
	right: 10px;
	padding-top: 10px;
	z-index: 2;
}

#photo_right {
	width: 519px;
	position: relative;
	height: 363px;
	z-index: 2;
	float: right;
	clear: left;
	padding-right: 60px;
}

#properties_right {
	width: 550px;
	position: relative;
	height: 363px;
	z-index: 2;
	float: right;
	clear: left;
	padding-right: 80px;
}

#properties_nav {
	width: 270px;
	position: relative;
	left: 75px;
	z-index: 2;
}


#footer_logo {
	width: 101px;
	position: relative;
	float: left;
	left: 156px;
	top: 102px;
}

#footer_nav {
	width: 500px;
	position: relative;
	float: left;
	left: 300px;
	top: 145px;
}

#footer {
	width: 1007px;
	height: 200px;
	position: relative;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	bottom: 100px;
	clear: both;
	z-index: 1;
}

.text {
	color: #000000;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
}
a.text:link {
    color: #818285;
}
a.text:hover {
	color: #4d6648;	
}
a.text:visited {
	color: #818285;	
}

.property_nav {
	color: red;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 15px;
}
a.property_nav:link {
    color: #000000;
}
a.property_nav:hover {
	color: #4086f6;	
}
a.property_nav:visited {
	color: #000000;	
}

.ul {
	list-style-type: disc;
	list-style-image: url(/images/bullet.jpg);
}

.price {
	color: #4d6547;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 15px;
}

.price2 {
	color: red;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 15px;
}


.footer_text {
	color: #707070;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 10px;
	line-height: 15px;
}
a.footer_text:link {
    color: #707070;
}
a.footer_text:hover {
	color: #000000;	
}
a.footer_text:visited {
	color: #707070;	
}
#statement {
	height: 52px;
	width: 519px;
	position: absolute;
	left: 350px;
	top: 330px;
}
strike {
	color:red;
	}