body {
     background: url(simmonsbhbkg.jpg) repeat-x top center;
     background-attachment: fixed;
     background-color: #ffffff;
	 text-align: center; 
     color: #000;
	 margin: 0 auto;
     min-width: 800px;
	 }

#wrapper {
         width: 800px;
         margin: 0 auto;
         text-align: center;
         }     
     
#branding {
         width: 801px;
         margin: 0px;
         text-align: center;
         }   
        
ul.mainNav {
   position:absolute;
   top: 310px;
   list-style-type: none;
   } 
   
ul.mainNav a{
   text-decoration: none;
   text-align:center;
   margin: 0 auto;
   margin-right: 17px;
   font-family: Georgia;
   font-size: 1.0em;
   color: #FFFFFF;
   }       
         
ul.mainNav1 {
   height: 20px;
   list-style-type: none;
   width: 850px;
   text-align: center;
   background-color:#8080C0;
   }

ul.mainNav1 a{
   display:inline;
   margin: 0px;
   font-family: Arial;
   font-size: 0.80em;
   color: #800000;
   text-decoration: none;
   }

ul.mainNav li{
   float:left;
 } 
    

         
a:hover, .selected a, ul.mainNav a:hover {
         text-decoration: none;
         color: #000000;
         }

#content {
         background-color:#FFF;
         width: 800px;
         margin-top: 5px;
         text-align:left;
         }
         
#content h1, h2, h3, h4{
         text-align:center;
         }
                  
                  
#footer {
        clear: both;
        }
        

       