html, body {
   margin:0; 
   padding:0;
   height:100%;
}

body {
   background-color:white;
   color:rgb(255,255,255);
   background-image:url(HG2.png);
   background-repeat:repeat-y;
   font-family:verdana,sans serif;
}

#navigation {
  position:absolute;
  top:20px;
  left:-30px;
  width:400px;
  overflow:hidden;
}

#content {
  margin-top:20px;
  margin-right:30px;
  margin-left:430px;
}

ul.closed, ul.opened {
  font-size:12px;
  list-style-type:none;
  font-weight:bold;
  line-height:16px;
}

ul.closed {
  display:none;
}

ul.opened {
  display:block;
}

a.folder {
  cursor:pointer;
} 

a.nav {
  font-weight:bold;
  font-style:normal;
}

a.nav:link, a.nav:visited, a.nav:hover, a.nav:active {
  color:rgb(255,255,0);
  text-decoration:none;
}

h1 {
  font-size:18px;
  font-weight:bold;
  font-style:normal;
  color:rgb(255,255,0);
  padding-bottom:8px;
  border-bottom:solid 2px rgb(28,128,28);
}


