body{
    background: #9E9680 url('../images/bgr.gif') repeat-x;
    font: normal 11px verdana;
    color: #333;
    margin: 0px;
    padding: 0px;
    text-align: center;
}
a{
    text-decoration: none;
}

a:hover{
    color: #cc0000;
}
img{
	border: 0px;
}
div.spacer{
	clear: both;
	font-size: 0px;
	height: 1px;
}
div#container{
    margin-left: auto;
    margin-right: auto;
    width: 850px;
    text-align: center;
}
div#body{
    margin-left: auto;
    margin-right: auto;
    border: 10px solid #D3CEC0;
    width: auto;
    padding: 10px;
    text-align: left;
    background: #ffffff;
}

div#body.main {
    background: #ffffff url('../images/front.jpg') no-repeat top right;
    background-position: 370px 20px;
}

label {
    font-weight: bold;
}

div#header{
    background: url('../images/bgr-header.gif') repeat-x;
    font: normal 11px verdana;
    color: #333;
    margin: 0px;
    height: 133px;
    padding: 0px;
    text-align: center;
}
div#header .house{
    float: right;
}
div#header .logo{
    float: left;
    clear: left;
    margin-top: 5px;
}
div#header .login{
        float: left;
        margin-top: 30px;
        margin-left: 60px;
        color: #333;
}
div#header .login a{
        color: #BFB9AB;
        margin: 0px 5px;
}
div#header .login a:hover{
        color: #FF9933;
}
div#header .menu{
    float: left;
    margin-top: 48px;
}
div#header .menu ul{
    margin: 0px;
    padding: 0px;
}
div#header .menu ul li{
    list-style: none;
    float: left;
    margin-right: 1px;

}
div#header .menu ul li a{
    background-color: #D7D2C4;
    display: block;
    padding: 3px 20px;
    color: #333;
}
div#header .menu ul li a:hover{
    background-color: #686358;
    color: #D7D2C4;
}




div.property{
    border: 1px dotted #9E9680;
    background-color: #fff;
    margin: 15px;
    width: 420px;
}
div.property .image{
	float: left; 
	width: 160px;
	margin: 10px;
}
div.property .details{
	float: left; 
	width: 230px;
	margin: 10px 10px 10px 0px;
	line-height: 20px;
}

div#bottom{
    width: auto;
    background-color: #E7E4DB;
    padding: 10px;
    margin-top: 15px;
}
div#bottom a{
    color: #333;
}
