    body {
      margin: 0px;
      padding: 0px;
      font-family: Verdana, Helvetica, Arial, Tahoma;
      font-size: 14px;
      background-color: #ffffff;
      background-image: url('images/background.jpg');
      background-repeat: repeat-both; 
    }
    #outer_container {
      width: 960px;
      margin: 0px auto;
      background-image: url('images/background_pattern.jpg');
      background-repeat; no-repeat;
      background-position; top center;
    }
    #inner_container {
      width: 706px;
      margin: 0px auto;
      padding-left: 20px;
      padding-right: 20px;
      background-color: #ffffff;
      background-color: transparent;
    }
    #logo {
      width: 230px;
      height: 105px;
      float: left;
      margin-bottom: 20px;
      padding-top: 20px;
      background-color: #ffffff;
    }
    #menu {
      width: 476px;
      height: 105px;
      float: left;
      margin-bottom: 20px;
      padding-top: 20px;
      text-align: right;
      font-weight: bold;
      color: #333333;
    }
    #content {
      font-color: #333333;
      background-color: #ffffff;
      padding-bottom: 30px;
    }
    .inline_link {
      text-decoration: none;
    }
    .inline_link:hover {
      text-decoration: underline;
    }
    .menu_link {
      text-decoration: none;
      color: #666666;
    }
    .menu_link:hover {
      text-decoration: none;
      color: #D5B9A8;
    }
    h1 {
      font-size: 16px;
      font-weight: bold;
      color: #c0c272;
      border-bottom: solid 1px #c0c272;
      border-bottom: solid 5px #ffffff;
    }
    .myitalics {
      font-weight: bold;
      color: #c0c272;
    }
    .thumbnail {
      border-width: 1px;
      border-color: #AAAAAA;
    }

