body {
  background-color: #EEE;
  margin: 1em 0 2em 0;
}

/* ======================================================================== *
 * Page Layout Styles                                                       *
 * ======================================================================== */

/* Top-Level DIV containing everything */
#document {
  margin: 0 auto;
  min-width: 780px;
  max-width: 980px;
}

#page_container {
  background-color: white;
}

/* The header at the top of the page */
#header {
  border-bottom: 3px solid #CC6600;
}

/* A top-level <div> containing the entire page contents */
#page {
  border: 1px solid #CCC;
}

#breadcrumb_navigation {
  display: none;
}

/* The base of the page */
#footer {
  /* add extra space to the bottom of the visible page */
  height: 3em;
}

/* ======================================================================== *
 * Styles for the drop-shadows around the page                              *
 * ======================================================================== */

/* top border */
#border_top {
  display: block;
  position: relative;
  height: 10px;
  background-repeat: repeat-x;
  background-position: bottom left;
  background-image: url('http://content.ssrc.org/shared/essay_sites/shadow_border_top.gif');
}

/* bottom border */
#border_bottom {
  display: block;
  position: relative;
  height: 10px;
  background-repeat: repeat-x;
  background-position: top left;
  background-image: url('http://content.ssrc.org/shared/essay_sites/shadow_border_bottom.gif');
}

/* Left Side Borders */
#border_middle_left {
  padding-left: 10px;
  background-image: url('http://content.ssrc.org/shared/essay_sites/shadow_border_left.gif');
  background-position: top left;
  background-repeat: repeat-y;
}

/* Right-side border */
#border_middle_right {
  padding-right: 10px;
  background-image: url('http://content.ssrc.org/shared/essay_sites/shadow_border_right.gif');
  background-position: top right;
  background-repeat: repeat-y;
}

/* Top-Left Corner */
img#border_top_left {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* Top-Right Corner */
img#border_top_right {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* Bottom-Left Corner */
img#border_bottom_left {
  position: absolute;
  top: 0;
  left: 0;
}

/* Bottom-Right Corner */
img#border_bottom_right {
  position: absolute;
  top: 0;
  right: 0;
}

/* ======================================================================== *
 * Menu styles                                                              *
 * ======================================================================== */
 
.nav_menu li.current a {
  background: #CC6600;
}

ul#section_sub_menu li.current a {
  background: #993300;
}