
div {
    border: 0px solid #ACA250; 
    margin: 0px; 
    padding: 0px; 
}

#rigid {
      width: 770px; 
      margin: 0px auto;
      background: #ffffff;
      padding: 0px;
      border: 0px solid #ACA250; 
}

#header {
    
    width: 770px;
    background-color: #e0d9c4;
    color: #837858;
    height: 60px;
    border: 0px solid red;
}

#logo {
    position: absolute;
    left: 306px;
    top: 0px;
    width: 464px;
    height: 55px;
    z-index: 100;
    border: 0px solid red;
    background-image: url(resources/logom.png) ;
    background-repeat: no-repeat;
    color: black;
}

#subheader {
    position: relative;
    width: 770px;
    background-color: #e7e0ca;
    height: 250px;
}

#highlights {
    position: absolute;
    left: 40px;
    top: 40px;
    width: 250px; 
    height: 140px;
    border: #000000 0px solid; 
    z-index: 12;
}
#bodycontainer {
    width: 770px;
    background-image: url("resources/bodycontainer_bg.jpg");
    background-repeat: repeat-y;
}
#leftbody {
    float: left;
    width: 470px; 
    margin: 0px; 
    padding: 0px; 
    background-color: #e7e0ca;
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #837858;
}
#rightbody {
    float: right;
    width: 300px; 
    margin: 0px; 
    padding: 0px; 
    background-color: #e0d9c4;
    font-family: Verdana, Arial;
    font-size: 12px;
    color: #837858;
}


#footer {
width: 770px;
height: 30px;
background-color: #837858;
color: #ffffff;
}

#footer a {
    text-decoration: none;
}
#footer td {
    font-size: 10px;
}
