/* Overrides for the photo on the right side of the header */
.photo {
}

/* Overrides for the banner/title area on the left side of the header */
.banner {
  background-image: url(../_banners/codeshaded.png);
}

/* Overrides for the part of the page below the header */
.pagebody {
  background-color: white;
}

/* Overrides for the side or menu bar */
.sidebar {
}

/* Defines the contents of the page */
.pagecontents {
  background-color: white;
}

