#header {
height: 10%;
width: 100%;
font: 2.2em "verdana";
font-weight: bold;
color: #888888;
border-style: double;
border-color: #ff7f24;
background-color: #444444;
}


#nav {
position: absolute;
top: 0;
left: 0;
width: 10em;
}

#content {
padding: 1%;
float: right;
background-color: #444444;
height: 84%;
width: 79%;
font: 1em "verdana";
color: #888888;
border-style: double;
border-color: #ff7f24;
}

#footer {
clear: both;
height: 5%;
width: 100%;
font: 1em "verdana";
color: #888888;
border-style: double;
border-color: #ff7f24;
background-color: #444444;
text-align: center;
}

body {
background-color: #444444
}