* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #eeeeee;
  margin: 30px 0 60px 0;
}

.frame {
  margin: 0 auto;
  width: 954px;
}

.header {
  background-image: url("../files/gfx/header.jpg");
  height: 400px;
  position: relative;
}

  .menu {
    font-family: "Trebuchet MS";
    font-size: 14px;
    left: 30px;
    line-height: normal;
    position: absolute;
    top: 168px;
  }

    .menu a {
      color: white;
      display: block;
      float: left;
      text-decoration: none;
      padding: 4px 15px;
    }

.content {
  background-image: url("../files/gfx/middle.jpg");
  color: #222222;
  font-family: tahoma;
  font-size: 12px;
  line-height: 19px;
  overflow: hidden;
  padding: 30px 0;
  padding-left: 40px;
  width: 914px
}

  .column {
    display: block;
    float: left;
    margin-right: 25px;
    width: 275px;
  }

    .column_content {
      padding: 0 10px;
    }

  .column_big {
    display: block;
    float: left;
    margin-right: 130px;
    padding: 0 10px;
    width: 450px;
  }

.submenu {
  font-family: "Trebuchet MS";
  font-size: 15px;
}

  .submenu a {
    border-top: 1px solid silver;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
  }

.footer {
  background-image: url("../files/gfx/footer.jpg");
  background-repeat: no-repeat;
  color: #666666;
  height: 30px;
  font-family: tahoma;
  font-size: 11px;
  padding-left: 15px;
  padding-top: 20px;
}

a {
  color: #439bc8;
}

h1 {
  border-bottom: 1px solid #439bc8;
  color: #222222;
  font-family: "Trebuchet MS";
  font-size: 20px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 20px;
  padding-bottom: 5px;
}

h2 {
  color: #439bc8;
  display: inline;
  font-family: "Trebuchet MS";
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
}

input, textarea {
  background-color: #eeeeee;
  border: 1px solid silver;
  font-family: tahoma;
  font-size: 12px;
  line-height: 19px;
  padding: 1px;
  width: 300px;
}

  input.button {
    background-color: #439bc8;
    border: 0;
    color: white;
    font-family: "Trebuchet MS";
    font-size: 15px;
    padding: 5px 10px;
    width: auto;
  }

  input.checkbox {
    background-color: transparent;
    border: 0;
    width: auto;
  }

  textarea {
    height: 100px;
  }

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  display: none;
}

td {
  vertical-align: top;
}

  td.left {
    width: 100px;
  }