* {
    margin: 0;
    padding: 0;
}

#container{
    float: left;
    width: 710px;
    height: auto !important;
    height: 100%;
    min-height: 100%;
	margin-left: 90px;
}

#headernav{
    float: left;
    height: 15px;
    width: 710px;
    padding: 35px 20px 0 0;
    text-align: center;
    color: #660000;
}

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


#headerimage{
    float: left;
    width:900px;
    height: 250px;
    /*background: url("images/headerimage.jpg") no-repeat;*/
        margin: -0px 0px;

}

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

#content{
    float: left;
    width: 500px;
    padding: 10px 20px;
	height: 1200px;
}