body {
  background-color: black;
  color: white;
  font-size: 13px;
  line-height: 21px;
}
hr {
  align: center;
  width: 100%;
}
h1 {
  margin: 0px;
}
h1 img {
  border: solid 1px #000;
}
h2 {
  font-size: 18px;
  margin-top: 0px
}
img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
table {
  padding: 5px 5px 5px 5px;
}
#wrapper {
}
#content {
  padding: 15px;
}
#nav {
  margin: 5px 0px;
  padding: 0px;
  list-style: none;
  float: left;
  background: url(xxx.jpg) no-repeat right;
}
#nav li {
  float: left;
  margin-right: 5px;
  margin-left: 0px;
  background-color: #F0F0F0;
  border: 1px solid #000;
  text-align: center;
  width: 118px;
  height: 22px;
}
#nav a{
  color: #000;
  display: block;
  width: 118px;
  height: 22px;
}
#nav a:hover {
  color: #FFF;
  background-color: #455576;
  text-decoration: none;
}
#footer {
  text-align: right;
  margin-top: 15px;
  border-top: solod 1px #000;
}
