#header {
    background-color:#9FCC98;
    color:white;
    text-align:left;
    padding:5px;
    font-family: Arial, Helvetica, sans-serif;
    text-shadow: 2px 2px 1px #30713B;
}
#nav {
    line-height:30px;
    background-color:#9FCC98;
    height:339x;
    width:261px;
    float:left;
    padding:5px;
}
#section {
    width:350px;
    float:left;
    padding:10px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
    font-size: 11pt;
}
#fullpage {
    width:640px;
    float:left;
    padding:10px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.4;
    font-size: 11pt;
}
#footer {
    background-color:#30713B;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
}