#navarea {
	width:924px;
	margin:0 auto;
	background:url(/images/bg-main924.gif) repeat-y; 
	}
#navSpace{
	margin: 0 auto;
	padding-top:5px;
	width:900px;
	height:49px;
	}
#nav-left {
	float:left;
	width:9px;
	height:49px;
	background:url(/images/navLBg.gif) no-repeat; 
	}
#nav-middle {	
	float:left;
	width:882px;
	height:49px;
	background:url(/images/navBg.jpg) repeat-x; 
	font-family: Arial;
	font-size:12px;
	font-weight:bold; 
	color:white;
	text-transform:uppercase;
	letter-spacing:1px;
	}

#nav-middle li {
	width: 0 auto;
	float:left;
	height:22px;
	position:relative;
	top:12px;
	list-style-type: none;
	width:148px;
	text-align: center;
	padding-top:4px;
	}
	
#nav-middle li:hover {
	background:url(/images/navLIbak.gif) no-repeat;
	}	

#nav-middle a, #nav-middle a:visited, #nav-middle a:hover {
	color:white;
	text-decoration: none;
	}
	
#nav-middle li.separator {
	width:3px;
	color:#808080;
	text-align:center;
	}
	
#nav-middle li.search {
	width:100px;
	}

#nav-middle li.search:hover {
	background:url(/images/navLISearchBak.gif) no-repeat;
	}
		
#nav-middle li.properties {
	width:181px;
	}

#nav-middle li.properties:hover {
	background:url(/images/navLIPropertiesBak.gif) no-repeat;
	}
		
#nav-middle li.about {
	width:140px;
	}

#nav-middle li.about:hover {
	background:url(/images/navLIAboutBak.gif) no-repeat;
	}		
	
#nav-right {
	float:left;
	width:9px;
	height:49px;
	background:url(/images/navRBg.gif) no-repeat; 
	}		