body {
	 text-align: center; 
     background: #003F00 url(ambackground.jpg) no-repeat top center;
     background-attachment: fixed;
	 margin: 0 auto;
     min-width: 760px;
	 }

#branding {
         width: 760px;
         height: 300px;
         background: url(amheader2.jpg);
         margin: 0 auto;
         margin-left: 1px;
         text-align: center;
         }     
              
ul.mainNav {
   position: relative;
   margin: 0;
   padding: 0;
   list-style-type: none;
   float: left;
   background: #999966;
   }

ul.mainNav a {
   display: block;
   width: 173px;
   height: 65px;
   line-height: 65px;
   color: #000;
   text-decoration: none;
   background: url(doublehorsebutton.jpg) no-repeat left bottom;
   text-align: center;
   text-indent: 40px;
   margin-top: 10px;
   font-size: 18px;
   }       
         
ul.mainNav a:hover, ul.mainNav .selected a, li.teach a:hover, li.teach .selected a {
         background-position: right bottom;
         color: #FFF;
         }
         
li.first a{
         margin-top: 0px;
         height: 65px;
         line-height: 65px;
         }
         
li.mainNav {
   display: inline;
   }
   
li.horse2 a {
         background: url(doublehorsebutton2.jpg) no-repeat left bottom;
         }
         
li.horse3 a {
         background: url(doublehorsebutton3.jpg) no-repeat left bottom;
         }  
   
#wrapper {
         background: url(amlogosm.gif) no-repeat top left;
         background-attachment: fixed;
         width: 760px;
         margin: 0 auto;
         text-align: left;
         }

#content {
         width: 580px;
         float: right;
         top: 50px;
         }

#content p {
         margin: 20px;
         }
         
#content h1,h2,h3,h4 {
         text-align: center;
         }
         
#footer {
        clear: both;
        }

