body {	background-color: #FFFFFF; }

h1 {  text-align:  center;  
      font-family:  "Arial Black",Arial,Verdana; 
      color:  red;  }

h2 {  text-align:  center;  
      font-family:  "Arial Black",Arial,Verdana; 
      color:  red;  }

h3 {  text-align:  center;  
      font-family:  "Arial Black",Arial,Verdana; 
      color:  red;  }

p {  font-size:  14pt;  
      font-family:  "Arial Black",Arial,Verdana; 
      color:  #660000;  }

img {  border:none;  }

#nav ul {  list-style: none; 
        padding: 0; 
        margin: 0; 
        text-align: center;
        font-size:  18pt;
        position:absolute;  left: 25px;  top:  100px;  
        width:130px; }

#nav li a {  display: block;
             padding: 0.1em;
             margin: 0.2em;  }

#nav  a:link {color:#000;
              background-color:#f33;
              text-decoration:none; }
#nav  a:visited {color:#000;
                 background-color:#f33;
              text-decoration:none; }
#nav  a:hover {color:#f00;
               background-color:#000;
              text-decoration:none; }

#main {  position:absolute;  left: 160px;  top: 50px;
	 padding:0 1.0em;
         width:  75%;  }

#col1 {  position:absolute;   left: 160px;  }

#col2 {  position:absolute;   left: 400px;  }

