body {
     text-align: center;
     background: #8A2034 url(burgwhitebkg.jpg) repeat-y top center;
     color: #000;
	 margin: 0px;
     min-width: 800px;
	 }

#wrapper {
         width: 770px;
         margin: 0 auto;
         text-align: center;
         }     
     
#branding {
         width: 770px;
         margin-left: 1px;
         text-align: center;
         }
         
#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-left: 1px;
   padding: 0;
   list-style-type: none;
   width: 177px;
   text-align: center;
   }

ul.mainNav a{
   display: block;
   width: 177px;
   height: 42px;
   line-height: 42px;
   font-family: arial, geneva, helvetica, helv, sans-serif;
   font-size: 0.8em;
   font-weight: bold;
   color: #000;
   text-decoration: none;
   background: url(lsibuttons.jpg) no-repeat left bottom;
   text-indent: 0px;
   }
 
         
ul.mainNav .selected a, ul.mainNav a:hover {
         background-position: right bottom;
         text-decoration: none;
         color: #FFFFFF;
         }

#content {
         float: right;
         width: 550px;
         margin-top: 20px;
         }
          
#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: #000;
         text-align: center;
         }     
         
#content h4{
         font-family: Arial;
         color: #000;
         text-align: center;
         }
         
#content h2{
         font-family: Arial;
         color: #000;
         text-align: center;
         }         
         
#content a{
         color: #0000FF;
         }
         
#content a:visited{
         color: #0000FF;
         }

                  
#footer {
        clear: both;
        }

       