﻿* {
  padding: 0;
  margin: 0;
}

body 
{
 font-family: Arial;
 font-size: .75em;
 line-height: 135%;
  background: #000000;
  
}

#wrapper { 
 background-color: #fff;
 width: 850px;
 border: 0;
 margin: 0 auto;

 }
 #header 
 {
     width: 850px;
     height: 151px;
     background-image: url(images/280-head.gif);
     background-position: center;
     background-repeat: no-repeat;
 }
 
 #content
 {width: 850px;

  min-height: 500px;
 }
 
 #footer 
 {
     clear: both;
     width: 850px;
 }
 
 /* typography */
 
 h1 
 {
     font-family: Arial;
     font-weight: bold;
     font-size: 1.5em;
     line-height: 125%;
     color: #000000;
     text-align: center;
     padding-top: 5px;
     padding-bottom: 5px;
 }
 
 h2
 { font-family: Arial;
     font-weight: bold;
     font-size: 1.25em;
     line-height: 135%;
     color: #000000;
     font-variant: small-caps;
    padding-left: 10px;
     margin-left: 5px;
 }
 
 p 
 {
     font-family: Arial;
     font-size: 1em;
     line-height: 135%;
     color: #000000;
     padding: 10px;
     margin: 5px;
 }
 
 
 /*links */
 
 a 
 {
     color: #000000;
     background: none;
     text-decoration: underline;
     font-weight: bold;
     
 }
 a:hover 
 {
     background: #f6b11d;
     
 }
 
 a:visited hover:
 {color: #9c9a96;
  background: none;
  background: #f6b11d;
  
 }
 
 /*lists*/
 
 ul
 { list-style-image: url(images/triangle.gif);
   line-height: 140%;
   list-style-position: inside;
   padding: 10px;
   margin: 10px;
   line-height: 135%;
 }
 li {padding: 10px;
     margin: 10px;
 }
 
 #help
 {border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
   padding: 10px;
  margin: 0;
 }
 