#header {
    background-color:#4040A0;
    color:white;
    text-align:center;
    padding:5px;
    font-family: "Verdana";
    font-size: 15px;
}
#nav {
    line-height:30px;
    background-color:#eeeeee;
    height:230px;
    width:150px;
    float:left;
    padding:5px;
    font-family: "Verdana";
    font-size: 12px;
}
#picture {
    width:150px;
    height:190px; 
    float:left;
    padding:10px;
}
#section {
    width:450px;
    float:left;
    padding:10px;
    font-family: "Verdana";
    font-size: 11px;
}   

#footer {
    background-color:#4040A0;
    color:white;
    clear:both;
    text-align:center;
    padding:5px;
    font-family: "Verdana";
    font-size: 11px;
} 
