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


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


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


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


/* Href color overrides */
a 
{
  color: #4C3908;
}

a:hover
{
  color: #7D5C19;
}

/* Table overrides */
table
{
  width: 640px;
}
