/*---------------------------------------------------------------
  >> Colors <<
  ---------------------------------------------------------------
  generic Colors used throughout Zoe Murdcoh
  -------------------------------------------------------------*/

body {
  background-color: #fff;
}

#dropShadow {
  background: #000 url("../images/dropshadow.gif") repeat-y 0 0;
}

#pageFrame {
  background-color: #fff;
  color: #000;
}

#header a { 
  background-repeat: no-repeat;
  background-position: 8px 50%;
}
													
#header a:link.off, #header a:visited.off { 
  color: #000;
}

#header a:link.on, #header a:visited.on { 
  color: #ff0000;
}

#header a:hover.on, #header a.active { 
  color: #777;
  background-color: #fff;
}
				     
#header a:hover.off, #header a.active { 
  color: #777;
  background-color: #fff;
}
