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

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-color: #436784;
	background-image: url(../images/aylesburycommons.com/bg_masthead.png);
	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: #85a6c0;
	height: 27px;
}
	#top_nav a.button {
/*		float: left;*/
		display: block;
		color: #000;
		margin-bottom: 0px;
	}
	#top_nav a.button:hover, #top_nav a.buttonActive {
		background: #718da3;
	}
	#top_nav td {
		text-align: center;
	}

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

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

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

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


#content {
/*	padding-top: 10px;*/
/*	background: #f6f0e3;*/
}
	#content #left_col_small {
		width: 1.5%;
		height: 100%;
		background: #c5bdac;
	}
	#content #left_col {
		width: 100%;
		height: 100%;
		background: #f6f0e3;
		padding-left: 20px;
		padding-right: 40px;
		padding-top: 10px;
	}
	#content #right_col {
		height: 100%;
		width: 216px;
		background: #c5bdac;
		padding-left: 10px;
		padding-right: 10px;
		padding-top: 15px;
	}

.feature {
	
}

.builder_left {

}
	.builder_name {
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 10px;
	}
	.builder_left .builder_name {
/*		text-align: right;*/
	}
	
	.builder_left .builder_image {
		float: right;
		margin-left: 10px;
	}
	
.builder_right {

}
	.builder_right .builder_image {
		float: left;
	}

.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 {
	text-align: center;
	color: #000;
	background: #85a6c0;
	height: 30px;
	font-size: 12px;
	margin-top: 20px;
	margin-bottom: 30px;
}
	#footer a {
		color: #333;
		text-decoration: none;
		font-weight: normal;
	}
	
	#footer a:hover {
		color: #999;
	}


