/*----HTML Structural Elements--------------------------------------------------*/
  
  html{
    background:#764834 url(images/bg2.jpg) repeat left top;
    /*background MUST be the same as the body tag's background in XHTML*/  
  }
  
  body{
    background:#764834 url(images/bg2.jpg) repeat left top;

  }    
  
  HR{
    color: #E1C48A;
  } 
  

  h1{
    color: #653624;
  } 
	
  h2{
    color: #592C1C;
  }
  
  h3{
    color: #80513F;
    border-bottom: 3px solid #E1C48A;
  }
  
  h4{
    background: #FBFCEE;  
    color: #3d3d3d;
  }
  
  h5{
    background: #FAF0E6;  
    border: 2px solid #9B9D54;
  }  
  
     
  a{
    color:#894B32;
    font-weight: bold;

  }	
	
  a:hover{
    color:#A46E4C;
  }
  
  /**----Unordered List Styles--------------------------------------------------*/
  
  .footerWrap{
    background: url(images/footerbg2.jpg) repeat-x 0px 0px;   
  }
	

/**/	

/*----Header Section------------------------------------------------------------*/
	
  
  .bannerHeader {   
    background: url(images/logo2.png) no-repeat 0px 0px; 
    
  }
 
  
/**/

  
/**----Utility Nav Section-------------------------------------------------------*/
    
    
     
    ul.utility li h1 {
      color:#ffffff;
    }
        
    
  /**/
  

/**----Main Nav Section-------------------------------------------------------*/
    
    
    ul#nav li {    
      background: url(images/navbg2.jpg) no-repeat bottom left;
    }
     
    
    ul#nav li.end {
      background: url(images/navend2.jpg) no-repeat bottom right;
    }
      

    ul#nav li#activeSection {      
      background: url(images/activenav2.jpg) no-repeat bottom left;
    } 
    
    ul#nav li#activeSection a{     
      color: #3E2014;
    }     
    
    ul#nav li.activeend{  
      background: url(images/activenavend2.jpg) no-repeat bottom right;
    }  
    

/*------------------------------------------------------------------------------*/
/*----BEGIN PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/


  .contentWrap#mainContent{  
    background: #ffffff url(images/mainContentbottom2.gif) no-repeat bottom left;
  }


  
  .contentWrap#right {
      background: #653624 url(images/contentrightbg2.jpg) no-repeat top right;
      
 }
 

  .contentWrap#right .rightbottom{
    padding: 0px 0px -10px 0px;   
    background: url(images/rightbottom2.jpg) no-repeat bottom right;
  }
  
/*------------------------------------------------------------------------------*/
/*----HOME PAGE STYLES---------------------------------------------------------*/
/*------------------------------------------------------------------------------*/

    
    ul#home li {
      background: url(images/bullet2.gif) no-repeat center left;
    }