/* about stylesheet

orange = #CC9933;
dark = #d9873e;
*/

  #content  
  {
    background-color: #e09f65;
    background-image:url('../images/layout/aboutBg.jpg'); 
    background-repeat:no-repeat;
    background-position:top right;
  }
  
  #rightMenu a:hover
  {
    background-color: #d9873e;
  }
  
  #bottomRight a:hover
  {
    background-color: #d9873e;
  }
