
DIV.bgcontainer,
H2
{ 
  background-color:#bd9a64;
}
UL#navigation LI A:hover,
UL#navigation LI.active A
{ color:#bd9a64; }
DIV.topbg 
{ 
  background-color:#8a5823; 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8a5823', endColorstr='#bd9a64'); 
  background: -webkit-gradient(linear, left top, left bottom, from(#8a5823), to(#bd9a64)); 
  background: -moz-linear-gradient(top,  #8a5823,  #bd9a64); 

}
DIV.bottombg 
{ 
  background-color:#8a5823; 
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bd9a64', endColorstr='#8a5823'); 
  background: -webkit-gradient(linear, left top, left bottom, from(#bd9a64), to(#8a5823)); 
  background: -moz-linear-gradient(top,  #bd9a64,  #8a5823); 
}
