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

h1 {
	font-weight: normal;
}

h2 {
	font-weight: normal;
/*	text-align: left;*/
}

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

a:hover {
	color: #666;
}

a > img {
	border: none;
}

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

#masthead {
	background-color: #faf6f0;
	height: 100px;
	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: 10px;*/
	
	float: left;
/*	border: 1px solid;*/
	width: 400px;
}

	
#top_nav {
/*	font-family: "Lucida Grande";*/
	background: #c1bdb7;
	background: #333;
	height: 30px;
}
	#top_nav a.button {
/*		width: 101px;*/
/*		float: left;*/
		font-family: Verdana;
		font-weight: normal;
		display: block;
		color: #eee;
		margin-bottom: 0px;
		padding-top: 7px;
		height: 23px;
	}
	#top_nav a.button:hover, #top_nav a.buttonActive {
		background: #9f9b96;
		background: #666;
		color: #eee;
	}
	#top_nav td {
		text-align: center;
	}

.shadow_left {
	width: 17px;
	margin: 0 auto;

	background-image: url(../images/shadow-left.png);
	background-repeat: repeat-y;
}

.shadow_right {
	width: 17px;
	margin: 0 auto;

	background-image: url(../images/shadow-right.png);
	background-repeat: repeat-y;
	background-position: top right;
}


#content {
/*	padding-top: 10px;*/
/*	background: #f6f0e3;*/
	background-color: #faf6f0;
}
	#content #left_col_small {
		width: 1.5%;
		height: 100%;
		background-color: #faf6f0;
		height: 600px;
	}
	#content #left_col {
		width: 100%;
		height: 100%;
		background-color: #faf6f0;
		padding-left: 20px;
		padding-right: 40px;
		padding-top: 10px;
		
	}
	#content #right_col {
		height: 100%;
		width: 216px;
/*		width: 210px;*/
		background: #faf6f0;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 15px;
		border-left: 1px solid #000;
	}

.feature {
	
}

.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;
		}
		
.testimonials {
	width: 70%;
}
.testimonial {
	padding-bottom: 25px;
}
	.testimonial .comments {
		
	}
	.testimonial .name {
		float: right;
		padding-right: 20px;
	}

#footer {
	text-align: center;
	color: #eee;
	background: #c1bdb7;
	background: #333;
	height: 30px;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 30px;
}
	#footer a {
		color: #eee;
		text-decoration: none;
		font-weight: normal;
	}
	
	#footer a:hover {
		color: #fff;
	}




	.img-shadow {
		float:left;
		background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
		background: url(../images/shadow.gif) no-repeat bottom right;
		margin: 10px 0 0 10px !important;
		margin: 10px 0 0 5px;
	}

	.img-shadow img {
		display: block;
		position: relative;
		background-color: #fff;
		border: 1px solid #a9a9a9;
		margin: -6px 6px 6px -6px;
		padding: 4px;
	}

	.clear { clear: both; }

