body {
  background: url('images/media/body_background.JPG') repeat-x;
  font-family: arial;
}

h3 {
  font-size: 14px;
}

li           {list-style: none;}
li a         {text-decoration:none;color:black}
li a:hover   {text-decoration:underline}

#header {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 738px;
  height: 140px;
  border: 1px solid black;
}

#toolbar {
  position: absolute;
  top: 156px;
  left: 15px;
  width: 738px;
  height: 21px;
  background: url('images/media/woodgrain.JPG');
  border: 1px solid black;
}

.menu {
  color: black;
  font-size: 14px;
  text-decoration: none;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
  font-weight: bold;
}

.menu:hover {color:white;}

.ddmenu {
  color: #000000;
  font-size: 14px;
  text-decoration: none;
  padding-top: 2px;
  padding-right: 5px;
  padding-bottom: 2px;
  padding-left: 5px;
}
.ddmenu:hover {color: #1be6f5;}

.toolbaritem {
  position:absolute;
  top:0px;
}
.dropmenu {
  color: black;
  font-size: 14px;
  position: absolute; 
  top: 17px;
  border-left: 1px solid blue;
  border-bottom: 1px solid blue;
  border-right: 1px solid blue;
  background: white;
  padding-left: 3px;
  padding-top: 3px;
  padding-bottom: 5px;
  padding-right: 3px;
  visibility:hidden;
}
#toolbaritem1{left:0px}
#toolbaritem2{left:73px}
#dropmenu2{left:73px}
#toolbaritem3{left: 176px}
#dropmenu3{left: 176px}
#toolbaritem4{left:292px}
#dropmenu4{left:292px}

#toolbaritem5{left:416px}
#dropmenu5{left:416px}
#toolbaritem6{left:516px}
#dropmenu6{left:516px}
#toolbaritem7{left:670px}
#dropmenu7{left:670px}

#sidebar {
  z-index: -1;
  position: absolute;
  top: 178px;
  left: 15px;
  width: 140px;
  height: 508px;
  background: url('images/media/woodgrain.JPG');
  padding: 3px;
  font-size: 13px;
  border: 1px solid black;
}

.smenu {
  text-decoration: none;
  color: black;
}

.smenu:hover {
  text-decoration: underline;
}

#active {
  font-weight: bold;
  color: #FFFFFF;
}

#pagecontent {
  position: absolute;
  top: 178px;
  left: 162px;
  width: 561px;
  height: 484px;
  z-index: -1;
  padding: 15px;
  font-size: 13px;
  background: white;
  text-align: justify;
  border: 1px solid black;
}

#sidebar_address {
  position: absolute;
  top: 420px;
}
