/* generated by csscreator.com */ 
body {
  padding: 20px;
  margin: 10px;
}

#header{
 position: absolute;
 top: 0px;
 left: 0px;
 height:50px; 
 background-color:#339933; 
 width:800px;
 color:white;
} 
 
#leftcol{
 position: absolute;
 top: 50px;
 left: 0px;
 width:100px; 
 height:400px; 
 background-color:#FFDD99; 
 padding-top: 20px;
 }
 
#maincol{
 position: absolute;
 top: 50px;
 left: 100px;
 width:700px; 
 height:400px; 
 border: 1px solid #666666;
 }
 
#history {
 padding: 10px;
}
 
#footer{
 position: absolute;
 top: 450px;
 left: 0px;
 width:800px; 
 height:25px; 
 background-color:#339933; 
 color:white;
 font-size: 10px;
 padding: 0px;
 } 
 
a#mainmap {
  color: #336666;
}

a:visited {
  color: white;
}
