
/**
 * Portfolio
 */

#top {
  background: #889a1d;
}

#bottom {
  background-image: url('/images/portfolio/gradient.jpg');
}

#subnav {
  width: 200px;
}

#subnav A {
  color: #cfd7a5;
}

#subnav A:hover,
#subnav A.active,
#subnav A.active:hover {
  background: url('/images/portfolio/arrow.gif') left center no-repeat;
}

#portfolio {
  width: 210px;
  height: 116px;
  margin: 90px auto 0px auto;
}

#thumbnails {
  float: left;
  width: 325px;
  //height: 336px;
  height: 296px;
  overflow: auto;
}

#thumbnails A {
  float: left;
  padding-right: 3px;
  padding-bottom: 3px;
}
