html {
  background-color: black;
  background-image: url(../images/background.jpg);
  background-position: center top;
  background-repeat: repeat-x; }
  html body {
    background-color: transparent;
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    font-family: inherit; }
    html body #header {
      width: 842px;
      height: 232px;
      background-color: transparent;
      background-image: url(../images/header.png);
      background-position: center top;
      background-repeat: no-repeat; }
      html body #header ul#page-navigation {
        background-color: transparent;
        bottom: 20px !important;
        left: 65px !important; }
        html body #header ul#page-navigation li a {
          padding: 5px 15px !important;
          margin-right: 1px !important;
          background-color: #dc0202;
          background-image: url(../images/navigation.jpg);
          background-position: left top;
          background-repeat: repeat;
          color: white; }
          html body #header ul#page-navigation li a:hover {
            background-color: #f55e5e;
            background-image: url(../images/navigation-hover.jpg);
            background-position: left top;
            background-repeat: repeat;
            color: white; }
        html body #header ul#page-navigation li:hover > a {
          background-color: #f55e5e;
          background-image: url(../images/navigation-hover.jpg);
          background-position: left top;
          background-repeat: repeat;
          color: white; }
        html body #header ul#page-navigation li ul {
          background-color: transprent; }
          html body #header ul#page-navigation li ul li a {
            padding: 5px 15px !important;
            margin-right: 0px !important;
            background-color: #f55e5e;
            background-image: none;
            background-position: left top;
            background-repeat: repeat;
            color: white; }
            html body #header ul#page-navigation li ul li a:hover {
              background-color: #dd0707;
              background-image: none;
              background-position: left top;
              background-repeat: repeat;
              color: white; }
          html body #header ul#page-navigation li ul li:hover > a {
            background-color: #dd0707;
            background-image: none;
            background-position: left top;
            background-repeat: repeat;
            color: white; }
          html body #header ul#page-navigation li ul li ul {
            background-color: transparent; }
            html body #header ul#page-navigation li ul li ul li a {
              background-color: #dcdddd;
              background-image: none;
              background-position: left top;
              background-repeat: repeat;
              color: #138052; }
              html body #header ul#page-navigation li ul li ul li a:hover {
                background-color: #abadae;
                background-image: none;
                background-position: left top;
                background-repeat: repeat;
                color: #138052; }
            html body #header ul#page-navigation li ul li ul li:hover > a {
              background-color: #abadae;
              background-image: none;
              background-position: left top;
              background-repeat: repeat;
              color: #138052; }
      html body #header ul#quick-navigation {
        top: 5px !important;
        right: 25px !important; }
        html body #header ul#quick-navigation li {
          border-color: white !important; }
          html body #header ul#quick-navigation li a {
            color: white !important; }
            html body #header ul#quick-navigation li a:hover {
              color: #f45959 !important;
              text-decoration: none; }
    html body #middle {
      background-color: transparent;
      background-image: url(../images/middle.png);
      background-position: center top;
      background-repeat: repeat-y;
      width: 842px; }
      html body #middle #middle-container {
        min-height: 444px !important;
        width: auto;
        background-color: transparent;
        background-image: url(../images/middle-background.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        margin: 0px; }
        html body #middle #middle-container #column-one {
          width: 740px;
          margin: auto;
          background-color: none;
          background-image: transparent; }
        html body #middle #middle-container #column-two {
          width: 740px;
          background-color: transparent;
          background-image: none;
          margin: auto; }
          html body #middle #middle-container #column-two #page-content {
            width: 720px;
            background-color: transparent;
            background-image: none;
            margin: auto; }
    html body #footer {
      background-color: transparent;
      background-image: url(../images/footer.png);
      background-position: center top;
      background-repeat: no-repeat;
      width: 842px;
      height: 154px; }
      html body #footer #footer-container .credits {
        color: white;
        top: 164px;
        right: 25px; }
        html body #footer #footer-container .credits a {
          color: white;
          background-image: url(http://assets.celect.org/templates/common/images/celect-logo-w.png) !important; }
          html body #footer #footer-container .credits a:hover {
            background-image: url(http://assets.celect.org/templates/common/images/celect-logo-w-alpha.png) !important; }

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

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