html {
  height: 100%; }
  html body {
    font-family: Arial;
    font-size: 10pt;
    line-height: 1.4em;
    text-align: center;
    padding: 0;
    margin: 0;
    background-color: #bbb;
    background-position: top center;
    background-repeat: repeat-y;
    height: 100%; }
    html body #container {
      margin: 0 0 0 80px;
      width: 640px;
      background-color: #fff;
      border-style: solid;
      border-width: 1px;
      border-color: #888;
      border-top: none;
      border-bottom: none;
      padding: 10px; }
      html body #container h1#logo {
        margin: 30px auto;
        text-indent: -999999px;
        background-image: url(/images/logo.gif);
        background-position: center middle;
        background-repeat: no-repeat;
        height: 250px;
        width: 444px; }
      html body #container #nav_wrapper {
        padding: 0 55px 0 0;
        border: none;
        width: auto;
        margin-top: 30px;
        margin-left: -10px;
        margin-bottom: 0;
        margin-right: 0;
        height: 45px;
        background-image: url(/images/right-corner.gif);
        background-position: right bottom;
        background-repeat: no-repeat; }
        * html body #container #nav_wrapper {
          padding-right: 45px; }
        html body #container #nav_wrapper ul#navigation {
          float: left;
          width: 412px;
          height: auto;
          background-color: #008ab0;
          color: #000;
          padding: 0 0 0 193px;
          margin: 0;
          list-style-type: none; }
          html body #container #nav_wrapper ul#navigation li {
            width: auto;
            display: block;
            float: left;
            padding: 0;
            height: 43px;
            margin: 0;
            border: 1px solid #008ab0; }
            * html body #container #nav_wrapper ul#navigation li {
              width: 100px; }
            html body #container #nav_wrapper ul#navigation li a {
              display: block;
              height: 25px;
              padding: 13px 10px 3px 10px;
              margin: 0;
              color: #fff;
              text-decoration: none; }
            html body #container #nav_wrapper ul#navigation li:hover {
              background-color: #069; }
            html body #container #nav_wrapper ul#navigation li.current {
              background-color: #9a4d9e; }
            html body #container #nav_wrapper ul#navigation li.current {
              border: 1px solid #fff;
              border-top-color: #9a4d9e;
              border-bottom-color: #9a4d9e; }
            html body #container #nav_wrapper ul#navigation li:hover {
              color: #fff; }
            html body #container #nav_wrapper ul#navigation li.current:hover {
              text-decoration: none;
              cursor: default; }
      html body #container #page {
        text-align: left;
        padding: 5px 10px 0 10px; }
        html body #container #page p {
          margin: 17px 0; }
        html body #container #page a {
          color: #008ab0; }
          html body #container #page a:visited {
            color: #9a4d9e; }
        html body #container #page ul.people {
          padding: 0;
          margin: 0;
          list-style-type: none; }
          html body #container #page ul.people li {
            width: 100%;
            min-height: 225px;
            margin-bottom: 20px; }
            html body #container #page ul.people li img {
              width: 150px;
              margin-right: 20px;
              float: left;
              border: 1px solid #ccc; }
            html body #container #page ul.people li div {
              float: none;
              width: auto;
              margin-left: 160px; }
              html body #container #page ul.people li div h3 {
                margin: 0; }
    html body #footer {
      padding: 1.2em 0 0 0;
      text-align: center;
      color: #888;
      font-size: 0.8em; }
    html body .clear {
      clear: left; }
