body {
	 text-align: center; 
     background: #ffffff url(phonelinebk.jpg) repeat-y top center;
     background-attachment: fixed;
	 margin: 0 auto;
     min-width: 740px;
	 }

        
#branding {
         width: 740px;
         height: 200px;
         color: #E7E7CD;
         margin: 0 auto;
         text-align: center;
         background: #6D5A32 url() repeat-y top center;
         }     
              
ul.mainNav {
   position: relative;
   margin: 0;
   padding: 0;
   list-style-type: none;
   float: left;
   background: #999966;
   }

ul.mainNav a {
   display: block;
   width: 165px;
   height: 45px;
   line-height: 45px;
   color: #000;
   text-decoration: none;
   background: url(brownbuttons.jpg) no-repeat left bottom;
   text-align: center;
   text-indent: 0px;
   }       
         
ul.mainNav a:hover, ul.mainNav .selected a, li.teach a:hover, li.teach .selected a {
         background-position: right bottom;
         color: #FFF;
         }
         
li.cmn a {
         display: block;
         width: 165;
         height: 60px;
         line-height: 60px;
         background: #999966; 
         }
         
li.mainNav {
   display: inline;
   }
   
#wrapper {
         width: 740px;
         margin: 0 auto;
         text-align: left;
         }

#content {
         width: 573px;
         float: right;
         top: 50px;
         background: #cccc99;
         }

#content p {
         margin: 20px;
         }
         
#footer {
        clear: both;
        }