#html, body {
  margin: 0 0 0 -395px;
  background-image: url(bg-body2.jpg);
  background-repeat: repeat-y;
  font-family: Arial,Verdana,Sans-serif;
  font-size: 12px;
  width: 780px;
  position: relative;
  left: 50%;
}
#topmenu {
  border: 1px solid #ccff33;
  padding: 1px 4px;
  background-image: url(bg-top.jpg);
  position: absolute;
  width: 780px;
  height: 35px;
  z-index: 1;
  left: 10px;
  top: 14px;
}
#topmenu a:link {
  color: #ccff33;
}
#topmenu a:visited {
  color: #ffffff;
}
#topmenu a:hover {
  border-top: 1px none;
  border-left: 1px none;
  color: #ffffff;
  background-image: url(bg-links.jpg);
}
#leftmenu {
  border: 1px solid #ccffcc;
  padding: 1px 4px;
  background-image: url(back.jpg);
  font-size: 11px;
  position: absolute;
  width: 148px;
  height: 100%;
  z-index: 2;
  left: 10px;
  top: 50px;
}
#leftmenu a, #leftmenu a:visited {
  border-style: solid;
  border-color: #ddeeff #667788 #ccddee;
  border-width: 2px;
  margin: 0.1em auto;
  padding: 0.25em;
  position: relative;
  text-decoration: none;
  text-align: left;
  background-color: #003333;
  color: #05f3c2;
  display: block;
  width: 12em;
}
#leftmenu a:hover {
  border-color: #334455 #ccddee #ddeeff #667788;
  top: 2px;
  left: 2px;
  background-color: #adff2f;
  color: #000000;
}
#content {
  border: 1px solid #ccffcc;
  padding: 1px 4px 15px;
  background-image: url(bg-content.jpg);
  position: relative;
  width: 618px;
  height: 100%;
  z-index: 3;
  left: 172px;
  top: 11px;
}
#footer {
  border: 1px solid #33cc33;
  padding: 1px 4px 5px;
  background-image: url(bg-footer.jpg);
  font-size: 10px;
  position: absolute;
  width: 780px;
  height: 52px;
  z-index: 4;
  left: 10px;
  margin-top: 10px;
}
#footer a:link {
}
#footer a:hover {
  color: #ddff33;
  text-decoration: underline;
  background-color: #00ff7f;
  left: 2px;
  top: 2px;
}
#h4 {
  border-style: dotted;
  border-color: #ffffff;
  border-bottom: 0.15em dotted #ffffff;
  background-image: url(images/bg-h4.jpg);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
}
