/* work stylesheet

purple = #CC6699;
dark = #b255a0;
*/

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

  #selected a
  {
    background-color: #b255a0;
  }