body, html {
	font-family: Times;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: #857650;
	height: 100%;
}

a {
	color: #3a331f;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #666;
}

a > img {
	border: none;
}

#container {
	margin: auto;
	padding-left: 20px;
	width: 960px;
}

#masthead {
	background: #4e4328;
	height: 150px;
	color: #f6f0dd;
	font-size: 35px;
	
	padding-left: 10px;
	padding-right: 10px;
}
	#masthead #tagline {
		float: left;
		font-size: 15px;
	}
	#masthead #contact {
		float: right;
		font-size: 20px;
	}
		#masthead #contact a {
			color: #f6f0dd;
		}

#logo {
	text-align: left;
	padding-top: 20px;
	
	float: left;
/*	border: 1px solid;*/
	width: 400px;
}

#left_nav {
/*	font-family: "Lucida Grande";*/
	float: left;
}
	#left_nav a.button {
		color: #000;
		display: block;
		background: #f1e5bf;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 5px;
		text-align: center;
		width: 150px;
	}
	#left_nav a.button:hover {
		background: #61e5bf;
/*		background: #d7c68e;*/
	}
	
	#left_nav #prop_search {
		background: #d7c68e;
		padding-left: 5px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	
#top_nav {
/*	font-family: "Lucida Grande";*/
	background: #d7c68e;
	height: 57px;
}
	#top_nav a.button {
		color: #000;
		float: left;
		padding-top: 20px;
		padding-bottom: 20px;
		margin-bottom: 0px;
		text-align: center;
		width: 134px;
	}
	#top_nav a.button:hover, #top_nav a.buttonActive {
		background: #f1e5bf;
	}
	
	#top_nav .button_separator {
		display: none;
		float: left;
		margin-top: 20px;
		padding-bottom: 20px;
		text-align: center;
		width: 1px;
		border-left: 1px solid;
	}

#content {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: #f1e5bf;
}

.feature {
	float: right;
	padding-left: 25px;
}

.listing_preview {
	padding: 5px;
/*	margin-top: 5px;*/
/*	margin-bottom: 15px;*/
}
	.listing_preview .header {
		font-weight: bold;
	}
	
	.listing_preview .price {
		float: right;
		color: #f00;
		font-weight: bold;
	}
	.listing_preview .mls {
		float: right;
	}
	
	.listing_preview .image {
		
	}

	.listing_preview .address {
		padding-top: 3px;
		font-weight: bold;
		font-size: 17px;
	}
		.listing_preview .address a {
			color: #000;
		}

	.listing_preview .bed_bath {
		padding-top: 10px;
	}
	
	.listing_preview .contact {
		padding-top: 10px;
	}

		.listing_preview .contact a {
			font-weight: normal;
		}

	.listing_preview .listing_message {
		font-variant: small-caps;
		font-size: 18px;
		background: #fff; 
		border: 1px solid #aaa;
		margin: 5px; 
		padding: 0px 5px 2px 5px;
		text-align: center;
	}
		
.testimonials {
	width: 70%;
}
.testimonial {
	padding-bottom: 25px;
}
	.testimonial .comments {
		
	}
	.testimonial .name {
		float: right;
		padding-right: 20px;
	}

#footer {
	color: #222;
	font-size: 12px;
	border-top: 1px solid #222;
	margin-top: 20px;
	margin-bottom: 30px;
}
	#footer a {
		color: #222;
		text-decoration: none;
		font-weight: normal;
	}
	
	#footer a:hover {
		color: #000;
	}



