html #header, html #middle, html #footer {
  width: 938px;
  position: relative;
  margin: auto; }

body {
  background: url(../images/background.jpg) repeat-x #f4f6f8;
  font-family: helvetica; }
  body #header {
    min-height: 305px;
    background: url(../images/header.png) no-repeat; }
    body #header h1 {
      display: none; }
    body #header #header-container {
      padding-top: 261px;
      height: auto; }
      body #header #header-container ul#page-navigation {
        width: 920px;
        margin-left: 9px;
        height: auto; }
        body #header #header-container ul#page-navigation li a {
          padding: 11px 15px;
          color: white;
          height: auto;
          width: auto; }
        body #header #header-container ul#page-navigation li ul li {
          background: #1f1f1f; }
          body #header #header-container ul#page-navigation li ul li a:hover {
            color: #bbbdbd; }
          body #header #header-container ul#page-navigation li ul li:hover {
            background: #2f2f2f; }
          body #header #header-container ul#page-navigation li ul li ul {
            position: absolute;
            left: 100%; }
      body #header #header-container ul#private-page-navigation {
        margin: 0px 9px;
        background: url(../images/privatenav.png) 15px 3px #e0e0e0 no-repeat;
        border: none;
        border-top: 1px solid #c3c3c3;
        height: 23px;
        padding-left: 170px; }
        body #header #header-container ul#private-page-navigation li {
          background: #7e1c3e;
          padding: 3px 5px;
          border: none;
          top: 3px;
          margin-right: 5px; }
          body #header #header-container ul#private-page-navigation li a {
            color: white;
            border: none; }
            body #header #header-container ul#private-page-navigation li a:hover {
              background: transparent;
              text-decoration: none; }
          body #header #header-container ul#private-page-navigation li ul {
            border: none;
            background: #7e1c3e; }
      body #header #header-container ul#quick-navigation {
        background: #dfdfdf;
        postion: absolute;
        top: 0px;
        right: 10px; }
        body #header #header-container ul#quick-navigation li {
          padding: 10px 8px 10px 0px; }
          body #header #header-container ul#quick-navigation li:first-child a {
            border: none; }
  body #middle {
    background: url(../images/middle.png) repeat-y; }
    body #middle #middle-container {
      width: 895px;
      margin: auto; }
  body #footer {
    background: url(../images/footer.png) no-repeat;
    height: 59px;
    margin-bottom: 30px; }
    body #footer #footer-container .credits {
      padding: 10px 15px 0px 0px;
      text-align: right;
      color: white; }
      body #footer #footer-container .credits a {
        color: #b5bf62; }

body#tinymce {
  background-color: white !important;
  min-height: 550px;
  color: black !important; }
  body#tinymce h1 {
    font-size: 2.4em; }
  body#tinymce h2 {
    font-size: 2.1em; }
  body#tinymce h3 {
    font-size: 1.8em; }
  body#tinymce h4 {
    font-size: 1.5em; }
  body#tinymce h5 {
    font-size: 1.2em; }
  body#tinymce h6 {
    font-size: 0.9em; }
  body#tinymce p {
    margin: 5px 0; }

.content h1 {
  font-size: 2.4em; }
.content h2 {
  font-size: 2.1em; }
.content h3 {
  font-size: 1.8em; }
.content h4 {
  font-size: 1.5em; }
.content h5 {
  font-size: 1.2em; }
.content h6 {
  font-size: 0.9em; }
.content p {
  margin: 5px 0; }
