* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #7eaf3a;
  background-image: url("../files/gfx/background.jpg");
  background-position: 50% 0;
  background-repeat: no-repeat;
  color: #223322;
  font-family: "Trebuchet MS", verdana;
}

.frame {
  margin: 0 auto;
  margin-bottom: 30px;
  overflow: hidden;
  width: 910px;
}

  .flash {
    height: 230px;
    width: 910px;
  }

  .menu {
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 4px;
    text-align: center;
  }

    .menuitem,
    .menuitem_active {
      color: white;
      display: block;
      padding: 10px 15px;
      text-decoration: none;
      text-shadow: 0 0 3px #81b15d;
    }

    .menuitem_active {
      /* background-color: #81b15d; */
      background-color: #68a23c;
      border: 0px solid white;
    }

  .sidebar {
    float: left;
    font-size: 12px;
    line-height: 18px;
    width: 210px;
  }

    .sidebar h1 {
      line-height: 14px;
      margin-left: 20px;
    }

    .sidebar input, .sidebar textarea {
      width: 160px;
    }

      .sidebar textarea {
        height: 100px;
      }

  .content, .content_wide {
    float: right;
    font-size: 13px;
    line-height: 19px;
    margin-top: 14px;
    width: 650px;
  }

    .content_wide {
      width: 910px;
    }

  .submenu {
    font-size: 14px;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    margin-left: 20px;
    overflow: hidden;
    width: 650px;
  }

    .submenu a {
      background-color: #96bd4a;
      border: 0px solid white;
      color: white;
      cursor: pointer;
      display: block;
      float: left;
      margin-right: 5px;
      padding: 10px 15px;
      text-decoration: none;
      text-shadow: 0 0 3px #81b15d;
    }

    .submenu a.active {
      background-color: #a6cd5a;
    }

  .footer {
    clear: both;
    color: #a6cd5a;
    font-size: 11px;
    text-align: center;
  }

a, .link {
  color: white;
  cursor: pointer;
}

h1 {
  color: white;
  font-size: 16px;
  line-height: 22px;
}

i {
  color: #336633;
}

q {
  color: #336633;
  font-style: italic;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.box {
  background-color: #a6cd5a;
  background-repeat: no-repeat;
  border: 0px solid white;
  margin-bottom: 30px;
  overflow: hidden;
  padding: 20px;
}

  .content table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }

  .content table th, .content table td {
    background-color: #96bd4a;
    border: 2px solid #a6cd5a;
    padding: 5px 8px;
    text-align: left;
    vertical-align: middle;
  }

  .content table th {
    background-color: #86ad3a;
    vertical-align: bottom;
  }

.smallphotos {
  margin-top: 10px;
}

.galleryitem {
  display: table;
  float: left;
  height: 174px;
  width: 174px;
}

  .galleryitem div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }

  .galleryitem div img {
    display: inline;
  }

.page_select {
  background-color: #a6cd5a;
  border: 0px solid white;
  display: block;
  margin-bottom: 30px;
  padding: 10px;
  text-align: center;

  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

  .page_select a {
    padding: 0 10px;
  }

.boxphoto {
  height: 130px;
}

img {
  border: 2px solid white;
  display: block;
}

input, textarea {
  background-color: white;
  border: none;
  color: #223322;
  font-family: "Trebuchet MS", verdana;
  font-size: 12px;
  padding: 5px;
}

  input.button {
    background-color: #7eaf3a;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    width: auto;
  }