/*
 * LAYOUT
 *
 * this stylesheet positions the major page elements
 *
 * only positioning info should go in this stylesheet
 *
 * add margin or padding to elements that end in "-inner" ONLY... 
 *
 */

/* skip-to-nav is for screen readers */
#skip-to-nav {
  position: absolute;
  top: -100000px;
  left: -100000px;
}

#page {
  width: 961px; /* do not change */
  margin: 0 auto;
}

#header-wrapper,
#page-header,
#navbar,
#section-header,
#content-wrapper,
#footer-wrapper {
  float: left;
  clear: both;
  width: 100%;
}

.two-sidebars #left,
.sidebar-left #left {
  float: left;
  width: 200px;
}

.two-sidebars #right,
.sidebar-right #right {
  float: right;
  width: 200px;
}

#hoover-content {
  float: left;
}

.sidebar-left #hoover-content,
.sidebar-right #hoover-content {
  width: 761px;
}

.two-sidebars #hoover-content {
  width: 561px;
}

.front #hoover-content,
.no-sidebars #hoover-content {
  margin: 0;
  width: 100%;
}

