/* CSS Document */
body{
margin:0px;
padding:0px;
background:#0a3c79 url('images/denver-real-estate_04.jpg') center center repeat-y;
}

div#container{
width:800px;
margin:0px auto;
}

div#divTop{
background:url('images/denver-real-estate_04.jpg') center center repeat-y;
}

div#divNav{
background:url('images/denver-real-estate_02.jpg') center center repeat-y;
}

	ul#NavLeft{
	float:left;
	list-style:none;
	margin:0;
    padding:0;
	}
	
	ul#NavRight{
	float:right;
	list-style:none;
	margin:0;
    padding:0;
	}
	
	#NavBottom{
	margin:0;
    padding:0;
	float:left;
	list-style:none;
	}
	#divNav li{
	float:left;
	background:url("images/left.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
	}
	#divNav a {
	display:block;
	background:url("images/right.gif") no-repeat right top;
	padding:8px 15px 4px 6px;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
	color:#000000;
	}
	#divNav a:hover{
	color:#0a3c79;
	background:url("images/right.gif") no-repeat right top;
	}
	
div#divMid{
background:url('images/denver-real-estate_03.jpg') center center no-repeat;
}

div#divBody{
background:url('images/denver-real-estate_04.jpg') center center repeat-y;
}

h4.h4_header_bl{
margin:0 0 0 0;
padding:0 0 0 0;
}

div#divBottom{

}
	#divBottom a {
	padding:2px 15px 1px 6px;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#0a3c79;
	}
	
	#divBody ul{
		margin:0 0 0 0;
    	padding:0 0 0 0;
	}
	
	#buyer_sem label{
	float:left;
	width:75px;
	clear:left;
	}
	
	#buyer_sem input{
	float:left;
	}