html, body {
	text-align: center;
	background-color: #c6c7c9;
	background-image: url('/images/bg.png');
	background-position: top left;
	background-repeat: repeat-x;
}

#pageholder {
	margin: 0 auto 0 auto;
	width: 788px;
	position: relative;
}

#page {
	float: left;
	width: 788px;
	min-height: 600px;
	background-color: #67318f;	
	text-align: left;
}

#header {
	float: left;
	width: 788px;
	background-color: #fff;	
	height: 105px;
	background-image: url('/images/header_bg.png');
	background-position: top right;
	background-repeat: no-repeat;
}
#header img {
	margin: 12px 0 0 12px;
}
#menubar {
	float: left;
	width: 788px;
	background-color: #c6c7c9;	
	padding: 0;
	margin: 0;
	height: 28px;
	background-image: url('/images/menubar_bg.png');
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 1px solid #ddd;	
	border-bottom: 1px solid #3a3f45;
	overflow: hidden;
}
#searchbar {
	float: left;
	width: 788px;
	background-color: #67318f;	
	height: 85px;
	background-image: url('/images/searchbar_bg.png');
	background-position: top left;
	background-repeat: repeat-x;
	border-top: 1px solid #999;
	position: relative;
	z-index: 8;
}
#banner {
	float: left;
	width: 788px;
	height: 286px;
	background-color: #fff;	
	background-image: url('/images/banner_homepage_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;	
	padding: 0; margin: 0;
}
#content {
	float: left;
	width: 738px;
	background-color: #fff;	
	background-image: url('/images/content_bg.png');
	background-position: top left;
	background-repeat: repeat-x;
	min-height: 200px;
	position: relative;
	padding: 20px 25px 50px 25px;
}
#content .left_col {
	float: left;
	width: 475px;		
}
#content .right_col {
	float: right;
	width: 230px;	
}

#newspaper_signup {
	float: left;
	height: 464px;
	padding: 100px 30px 20px 30px;
	background-image: url('/images/newsletter_signup_bg.png');
	background-position: top left;
	background-repeat: no-repeat;			
}

#footer {
	float: left;
	width: 788px;
	background-color: #67318f;	
	height: 35px;
	padding-top: 10px;
}

.property {
	float: left;
	width: 509px;
	/*height: 427px;*/
	background-image: url('/images/property_bg.png');
	background-position: top left;
	background-repeat: no-repeat;		
}
.property_extender {
	float: left;
	width: 509px;	
	background-image: url('/images/property_extender.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0; 
	position: relative;
	top: -6px;	
}
.property_extender  p {
	margin: 10px 25px 0 25px;
}
.property_extended {
	float: left;
	width: 509px;
	height: 10px;
	background-image: url('/images/property_bottom_bg.png');
	background-position: top left;
	background-repeat: no-repeat;
	margin: 0 0 20px 0;	padding: 0;	
	position: relative;
	top: -6px;
}

.property .photos {
	float: left;
	width: 250px;
	margin: 20px 0 0 0;
	padding: 0 0 0 20px;
}
.property .photos .status {
	float: left;
	width: 243px;
	background-color: #67318f;
	color: #fff;
	height: 25px;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	margin: 0;
	padding: 0 0 0 5px;
	border-left: 1px solid #aaa;
	border-top: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
.property .photos a.big {
	float: left;
	margin: 0 0 0 0;
}
.property .photos a.big + a.big {
	margin: 10px 0 0 0;
}
.property .photos a.medium {
	float: left;
	margin: 10px 0 0 0;
}
.property .photos a.medium + a.medium {
	float: right;
}
.property .photos a.medium + a.medium + a.medium {
	float: left;
}
.property .photos a.medium + a.medium + a.medium + a.medium {
	float: right;
}
.property .photos a.small {
	float: left;
	margin: 10px 0 0 0;
}
.property .photos a.small + a.small {
	float: left;
	margin: 10px 0 0 8px;
}
.property .photos a.small + a.small + a.small {
	float: right;
}
.property .content {
	float: right;
	width: 200px;
	margin: 20px 0 0 0;
	padding: 0 20px 0 0;
	height: 300px;
	overflow: hidden;	
}
.property .photos .icons {	
	float: left;
	clear: both;
	display: inline;
	width: 250px;	
	margin: 15px 0 6px 0; padding: 0;
}
.property .photos .icons img {	
	float: left;
	margin: 0; padding: 0; display: inline;
}
.property .photos .icons img + img {	
	margin-left: 3px;
}
.property .buttons {
	float: right;
	width: 200px;
	margin: 5px 0 0 0;
	padding: 0 20px 0 0;	
	overflow: hidden;
}