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

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