html #header, html #middle, html #footer {
  width: 950px; }

html #header-container, html #middle-container, html #footer-container {
  width: 950px;
  margin: 0 auto; }

body {
  background: #6f0d11; }
  body a {
    color: #a00113; }
    body a:hover {
      color: #978640; }

#header {
  border: none;
  background: transparent; }
  #header #header-container {
    background: transparent url(../images/header.jpg) no-repeat left top;
    height: 23em;
    min-height: 23em;
    padding-bottom: 0; }
    #header #header-container h1, #header #header-container .tagline1, #header #header-container .tagline2 {
      display: none; }
    #header #header-container ul#quick-navigation {
      text-align: right;
      top: 16em;
      left: 68em; }
      #header #header-container ul#quick-navigation li {
        margin-left: 0.4em;
        padding-left: 0.3em;
        border-left: 1px solid black; }
        #header #header-container ul#quick-navigation li:first-child {
          border-left: none;
          margin-left: 0; }
        #header #header-container ul#quick-navigation li a {
          color: black;
          text-decoration: underline; }
          #header #header-container ul#quick-navigation li a:hover {
            color: #4f4a4a; }

#middle #middle-container {
  background: white; }
  #middle #middle-container #column-one {
    width: 19.3em; }
  #middle #middle-container #column-two {
    width: 75.7em; }
    #middle #middle-container #column-two #page-content .content h1 {
      font-size: 2.4em; }
    #middle #middle-container #column-two #page-content .content h2 {
      font-size: 2.1em; }
    #middle #middle-container #column-two #page-content .content h3 {
      font-size: 1.8em; }
    #middle #middle-container #column-two #page-content .content h4 {
      font-size: 1.5em; }
    #middle #middle-container #column-two #page-content .content h5 {
      font-size: 1.2em; }
    #middle #middle-container #column-two #page-content .content h6 {
      font-size: 0.9em; }
    #middle #middle-container #column-two #page-content .content p {
      margin: 5px 0; }
    #middle #middle-container #column-two #page-content .content a {
      color: black; }
      #middle #middle-container #column-two #page-content .content a:hover {
        color: #990610; }
    #middle #middle-container #column-two #page-content #title h2 {
      font-family: Georgia, Arial, Helvetica;
      font-size: 14px;
      color: #4f4a4a; }

ul#page-navigation {
  margin-top: 1em; }
  ul#page-navigation li {
    margin: 0;
    padding: 0;
    border: none;
    border-bottom: 1px solid white;
    background: url(../images/nav_button.jpg) no-repeat left top; }
    ul#page-navigation li.current > a {
      font-weight: normal;
      color: #990610; }
    ul#page-navigation li a {
      color: black;
      font-family: Georgia, Arial, Helvetica;
      font-size: 12px;
      font-weight: normal;
      text-decoration: none;
      display: block;
      *display: inline-block;
      padding-left: 1em; }
      ul#page-navigation li a:hover {
        color: #990610; }
    ul#page-navigation li ul {
      margin: 0;
      padding: 0;
      border: none; }
      ul#page-navigation li ul li {
        margin: 0;
        padding: 0;
        border: none;
        background: #4f4a4a;
        border-bottom: none; }
        ul#page-navigation li ul li.current > a {
          color: #cccccc; }
        ul#page-navigation li ul li a {
          font-size: 10px;
          color: white;
          text-decoration: underline; }
          ul#page-navigation li ul li a:hover {
            color: #cccccc;
            text-decoration: none; }

#footer {
  background-color: black; }
  #footer #footer-container {
    height: 7.3em; }
    #footer #footer-container p {
      margin: 0;
      padding: 0;
      border: none; }
    #footer #footer-container p.credits {
      position: relative;
      left: 8em;
      top: 3em;
      color: white; }
    #footer #footer-container a {
      color: white; }
      #footer #footer-container a:hover {
        color: #cccccc; }

.home #header #header-container {
  background: transparent url(../images/header_home.jpg) no-repeat left top; }

.home #middle #middle-container {
  background: url(../images/middle_bg_home.jpg) repeat-y left top; }
  .home #middle #middle-container #column-two, .home #middle #middle-container #column-two #page-content .content {
    background: transparent; }

body#tinymce {
  background-color: white !important;
  min-height: 550px; }

#fonttest {
  display: none; }

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