<style type="text/css">
<!--
body {
    background-image: url(foresttree.jpg);
    text-align: center;
}

#header {
font-family: comic sans ms, Helvetica, Arial;
    font-weight: bold;
    font-size: 16px;
    }

#container {
    width: 920px;
    margin-right: auto;
    margin-left: auto;
    text-align: left;
    background-color: #FFFFFF;
    padding: 15px;
}

#menu {
    font-family: Helvetica, Arial;
    font-weight: bold;
    font-size: 14px;
    float: left;
    width: 130px;
    margin-right: 10px;
}

#content {
font-family: Helvetica, Arial;
    
    font-size: 12px;
    float: left;
    width: 560px;
    background-repeat: repeat-x;
    background-image: url(bgfade_brown.png);
    padding: 15px;
   
}

#sidebar {
    font-family: Helvetica, Arial;
    font-weight: bold;
    font-size: 12px;
    color: #009933;
    float: right;
    width: 180px;
}

#footer {
    font-family: Helvetica, Arial;
    font-size: 9px;
    border-top: 2px solid #000000;
    clear: both;
    margin-left: 140px;
    padding-top: 10px;
}

a {
   font-weight: bold;
   font-variant: small-caps;
   color: #009933;
   text-decoration: none;
   }
   
a:hover {
color: #000000;
}
   
-->
</style>
