html,body {
	margin:0;
	padding: 0 0 0 0;
	text-align:center;
}

#container {
	text-align:left;
	width:765px;
	margin:0 auto;
}

#header {
	border-bottom: 1px solid #868688;
}

#logo {
	width: 191px;
	padding: 6px 0;
}

#nav {
	margin: 0;
	padding: 0;
	width: 570px;
	float: right;
}


#banner-home {
	background: url(images/bg_banner_home.gif) transparent top left no-repeat;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	height: 171px;
	border-bottom: 7px solid #E7E7E7;
}

#banner-inner {
	background: url(images/banner_inner_bg.gif) #E7E7E7 top right no-repeat;
	padding: 0 0 0 0;
	margin: 10px 0 0 0;
	height: 70px;
}

#columns {
	margin-top: 30px;
	background: url(images/left_column_bg.gif) transparent top left repeat-y;	
}

img.quote {
	float: right;
	margin: 75px 260px 0 0;
}

img.quote-inner {
	margin: 0 0 0 200px;
}

#feature {
	width: 170px;
	margin: 0 0 0 12px;
}

#content {
	float: right;
	width: 560px;
	padding: 0 0 10px 0;
}

form.search {
	margin: 0 0 0 12px;
	width: 170px;
	padding: 20px 0 0 0;
}

#feature form.search {
	margin: 0 0 0 0;
	width: 170px;
	padding: 0 0 0 0;
}

img.clear {
	display: block;
	clear: both;
}

p.clear {
	clear: both;
}

#footer {
	border-top: 1px solid #868688;
	padding: 7px 0 10px 205px;
}

div.result {
	border-top: 1px solid #ccc;
}

div.result img {
	float: left;
	display: block;
	padding: 10px 10px 10px 0;
	width: 105px; 
}

div.result-sold {
	border-top: 1px solid #ccc;
    background: url(images/sticker_sold.gif) transparent top right no-repeat;
}

div.result-leased {
	border-top: 1px solid #ccc;
    background: url(images/sticker_lease.gif) transparent top right no-repeat;
}

div.result-sold img {
	float: left;
	display: block;
	padding: 10px 10px 0 0;
	width: 105px; 
}

div.data {
	float: left;
	width: 430px;
	padding-top: 10px;	
}

#gallery form.email-form {
   padding: 10px;
   text-align: left;
   border: 1px solid #ccc;
}

div.testi {
   border-bottom: 1px solid #ccc;
   margin-bottom: 10px;
}

	




