html {
	background-color: #94a39c;
}

#header {
	background: #d5c86a url('/images/realestate/headerbg2.gif') left top no-repeat;
	height: 172px;
	background-repeat: no-repeat;	
}

#header h1 {
	background: transparent url('/images/realestate/logo.gif') left top no-repeat;
}

#header h3 {
	background: transparent url('/images/realestate/trusted.gif') 0px 30px no-repeat;
}

#pageBody {
	background: transparent url('/images/realestate/pagebg.gif') left top repeat-y;
}

#footer {
	background-color: #d5c86a;
	color: #000;
}

#leftMenu li a:hover {
	background-color: #eff3cf;
}

#leftMenu #sel a, #leftMenu #sel a:hover {
	background-color: #fff;
}

#mapBox {
	border: 1px solid #a9aba0;
}

#map {
	width: 450px;
	height: 400px;
	float: left;
}

#mapSideBar {
	width: 200px;
	float: right;
	border-left: 1px solid #a9aba0;
	height: 400px;
}

#mapSideBar h1 {
	font-size: 12pt;
	margin: 0px;
	background-color: #d5c86a;
	padding: 2px 6px 2px 6px;
	height: 26px;
	font-weight: bold;
	line-height: 26px;
}

#mapSideBar h2 {
	color: #97805d;
	font-size: 10pt;
	font-weight: bold;
	margin: 6px 0px 2px 6px;
}

#mapSideBar p {
	font-size: 11pt;
	margin: 0px 0px 12px 6px;
}

#contactInfo {
	width:250px;
	clear:left;
	margin-top: 20px;
	float:left;
	text-align:center;
}

#contactInfo p {
	margin-bottom: 8px;
}

#contactInfo h2 {
	font-size: 18pt;
	margin-bottom: 0px;
}

#contactInfo h3 {
	font-size: 16pt;
	color: #948b50;
}

