
body {
   background-color: #000;
   padding: 0px;
   margin: 50px;
}
p, h1, h2, h3, li {
   font-family: Verdana, Arial, serif;
   background: transparent;
}
a, a:visited {
   text-decoration: none;
}
.left {
   float: left;
}
.right {
   float: right;
}
#body {
   border: 5px solid #af861d;
   background-color: #fff;
   width: 700px;
   -moz-border-radius:5px;
   -webkit-border-radius:5px;
}
#logobar {
}
#content {
   padding: 10px 30px 20px 30px;
}
#content p {
   color: #000;
   font-size: 110%;
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 20px;
}
#content a, #content a:visited {
   color: #000;
   text-decoration: none;
}
#content a:hover {
   color: #d40028;
   text-decoration: none;
}
#content h1 {
   color: #af861d;
   font-size: 130%;
   text-transform: uppercase;
   text-align: center;
   margin-top: 0px;
   margin-bottom: 15px;
}
#content h2 {
   color: #af861d;
   font-size: 90%;
   font-weight: bold;
   margin-top: 12px;
   margin-bottom: 7px;
}
#content ul {
   margin-top: 0px;
   margin-bottom: 10px;
   list-style: square;
}
#content ol {
   margin-top: 0px;
   margin-bottom: 10px;
   margin-left: 45px;
}
#content li {
   color: #fff;
   font-size: 90%;
   margin-bottom: 3px;
}
#content .closeup td p {
   margin-top: 0px;
   margin-bottom: 0px;
}
#content .closeup th p {
   margin-top: 0px;
   margin-bottom: 0px;
}
#content .tighten td p {
   margin-top: 0px;
   margin-bottom: 2px;
}
#content .tighten th p {
   margin-top: 0px;
   margin-bottom: 2px;
}
#content .img {
   border: 3px solid #87623a;
}
#footer {
   padding-bottom: 5px;
}
#footer p {
   padding-top: 10px;
   padding-bottom: 6px;
   font-size: 80%;
   font-weight: bold;
   color: #fff;
   margin-top: 0px;
   margin-bottom: 0px;
   text-align: center;
}
#footer a, #footer a:visited {
   color: #fff;
   text-decoration: none;
}
#footer a:hover {
   color: #af861d;
   text-decoration: none;
}

