/*-- styles for chamba imports --------------------------------------------*/
body{
  margin: 0 auto;
  padding: 0px;
  background: #955e3a;
  text-align: center;
  font-family: Verdana;
  font-size: 10pt;
  color: #705c55;
  }
  
#wrapper{
  margin: 20px 0px 10px 0px;
  background: #fff;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  }
  
#container{
  margin: 0 auto;
  width: 930px;
  background: #fff url(../images/small_logo.gif) no-repeat top left;
  }
  
/*-- main nav styles --------------------------------------------------------*/
#main_nav{
  margin: 0 auto;
  width: 930px;
  height: 125px;
  }

#nav{
  float: right;
  margin: 33px 0px 0px 0px;
  }  


/*-- subnav ------------------------------------------------------------*/
#subnav{
  margin: 0px;
  width: 200px;
  float: left;
  }

#subnav h2{
  margin: 20px 0px 0px 0px;
  width: 175px;
  font-weight: 400;
  text-align: left;
  color: #000;
  }  

#subnav dl{
  margin: 0px;
  width: 200px;
  text-align: left;
  }

#subnav dd{
  margin: 0px;
  width: 200px;
  text-align: left;
  }  
  
#subnav a{
  margin: 0px;
  width: 175px;
  font-size: 9pt;
  text-align: left;
  text-decoration: none;
  color: #955e3a;
  }

#subnav a:hover{
  text-decoration: underline;
  color: #e00000;
  }
  
    
  
  
     
/*-- styles for content area for home page ---------------------------------*/
#content{
  width: 930px;
  margin: 0 auto;
  }
  
#left_col{
  margin: 20px 0px 0px 0px;
  float: left;
  text-align: left;
  width: 420px;
  }

#left_col p{
  text-align: justify;
  margin: 0px 0px 20px 0px;
  }

      
#right_col{
  margin: 20px 0px 0px 0px;
  float: right;
  text-align: left;
  background: url(../images/history_map.gif) no-repeat bottom;
  width: 496px;
  height: 467px;
  }
  

  

       
#clear_about{
  clear: both;
  }
  
#clear{
  clear: both;
  }
  

#footer{
 width: 930px;
 margin: 0 auto;
 text-align: center;
 }
 
#footer p{
  color: #fff;
  font-size: 10pt;
  padding-bottom: 10px;
  }

#footer a{
  color: #fff;
  }
  
#footer a:hover{
  color: #000;
  }
  
  
    




