
body {
   background-color: #6d2a3c;
   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: 3px solid #87623a;
   background-color: #6d2a3c;
   width: 680px;
}
#logobar {
   margin: 60px 0px 45px 0px;
}
#content {
   padding: 0px 0px 60px 0px;
}
#content p {
   color: #fff;
   font-size: 95%;
   font-weight: bold;
   margin-top: 0px;
   margin-bottom: 20px;
}
#content a, #content a:visited {
   color: #fff;
   text-decoration: none;
}
#content a:hover {
   color: #87623a;
   text-decoration: none;
}
#content h1 {
   color: #87623a;
   font-size: 100%;
   text-align: center;
   margin-top: 0px;
   margin-bottom: 15px;
}
#content h2 {
   color: #87623a;
   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: #87623a;
   text-decoration: none;
}


