a img, img{border:0;}

body {
	background-color: #eeedf6;
	font-family: Arial, Helvetica, Sans Serif;
}

h2{font-size:13px;}

div#container{	
	width: 850px;
	border:1px solid #81B0E0;
	border-bottom-width:0;
	margin:auto;
	overflow:hidden;
}

div#header{
	width:850px;
	height:150px;
}

* html div#header {
	margin-bottom:-4px;
}

div#header * {
	margin:0; padding:0; border:0;
}

div#sidebar{
	width:200px;
	float:left;
	clear:left;
	background-color:#C1C9DB;
	text-align:center;
	margin-bottom:-5000px;
	padding-bottom:5030px;
	z-index:0;
}

div#sidebar img, div#sidebar a img{border:0; clear:both; margin:8px 0;}

div#content{
	background-color:#EEEBE6;
	width:630px;
	float:right;
	clear:right;
	font-size:12px;
	padding:10px;
	margin-bottom:-5000px;
	padding-bottom:5030px;
	z-index:0;
	position:relative;
}

* html div#content {
	width:628px;
}

div#footer{
	width:100%;
	height:50px;
	text-align:right;
	font-size:9px;
	color:white;
	clear:both;
	background-color:#819BDE;
	z-index:100;
	position:relative;
}
div#footer a{color:white;}

table.towntable {
	border:1px solid #CCCCCC;
	font-size:8pt;
	margin:3px auto;
	text-align:center;
	width:98%;
}
table.towntable td {
	border:1px solid #AAAAAA;
	line-height:16px;
	padding:3px 0;
	width:33%;
}

table#pricerange{
	border:1px solid black;
	text-align:center;
	margin:5px auto;
	border-collapse:collapse;
	width:510px;
}

table#pricerange td{
	border:1px solid black;
	width:170px;
}

#sell_box {
	float:right;
	border:1px solid #BBB;
	background-color:#DDDDFF;
	margin:5px 7px 12px;
	padding:3px 6px;
	clear:none;
}

#sell_box h3.sell_head {
	text-align:center;
}

#sell_box li {
	line-height:22px;
}

p.testimonial {
	padding:6px; border:1px solid black; background-color:#EEEDF6; margin-left:10px;
}

.right{float:right; clear:right; padding:8px;}
.left{float:left; clear:left; padding:8px;}
.centeredbox{margin:15px auto; text-align:center; border:1px solid #AAAAAA; padding:5px 10px 10px 10px;}
.noborder{border:0;}
a:visited{color:blue;}