body {
  width: 98%;
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 90%;
  background: #ccf url(/images/body_back.gif) repeat fixed top left;
}

#wrapper {
  position: relative;
  width: 678px;
  \width: 680px;
  w\idth: 678px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  color: #000;
  border: 1px solid #009;
  text-align: left;
}

#banner {
  margin: 0px;
  background: #009;
  color: #fff;
  padding: 1px 0px 1px 0px;
}

#banner h1 {
  padding: 1px 0 1px 10px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 900;
  font-size: 300%;
  letter-spacing: 2px;
}

#nav {
  position: relative;
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 0px;
  background: #eef;
  color: #000;
  border-top: 1px solid #009;
}

#nav ul {
  position: relative;
  z-index: 1;
  font-size: 85%;
  margin: 0px;
  padding: 5px 1px 0px 1px;
  height: 1.4em;
  white-space: nowrap;
  border-bottom: 1px solid #009;
}

#nav li {
  position: relative;
  z-index: 2;
  margin: 0 1px 0 1px;
  height: 1.4em;
  margin-bottom: 1px;
  padding: 2px 12px 0.3em 12px;
  display: inline;
  list-style-type: none;
  border: 1px none #fff;
}

#nav li:hover {
  padding: 2px 12px 0.3em 12px;
  margin-left: 0px;
  margin-right: 0px;
  border-left: 1px solid #009;
  border-right: 1px solid #009;
  border-top: 1px solid #009;
  border-bottom: 1px none #fff;
  color: #000;
  background: #fff;
}

#nav li.active {
  font-weight: bold;
  color: #007;
  background: #fff;
  border-left: 1px solid #009;
  border-right: 1px solid #009;
  border-top: 1px solid #009;
  border-bottom: 1px none #fff;
}

#nav li.active:hover {
  margin-left: 1px;
  margin-right: 1px;
}

#nav a {
  text-decoration: none;
  color: #007;
  background: transparent;
}

#content {
  margin: 5px;
}

#content img.photor {
  border: 2px solid #009;
  padding: 0px;
  margin: 5px;
  float: right;
  clear: left;
}

#content img.photol {
  border: 2px solid #009;
  padding: 0px;
  margin: 5px;
  float: left;
  clear: right;
}

#content ul {
  list-style-image: url(/images/orangebullet.gif);
  list-style-type: square;
  position: relative;
}

#content dt {
  margin-top: 3em;
  font-weight: bold;
}

#content p.warning {
  font-style: italic;
  color: red;
}

#footer {
  font-size: 70%;
  border-top: 1px solid #009;
  text-align: right;
  margin: 0;
  padding: 1px;
  background: #eef;
}

#footer p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 0.2em;
  padding: 0;
}
