html {
  background: url(../images/background.jpg) top repeat-x #e2e5ed; }
  html #header, html #middle, html #footer {
    width: 1171px;
    position: relative;
    margin: auto; }

body {
  background: url(../images/background-body.jpg) top center no-repeat; }
  body #header {
    background: url(../images/header.png) repeat-x top;
    height: 260px; }
    body #header h1 {
      display: none; }
    body #header #header-container {
      background: url(../images/header.png) no-repeat top;
      position: relative;
      margin: auto;
      height: 100%; }
      body #header #header-container ul#quick-navigation {
        position: absolute;
        right: 135px;
        top: 12px; }
        body #header #header-container ul#quick-navigation li a {
          color: white; }
        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 {
      background: url(../images/middle-bottom.png) no-repeat bottom; }
      body #middle #middle-container #column-one {
        width: 303px !important; }
        body #middle #middle-container #column-one ul#page-navigation {
          width: 185px;
          background: url(../images/navigation-bottom.png) center bottom no-repeat;
          padding-bottom: 16px;
          margin-left: 107px;
          text-align: center; }
          body #middle #middle-container #column-one ul#page-navigation li {
            height: auto !important;
            padding: 0px !important;
            margin: 0px !important; }
            body #middle #middle-container #column-one ul#page-navigation li a {
              display: block;
              width: 185px !important;
              height: auto !important;
              padding: 7px 0px;
              margin: 0px !important;
              color: white;
              background: url(../images/li-background.png) no-repeat top left;
              line-height: inherit; }
              body #middle #middle-container #column-one ul#page-navigation li a:hover {
                color: #faae34; }
            body #middle #middle-container #column-one ul#page-navigation li ul li a {
              color: white;
              background: url(../images/sub-li-background.png) no-repeat;
              width: 185px !important;
              padding: 4px 0px; }
              body #middle #middle-container #column-one ul#page-navigation li ul li a:hover {
                color: white;
                font-weight: bold; }
        body #middle #middle-container #column-one ul#private-page-navigation {
          width: 185px !important;
          margin-left: 107px;
          margin-top: 20px;
          padding: 31px 0px 0px 0px;
          border: none;
          background: url(../images/private-b-alpha-sanserif.png) no-repeat center 10px;
          text-align: center; }
          body #middle #middle-container #column-one ul#private-page-navigation li {
            height: auto !important;
            padding: 0px !important;
            margin: 0px !important;
            border: none; }
            body #middle #middle-container #column-one ul#private-page-navigation li a {
              display: block;
              width: 185px !important;
              height: auto !important;
              padding: 7px 0px 7px 0px;
              margin: 0px !important;
              color: white;
              background: #5f86b0;
              line-height: inherit; }
              body #middle #middle-container #column-one ul#private-page-navigation li a:hover {
                color: white; }
            body #middle #middle-container #column-one ul#private-page-navigation li ul li a {
              color: white; }
              body #middle #middle-container #column-one ul#private-page-navigation li ul li a:hover {
                color: white; }
      body #middle #middle-container #column-two {
        width: 737px; }
        body #middle #middle-container #column-two #page-content {
          width: 716px; }
  body #footer {
    height: 80px;
    background: url(../images/footer.png) no-repeat top left;
    padding-bottom: 30px; }
    body #footer #footer-container {
      width: 100%;
      height: 100%; }
      body #footer #footer-container .credits {
        position: absolute;
        right: 150px;
        top: 28px;
        color: #555555; }
        body #footer #footer-container .credits a {
          color: #555555; }

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; }
