a:link { color: #080E24; }
a:visited {color: #080E24; }
a:hover { color: #E00A40; }

/* #SiteHeader */
#SiteHeader a.selected { color: #68993F; }
#SiteHeader a:hover { color: #f60; }

/* Navigation */
#Navigation {
  /* needed for a clean break between nav and #Content */
  height: 200px;
  background: url("/pimp/pimp-logos/pimp-idea6.png") top center no-repeat;
  background: url("/images/web/pimpin0.jpg") top center no-repeat;
}

/* #MainMenu */
#Body #MainMenu .pad {
  margin: 0;
  padding: 6px 0 0 2px;
}
/* hide from Mac + give to WinIE \*/
* html #Body #MainMenu .pad { padding-left: 2px;}
/* end hide */ 

/* #GlobalMenu */
#GlobalMenu a.selected { color: #09f; }
#GlobalMenu a:hover { color: #f60; }

/* #Title */
h1.pagetitle, h1.pagetitle a {
  color: #333;
}
#Title h1.pagetitle {
/*  background: #1A3059;*/
  background: #d7e081; /*#e0db66;*/
  border-bottom: 4px solid #333; 
}

/* overload some stuff from tricorder6.css */
#Page { width: 920px; border: 1px solid; }
#BodyTop { width: 920px; background: none; }
#BodyBottom { width: 920px; background: none; }
#Body { width: 920px; background: none; }
#Content { background: none; }
#ContentBottom { background: none; }

