#header{
position: centered;
height: 100px;
margin-left: auto;
margin-right: auto;
background color: #ccc;
padding: 10px;
}

#navigation {
position: absolute;
left: 75px;
top: 182px;
width: 150px;
padding: 20px;
font-family: 'futura';
}

#content {
background-color: white;
margin-left: 200px;
margin-right: 200px;
padding: 5px;
font-family: 'futura';
font-size: 12pt;
}

#footer {
border-top: 2px solid #000;
padding: 5px;
}