body{
    background-color: black;
    font-family: "Trebuchet MS", verdana, sans serif;
    font-size: 14px;
    color: rgb(100,100,30);
    vertical-align:middle;
    margin:0;
    padding:0;
    background-image: url(/media/wallwormback.jpg);
    background-repeat: no-repeat;
    background-position: center top
  }

  #container{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    border: 1px solid rgb(90,90,20);
    position:relative;
    vertical-align:middle;
    margin-top: 70px
  }
  #header{
    padding: 0;
    height: 200px;
    width: 1000px;
    position: absolute;
    z-index: 3
  }

  #navDiv{
   position: absolute;
  top:180px;
  right:0;
   z-index: 10;
   width: 1000px;
   background-image: url(/media/transblack.png);
   text-align:right
  }

#navDiv ul{
  float:right;
  list-style:none;
  padding:0;
  margin:0;

}

#navDiv li{
  display:block;
  float:left;
  list-style:none;
  margin-top:0;
  padding-top:0;
  padding-left:0;
  margin-left:0;
  margin-right: 10px

}

#navDiv li:hover{
  color: yellow;
  cursor: pointer;
}


  #content{
    padding: 0;
    height: 180px;
    width: 1000px;
    overflow: auto;
   position:absolute;
   top:0;
    border-bottom: 1px solid rgb(100,100,30);
    z-index: 6
  }
#home ul{
  margin-left: 110px
}
.contentAreas{
  padding-left: 1em;
  padding-right: 1em;
  position:relative
}

.contentAreas h2{
  background-color: #444433;
  color: black;
  padding-left: 120px;
  position:relative;
  z-index: 4 !important
}

.contentAreas .contents{
  padding-left: 120px
}


dt{
  background-image:url(/media/transgray.png);
    color: white;
font-weight:bold;
    padding-left: 3px
}

dt img{
  float:right
}
#footer{
  position: relative;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
    font-size: 12px;
    color: rgb(80,80,0);

}
#wwlogo{
  position: absolute;
  left: -10px;
  top: -7px;
  z-index: 8
}

a, a:link, a:visited{
  color: orange
}
a:hover{
  color: gold
}