body {
   background: white;
   font-size: 12pt;
   }
   #header {
display: block;
width: 100%;
left: 0;
top: 0;
background: #457a22;
}
#container, #content {
   width: auto;
   margin: 0;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   }
#container span {
float: none;
left: 0;
width: 200px;
background-color: transparent;
   }
#navigation {
float: none;
left: 0;
width: 200px;
background-color: #457a22;
   }
#nav {
float: none;
padding-left: 1em;
padding-top: 1em;
width: 80%;
background: transparent;
}
#content a:link, content a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
div#footer {
display: block;
position: absolute;
background-color: #457a22;
color: #FFF;
font-size: 12pt;
text-align: center;
width: 700px;
}
div#footer p {
background-color: #457a22;
}

