.div_clear {
	clear: both;
}

body {
	margin: 0 0 0 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
}

span {
	color: #06f;
}

a {
	text-decoration: underline;
	color: #06f;
}

a:hover {
	text-decoration: underline;
	color: #5F5F5F;
}

h1 {
	margin-top: 0px;
	color: #06f;
	letter-spacing: -2px;
	font-size: 30px;
}

h2 {
	color: #666;
	font-size: 14px; 
	font-weight: 400;	
}

h3 {
	font-size: 16px; 
	font-weight: bold;
}

#preload {
	width: 0;
	height: 0;
	display: inline;
	background-image: url('menubg.jpg');
}

#header {
	width: 100%; 
	height: 150px;
	margin: 0 0 0 0;
	background-color: #3b3b3b;
	vertical-align: bottom;
	z-index: 1;
	font-family: Arial, Helvetica, sans-serif;
}

.header_content {
	width: 1000px;
	margin: 0 auto;
}

#header big a {
	float: right;
	margin: 38px 30px 0 0; 
	padding: 0;
	color: #5F5F5F;	
	font-size: 100px;
	letter-spacing: -8px;
	text-decoration: none;
}

#header big a:hover {
	text-decoration: none;
}

#header span {
	display: block;
	position: absolute;
	margin: 126px 0 0 10px; 
	padding: 0;
	background-color: transparent;
	color: #fff;	
	font-size: 20px;
	font-weight: 400;
	z-index: 4;
}

#menu {
	position: absolute; 
	top: 150px;
	width: 100%;
	height: 61px;
	margin: 0 0 0 0;
	background-color: #000;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #fff;
	z-index: 3;
	text-align: left;
}

#menu ul {
	margin: 20px 0 0 54px;;
}

#menu ul li {
display: inline;
}

#menu ul li a {
	background-color: transparent;
	background-repeat: repeat-x;
	padding: 14px 20px 14px 20px;
	font-size: 0.8em;
	font-family: 'trebuchet ms', 'century gothic', verdana, sans-serif;
	color: #666;
	font-weight: bold;
	text-decoration: none;
	border: solid 1px #000;	
}

#menu ul li a:hover {
background: #06f url('../menubg.jpg') repeat-x top;
color: #fff;
text-decoration: none;
border: solid 1px #fff;
}

#main {
	position: relative; 
	margin: 0 auto;
	margin-top: 45px;
	width: 1050;
	background: url('main.jpg') repeat-x top;
}

#container {
	width: 1000px;
	margin: 0 auto;
	padding-top: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

#subnav {
	float: right;
	width: 140px;
	padding: 0;
	font-size: 0.6em;
	font-family: Arial, Helvetica, sans-serif;
}

#subnav ul {	
	list-style: none;
	width: 140px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	margin-bottom: 20px;
}	
#subnav h2 {
	text-align: center;
	font-size: 15px;
	height: 40px !important;
	margin: 0;
}

#subnav li {
	margin-bottom: 1px;
	height: 35px;
}

#subnav li a, #subnav h2 {
	font-weight: bold;
	text-decoration: none;
	color: #cccccc;
	display: block;
	padding: 5px;
	background: #3b3b3b;
	border-right: 10px solid #fff;
	height: 30px;
}	
	
#subnav li a:hover {
	background: #06f;
	color: #ffffff;
	border-right: 10px solid #06f;
}

#subnav .child {
	font-size: 0.9em;
	padding: 0;
}

#subnav .child a {
	padding-left: 10px; 
	border-right: 10px solid #fff;
	background: #bbb;
	color: #666;
}

#subnav .child a:hover {
	color: #06f;
	background-color: #e0e0e0;
	border-right: 10px solid #fff;
}

#center_content {
	width: 579px;
	margin: 0 20px;
	float: left;
}

#content {
	line-height: 1.6em;
	color: #666;
	font-size: 12px;
}

#content h2 {
	font-size:16px;
	font-weight:bold;
}

#content p {
padding-bottom: 5px;
}

.right {
float: right;
margin: 0 0 8px 12px;
padding: 4px;
background-color: #FFF;
border: 1px solid #CCC;
}

#footer {	
	margin-top: 40px;
	margin-bottom: 10px;
	color: #aaa;
	font-size: 11px;
	text-align: center;
}

#extras {
	clear: right;
	float: right;
	width: 140px;
	margin-left: 20px;
	margin-bottom: 20px;
	padding: 0;
	color: #666;
}

#extras {
	font-weight: bold;
}

#extras p {
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	font-size: 0.7em;
}

.box1 {
	float: left; 
	margin: 0 2px; 
}

.box2 { 
	margin: 0 auto;
}

.box3 { 
	float: right; 
	margin: 0 2px; 
}

.box1, .box2, .box3 {
	background: #fff url('../boxbg.jpg') repeat-x top;
	border: 1px solid #ccc;
	margin-bottom: 20px;
	padding: 10px 5px;
	text-align: left;
	width: 40%;
}

.box1 h2, .box2 h2, .box3 h2 {
	margin: 0 auto;
	margin-bottom: 10px;
	font-weight: bold;
	text-align:center;
}

.box1 a, .box2 a, .box3 a {
	float: right;
	margin-right: 10px;
}

.center {
text-align:center;
display:block;
margin-top: 15px;
}

.box {
	margin: 0 4px 10px 4px;
	line-height: 1.3em;
	font-size: 12px;
	border: 0;
}

#google_news {
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height:1.6em;
}

<!-- Promo Properties -->
#left_side {
	float: left;	
	border-right: 1px solid #CCCCCC;	
}

#promo_properties{	
	width: 230px;
	margin-left: 10px;
	float: left;	
	border-right: 1px solid #CCCCCC;	
	color: #7F7F7F;	
	font-size: 11px;	
}

#promo_properties h2 {	
	background: #3B3B3B none repeat scroll 0 0;
	margin-top: 0;
	margin-bottom: 16px;
	text-align: left;	
	width: 225px;	
	color: #CCCCCC;
	height: 30px;
	font-weight: bold;
	text-align: center;
	padding-top: 8px;
}

#promo_properties ul{
	display: block;					
	margin: 0;	
	padding: 0;
	height: 130px;
	width: 220px;
}

#promo_properties li{
	background: none;
	padding: 0;
	margin: 0;
	line-height: 17px;
	list-style: none;
}

#promo_properties li.photo {
	list-style: none;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	height: 110px;	
}

#promo_properties li.photo img{
	border: 1px solid #000000;
	padding: 1px;		
	width: 110px;	
	max-height: 110px;
}

#promo_properties li.location {
	padding-bottom: 5px;
}

#promo_properties li.location a {	
	text-decoration: none;
	font-size: 13px;
}

#promo_properties li.location a:hover{
	
}

#promo_properties li.details {
	margin-bottom: 10px;
}

#promo_properties .details a{
	text-decoration: underline;
		
}

