* {
    margin: 0;
    padding: 0;
}

#container{
    float: left;
    width:916px;
    height: auto !important;
    min-height: 85%;
    background: url("images/containerbg.gif") repeat-y; 
border-bottom:thin #000 solid;
margin-bottom:5px;
}

#headernav{
    float: right;
    height: 15px;
    width: 896px;
    padding: 35px 20px 0 0;
    text-align: right;
    color: #666600;
}

#header{
    float: left;
    width: 900px;
    height: 200px;
    background: #99cc00;
    margin: 0 8px;
}

#logo{
    float: left;
    width: 250px;
    height: 200px;
    background: url("images/logo.gif") no-repeat;
}

.logolink{
    float: left;
    display: block;
    width: 200px;
    height: 200px;
    margin-left: 20px;
}

#headerimage{
    float: left;
    width:650px;
    height: 200px;
    background: url("images/headerimage.gif") no-repeat;
}

.navitree{ 
    font-size: 0.8em;
    padding: 0 0 20px 10px;
    color: #666600;
}


#content{
    float: left;
    width: 610px;
    padding: 10px 20px;
}

#footertext{
background: url("images/containerbg.gif") repeat-y top;
text-align:center;
margin-top:50px;
margin-bottom:10px;

}

#footer{
background: url("images/containerbg.gif") repeat-y top; 
text-align:center;
}
