body {
     background: url(background2.jpg) repeat-y top center;
     background-attachment: fixed;
     background-color: #57321C;
	 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: 285px;
   list-style-type: none;
   } 
   
ul.mainNav a{
   text-decoration: none;
   margin-left: 10px;
   margin-right: 10px;
   font-family: Arial;
   font-size: 0.80em;
   color: #D8D8EB;
   }       
         
ul.mainNav1 {
   height: 20px;
   list-style-type: none;
   width: 800px;
   text-align: center;
   background-color:#8080C0;
   }

ul.mainNav1 a{
   display:inline;
   margin: 10px;
   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: #FFCC00;
         }

#content {
         width: 780px;
         text-align:center;
         }
          
#content1 p{
         font-family: Times New Roman;
		 font-size: 1.2em;
		 font-weight: normal;
         text-align: left;
         line-height: 27px;
         margin: 0px;
         color: #000;
         }        
#content1 h1,h3{
         font-family: Arial;
         color: #FFCC00;
         text-align: center;
         }     
         
#content1 h4{
         font-family: Arial;
         color: #000000;
         text-align: center;
         }
         
#content1 h2{
         font-family: Arial;
         color: #FF0000;
         text-align: center;
         }          
                  
#footer {
        clear: both;
        }
        

       