#nav {
    line-height:30px;
    background-color:#eeeeee;
    height:300px;
    width:15%;
    float:left;
    padding:5px;
}
#header {
    background-color:#79A42D;
    color:white;
    text-align:center;
    padding:5px;
}
#section {
    width:450px;
    float:left;
    padding:10px;
}
#footer {
    background-color:#79A42D;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
}