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


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


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


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


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

a:hover
{
  color: #848F51;
}


/* Container for all pictures */
.pictures
{
  position: relative;
  margin-top: 5px;
  text-align: center;
  clear: left;
  float: left;
  margin-bottom: 25px;
}

/* Picture container */
.picture
{
  width: 105px;
  float: left;
  margin: 0px;
  border: 0px;
}

/* Table overrides */
table
{
  border-bottom: 1px solid black;
}

td
{
  border-bottom: none;
}
