body {
  background-color: #000000;
  color: #ffffff;
  font-family: "Trebuchet MS", Arial, serif;
  font-size: 95%;
  margin: 0em;
  padding: 0em;
}

a {
  color: #ffc608;
  text-decoration: none;
}

a:hover {
  color: #ffffff;
  text-decoration: underline;
}

dt {
  display: block;
  float: left;
  width: 5em;
}


#main {
  background-color: #ed0372;
  margin: 0px auto 0px auto;
  max-width: 800px;
  overflow: hidden;
}

#header {
  background-image: url("../img/header.gif");
  background-position: top;
  background-repeat: no-repeat;
  width: 800px;
  height: 200px;
}

#navigation {
  margin: 1em 0em 1em 0em;
}

#navigation ul {
  list-style-position: inside;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#navigation li a {
  background-color: #7fc241;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  float: left;
  font-size: 130%;
  font-weight: bold;
  padding: 0.5em 0em 0.5em 0em;
  text-align: center;
  text-decoration: none;
  width: 160px;
}

#navigation li a:hover {
  background-color: #ffc608;
}

#navigation li a.active {
  background-color: #ffc608;
  color: #ed0372;
}

#navigation li h1 {
  background-color: #ffc608;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  color: #000000;
  display: block;
  float: left;
  font-size: 130%;
  font-weight: bold;
  margin: 0;
  padding: 0.5em 0em 0.5em 0em;
  text-align: center;
  width: 160px;
}

#content {
  /* background-image: url("../img/back.gif");
  background-position: bottom right;
  background-repeat: no-repeat; */
  clear: both;
  padding: 1em 2em 2em 2em;
}

#footer {
  width: 800px;
  height: 63px;
}

#overview {
  border: 0px;
  border-spacing: 0px;
}

#overview th {
  font-size: 130%;
  padding: 0.3em;
  text-align: left;
}

#overview td {
  font-size: 80%;
  padding: 0.3em;
  vertical-align: top;
}

.still {
  float: right;
  padding: 0em 0em 0em 1em;
}

.dark {
  background-color: #d60064;
}

.huge {
  font-size: 300%;
  font-weight: bold;
}

