/* 
  this file contains the color specific declarations
*/

span.logo {
  background-image: url(imgs/logo-y.png);
  background-repeat: no-repeat;
  float:left;
  width: 15%;
  height:100%;
}

#menu
{
  background-color: #ffff99;
  text-align:right;
  width:600px;
  float: right;
  padding: 0;
}

a {
  color: #ff6633;
}
