
body {
  background-color: #303030;
  color: #000000;
  font-family: sans-serif,helvetica;
  font-style: italic;
  line-height: 140%;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #000000;
}

h1 {
  font-size: 220%;
  margin-left: -20px;
  padding-bottom: 30px;
  color: #ffffff;
}

img {
  border: 1px solid #000000;
}

.top {
  position: absolute;
  z-index: 100;
  top: 20px;
  left: 10px;
  width: 400px;
  height: 200px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px solid #000000;
  background-color: #404040;
}

.left {
  position: absolute;
  z-index: 100;
  top: 70px;
  left: 620px;
  width: 203px;
  height: 230px;
}

.main {
  position: absolute;
  top: 150px;
  left: 100px;
  width: 600px;
  height: 640px;
  border: 2px solid #000000;
  background-color: #f0f0f0;
}

.sub {
  position: absolute;
  overflow: auto;
  top: 150px;
  left: 70px;
  width: 400px;
  height: 480px;
  background-color: #f0f0f0;
}

.sub2 {
  position: absolute;
  overflow: auto;
  padding: 0px 10px 0px 0px;
  top: 150px;
  left: 70px;
  width: 430px;
  height: 480px;
  background-color: #f0f0f0;
}

.dname {
  position: absolute;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #f8f8f8;
  padding: 0px 8px 0px 2px;
}

.label {
  width: 175px;
  height: 20px;
  margin: 5px 5px 5px 5px;
  cursor: pointer;
  padding: 5px 10px 1px 8px;
  border: 1px solid #000000;
  background-color: #505050;
  color: #d0d0d0;
  cursor: pointer;
}

.alabel {
  width: 175px;
  height: 20px;
  margin: 5px 5px 5px 5px;
  padding: 5px 10px 1px 8px;
  border: 1px solid #000000;
  background-color: #660b14;
  color: #d0d0d0;
  cursor: default;
}

a div.label:hover {
  background-color: #803030;
}

.pic {
  position: absolute;
  z-index: 100;
  top: 480px;
  left: 600px;
  height: 300px;
  width:  225px
  border: 1px solid #000000;
  background-color: #404040;
}
