body {
  background: url(/images/background.png);
  font-family: Georgia, "Times New Roman", sans-serif;
  font-weight: normal;
  font-size: 12px;
  color: #eeeee8; }
  body #wrapper {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    overflow: auto;
    background: url(/images/top_background.jpg) repeat-x; }
    body #wrapper ul#menu {
      text-align: right;
      height: 100px;
      line-height: 160px;
      width: 816px;
      padding-left: 100px;
      list-style-type: none;
      overflow: hidden; }
      body #wrapper ul#menu li {
        margin-left: 20px;
        display: inline; }
        body #wrapper ul#menu li a {
          font-size: 9px;
          font-weight: bold;
          color: #eeeee8;
          text-decoration: none; }
          body #wrapper ul#menu li a:hover {
            text-decoration: underline; }
    body #wrapper #content {
      position: relative;
      margin-left: 110px;
      margin-bottom: 10px;
      width: 796px;
      border: 10px solid #eaebe3;
      background: url(/images/content_background.jpg); }
      body #wrapper #content #images {
        float: left;
        line-height: 0px;
        width: 372px; }
        body #wrapper #content #images img {
          padding-bottom: 10px;
          line-height: 0px;
          width: 362px;
          display: block; }
      body #wrapper #content #text {
        float: right;
        width: 424px;
        padding-bottom: 33px; }
        body #wrapper #content #text h1 {
          padding-left: 38px;
          padding-top: 33px;
          padding-bottom: 75px;
          font-size: 30px;
          font-weight: normal; }
        body #wrapper #content #text p {
          line-height: 16px;
          padding-bottom: 16px;
          padding-left: 38px;
          width: 300px; }
          body #wrapper #content #text p a {
            color: #eeeee8;
            text-decoration: underline;
            font-style: italic; }
            body #wrapper #content #text p a:hover {
              text-decoration: underline; }
      body #wrapper #content #logo {
        position: absolute;
        left: -80px;
        top: -89px; }
        body #wrapper #content #logo a img.transparent {
          border: none;
          width: 151px;
          height: 164px; }

.clear {
  line-height: 1px;
  height: 1px;
  clear: both;
  display: block; }
