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

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