body{
margin:20px auto;
padding:0px;
background:url(../images/repeatbg.gif) repeat;
text-align:center;
}

#wrapper{
margin:0px auto;
width:599px;
height:690px;
background:#826748 url(../images/price.gif) no-repeat top left;
position:relative;
}

#left{
position:absolute;
top:55px;
left:15px;
height:586px;
width:176px;
background:#623c0c url(../images/worth.jpg) no-repeat top;
}

#random{
position:absolute;
top:290px;
left:19px;
width:138px;
height:262px;
background:#fff;
}

#right{
position:absolute;
top:23px;
right:15px; 
height:618px;
width:388px;
background:#ffffff url(../images/header.jpg) no-repeat top;
}

#content{
width:364px;
height:303px;
border:1px solid #dedede;
position:absolute;
top:256px;
left:11px;
}

#start{
position:absolute;
bottom:8px;
right:30px;
border:0px;
}

#start img{
border:0px;
}

#footer{
font-family:"Times New Roman", Times, serif ;
color:#fff;
font-size:12px;
position:absolute;
bottom:25px;
right:40px;
}


/* Nav Styling */
#nav {
width: 372px; 
height: 18px;
background: url(../images/nav.png);
margin: 10px auto; 
padding: 0;
position: absolute;
top:218px;
left:7px;
} 

#nav li {
margin: 0; 
padding: 0; 
list-style: none;
position: absolute; 
top: 0;
} 

#nav li, #nav a {
height: 18px; 
display: block;
}

#home {
left: 0; 
width: 89px;
}

#appraisal {
left: 89px; 
width: 94px;
}

#services {
left: 183px; 
width: 93px;
}

#contact {
left: 276px; 
width: 97px;
}
  
#home a:hover {
background: transparent url(../images/nav.png) 0 -18px no-repeat;
}
  
#appraisal a:hover {
background: transparent url(../images/nav.png) -89px -18px no-repeat;
}
  
#services a:hover {
background: transparent url(../images/nav.png) -183px -18px no-repeat;
}

#contact a:hover {
background: transparent url(../images/nav.png) -276px -18px no-repeat;
}
