/* Layout */
#page {
  width: 960px;
  margin: 0 auto; }
#page-inner {
  width: 500px;
  margin: 0 auto; }

/* Layout rules. (Disclaimer: do not change if you're not sure you know what you're doing.) */
#content {
  float: left;
  width: 100%;
  margin-right: -100%;
  padding: 0; }
  #content-inside {
    width: 450px;
    padding: 0;
    margin: auto; }

#footer {
  float: none;
  clear: both; }

/* Layout Helpers */
#header,
#footer,
.mission,
.breadcrumb,
.node {
  clear: both; }

/* Columns Inner */
.inner {
  padding: 0; }

/* Navigation styles */
#navigation {
  float: left;
  margin-left: 0;
  margin-right: -100%;
  padding: 0;
  width: 100%;
  height: 40px; }

.with-navigation #content,
.with-navigation .sidebar {
  margin-top: 40px; }
