/* Comment */
body {
     background: #403729;
     font: 10pt verdana, tahoma, "lucida sans", arial;
     color: white;
     }

#side {
     position: absolute;
     left: 25px;
     top: 20px;
     width: 230px;

     }

#main {
     margin: 30px 50px 50px 280px;
     max-width: 700px;
     /*top: 2em;*/
     /*position: absolute;*/
     }

#topbar {
     background-color: #426647;
     position: absolute;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 10px;
     padding: 0px;
     margin: 0px;
     }

#sidebar {
     background-color: #426647;
     position: absolute;
     left: 0px;
     top: 0px;
     width: 10px;
     height: 100%;
     padding: 0px;
     overflow: visible;
     margin: 0px;
     clear: left;
     }

a {
  color: white;
  }


a:hover {
        color:orange;
        }
        
/*
a:visited {
          color: white;
          }
*/
ul {
   /*float: left;*/
   width: 100%;
   padding:0;
   margin:0;
   list-style-type:none;
   }
   
/* li {display:inline} */

li {   
   clear:left;
   }

h1 {
     font-size: 2em;
     font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
     }

a.menu {
       /*background: #000070;*/
       background:#5A6D8C;
       float:left;
       width:180px;
       height:1.5em;
       text-decoration:none;
       padding:0.4em 0.6em;
       border:1px solid white;
       margin-top:2px;
       }

a.menu:hover {
             background: white;
             /*color: #60A6A9;*/
             color: orange;
             }


