body {
     background: #935d8d url(sandbkgi.jpg) repeat-y top center;
	 text-align: center; 
     color: #000;
	 margin: 0 auto;
     min-width: 800px;
	 }

#wrapper {
         width: 750px;
         margin: 0 auto;
         text-align: left;
         }     
     
#branding {
         width: 750px;
         margin: 0px;
         text-align: left;
         background: #000;
         }
         
#branding h1 {
		 font-family: Arial Black;
		 font-size: 3.0em;
		 font-weight: normal;
		 color: #CC0000;
         text-align: center;
		 }
         
#branding h2 {
		 font-family: Arial Black;
		 font-size: 1.5em;
		 font-weight: normal;
		 color: #CC0000;
		 margin: 0px;
         text-align: center;
		 }    
         
ul.mainNav {
   float: left;
   margin: 0px;
   padding: 0;
   list-style-type: none;
   width: 174px;
   text-align: left;
   }

ul.mainNav a{
   display: block;
   width: 174px;
   height: 45px;
   line-height: 45px;
   font-family: Arial;
   font-size: 0.80em;
   color: #400040;
   text-decoration: none;
   text-indent: 30px;
   background: url(bulletsi.gif) no-repeat left bottom;
   }
 
li.none a {
         background: url() no-repeat left bottom;
         text-indent: 10px;
         }
         
a:hover, .selected a, ul.mainNav a:hover {
         background-position: right bottom;
         text-decoration: none;
         color: #935d8d;
         }

#content {
         float: right;
         width: 570px;
         text-align: left;
         }
          
#content p{
         font-family: Times New Roman;
		 font-size: 1.2em;
		 font-weight: normal;
         text-align: left;
         line-height: 27px;
         margin: 0px;
         color: #000;
         }        
#content h1,h3{
         font-family: Arial;
         color: #000000;
         text-align: left;
         }     
         
#content h4{
         font-family: Arial;
         color: #000000;
         text-align: left;
         }
         
#content h2{
         font-family: Arial;
         color: #000000;
         text-align: left;
         }          
                  
#footer {
        clear: both;
        }
        

       