body {
	 text-align: center; 
     background: #ffffff url(redandleatherbkgthin.jpg) repeat-y top center;
     background-attachment: fixed;
	 margin: 0 auto;
     min-width: 760px;
	 }

        
#branding {
         width: 760px;
         margin: 0 auto;
         text-align: center;
         }     
              
ul.mainNav {
   margin: 0 auto;
   padding: 0;
   list-style-type: none;
   width: 760px;
   text-align: center;

   }

ul.mainNav a{
   display: block;
   margin-left: -20px;
   width: 165px;
   height: 38px;
   line-height: 38px;
   font-family: Monotype Corsiva, Freestyle Script, Vladimir Script, Arial;
   font-size: 25px;
   font-weight: bold;
   color: #000000;
   text-decoration: none;
   background: url() no-repeat center bottom;
   }

ul.mainNav li{
           float:left;
           }
         
a:hover, .selected a, ul.mainNav a:hover {
         text-decoration: none;
         color: #800000;
         }

li.mainNav {
   display: inline;
   }
   
#wrapper {
         width: 760px;
         margin: 0 auto;
         text-align: left;
         background: #000;
         }

#content {
         margin: 0 auto;
         background: #F8EAD8;
         width: 760px;
         text-align: center;
         }

#content p {
         text-align: left;
         margin: 20px;
         }
         
#content h1 {
         font-family: Edwardian Script ITC, Freestyle Script, Vladimir Script, Arial;
         font-weight: bold;
         }
         
#footer {
        clear: both;
        }