html {
	margin: 0px;
	padding: 0px;
	text-align: center;
	}
	
body { 
	color: #000;
	background-color: #FFFFFF;
	background-image: url(../images/bg_top.jpg);
	background-repeat: repeat-x;
	margin: 0px; 
	padding: 0px;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
} 
	
p {
	margin: 15px;
	padding: 0px;
	text-align: left;
	line-height: 17px;
	}
	
li{
	line-height: 17px;
}
h1{
font-size: 16px;
margin-left: 15px;
}

h2, h3, h4, h5, h6 {
	margin: 10px 12px 5px 25px;
	color: #666666;
}
.h4class{
	margin: 10px 12px 5px 25px;
	color: #666666;
	font-weight: bold;
	font-size: 16px;	
	padding: 2px;
}

hr{
	color: #000000;
}

a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #000000;
	}
a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #000000;
	}
a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #FF6600;
	}

/* divs */

#container{
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: center;

}

#registration {
	margin-left: 15px;
}

#content {
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
	position: relative;
	text-align: left;
	background-color: #FFFFFF;
}

#contact{
	margin: 0px;
	padding: 0px;
	border: 0px;
	height: 88px;
	background-color: #FFF;
	clear: both;
	text-align: right;
}

#top{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	width: 1000px;
	height: 200px;
	background-color: #030802;
}

#topbg{
	margin: 0px;
	padding: 0px;
	border: 0px;
	clear: both;
	height: 200px;
	background-color: #000000;
}

#main_content{
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 1000px;
	text-align: left;


}

#footer{
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 285px;
	background-image: url(../images/footer_bg.jpg);
	background-position: top;
    background-repeat: repeat-x;
	text-decoration: none;
	font-weight: bold; 
	color: #999999;

	
}

#footer a:link {  
	text-decoration: none;
	font-weight: bold; 
	color: #999999;
	}
#footer a:visited { 
	text-decoration: none; 
	font-weight: bold;
	color: #999999;
	}
#footer a:hover, a:active { 
	text-decoration: underline;
	font-weight: bold; 
	color: #FFF;
	}
	
/* nav ------------- */
#nav{
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 100%;
	height: 60px;
	background-image: url(../images/nav_bg.jpg);
	background-repeat: repeat-x;

}

#nav a:link {  
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	}
#nav a:visited { 
	text-decoration: none; 
	font-weight: normal;
	color: #FFF;
	}
#nav a:hover, a:active { 
	text-decoration: none;
	font-weight: normal;
	color: #000;
	}


#propertysearch{
	
	width: 305px;
	height: 275px;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 3px;
	
}

#about{
	width: 305px;
	height: 160px;
	color: #000000;
	border-bottom-color: #000000;
	border-bottom-style: solid;
	border-bottom-width: 3px;
	border-left-color: #000000;
	border-left-style: solid;
	border-left-width: 3px;
}

#boxes{
	margin: 0px;
	padding: 0px;
	width: 1000px;
	height: 140px;
	
}

boxes2{
	margin: 0px;
	padding: 0px;
	width: 1000px;
	
}

#about p {
	margin: 15px;
	padding: 0px;
	text-align: left;
	line-height: 17px;
	color: #000000;
	}
