/* Additions to grid.css to restyle for AVP */
#head {
  height: 70px;
  background: url('/images/avp-masthead.png') no-repeat;
}

html body {
  background: black url('/images/avp-bgbar.png') repeat-x;
}

#nav, #contacts {
  background: rgb(70, 130, 70);
  color: black;
}

body {
  background: rgb(10,20,10);
}

#nav {
  background: url('/images/avp-web20-bar.png') repeat-x black;
}

#nav a {
  color: black !important;
}

#nav a:hover {
  color: rgb(100, 200, 100);
}
