html, body {
   margin:0;
   padding:0;
   height:100%;
}

body {
   background-color:white;
   color:black;
   background-image:url(fauna_back.png);
   background-repeat:repeat-y;
   font-family:Verdana,sans-serif;
}

#navigation {
  position:absolute;
  top:20px;
  left:-30px;
  width:300px;
  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;
  color:rgb(0,0,255);
}

a.nav {
  font-weight:bold;

}

a.nav:link {
  color:rgb(255,0,0);
  text-decoration:none;
}
a.nav:visited {
  color:rgb(126,0,0);
  text-decoration:none;
}
a.nav:hover{
  color:rgb(126,255,0);
  text-decoration:none;
}
a.nav:active{
  color:rgb(255,0,126);
  text-decoration:none;
}

h1 {
  font-size:18px;
  font-weight:bold;
  font-style:italic;
  color:rgb(28,128,28);
  padding-bottom:8px;
  border-bottom:solid 2px rgb(28,128,28);
}
