*html #buttons {margin-left: 320px;} 



body {
    background-color: #ddd;
    background-image: none;

}


#lower {
    background-image: url(../../images/backgrounds/bg120.png);
    background-repeat: repeat-y; 
}

#rightsidebar {
    margin-right: 0;
    padding-right: 0;
    width: 200px;
}

#rightsidebar img {
    margin-right: 0;
    padding-right: 0;
}


#header{
 height: 170px;
 background-image: url(../images/header.jpg);
}

#logobar { top: 110px; }


#leftlinks{
    width: 9.4em;
    font-size: 80%;
}

#main {
   margin-left: 9.4em;
}


#footer {height: 30px;  }

#footer img {
    width: 120px;
    height: 30px;
}

h2, h3, h4 { margin-left: 10px; }
h3 { margin-bottom: 2px; }

#buttons { margin-left: 250px; }
*html buttons { margin-left: 310px; }

#contact-footer{ display: none; }

#pagecontact {
    background-color: #ffc;
    margin-left: 30px;
    padding: 1em;
    width: 280px;
}



