body {
	 text-align: center; 
     background: #ffffff url(bookbkg.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 {
   position: relative;
   width: 180px;
   margin: 0;
   padding: 0;
   list-style-type: none;
   float: left;
   }

ul.mainNav a {
   display: block;
   width: 180px;
   height: 37px;
   line-height: 37px;
   color: #ffff6f;
   font-weight: bold;
   text-decoration: none;
   background: #fff url(purplebuttons.jpg) no-repeat right bottom;
   text-align: center;
   }       
         
ul.mainNav a:hover, ul.mainNav .selected a, li.teach a:hover, li.teach .selected a {
         background-position: left bottom;
         color: #000;
         }
         
ul.benefits {
            text-align: left;
            font-size: 1em;
            font-weight: bold;
            }        
         
li.mainNav {
   display: inline;
   }
   
#wrapper {
         width: 760px;
         margin: 0 auto;
         text-align: left;
         }

#content {
         background: #fff;
         width: 560px;
         float: right;
         top: 50px;
         text-align: center;
         }

#content p {
         text-align: left;
         margin: 20px;
         font-size: 1.5em;
         }

#content h1,h2 {
         color: #800080;
         }
         
#footer {
        clear: both;
        }