/*
/ This stylesheet contains per-page overrides and style additions
*/


/* Menu hover color overrides */
.menu .menu-item a:hover
{
  background: #E4E7AB;
}


/* body content background overrides */
.body
{
  background: url(merch.png);
  background-color: #DBE091;
}


/* Scrollbox overrides */
.scrollbox
{
  left: 20px;
  top: 20px;
  width: 680px;
  height: 330px;
  scrollbar-base-color: #DBE091;
}


/* Href color overrides */
a 
{
  color: #636817;
}

a:hover
{
  color: #7E8243;
}

