* {
  margin: 0;
  padding: 0;
}

body {
  background-color: white;
  color: #222222;
  font-family: arial;
  margin: 10px 0;
}

.frame {
  margin: 0 auto;
  width: 1000px;
}

.header {
  background-image: url("gfx/header.png");
  background-repeat: no-repeat;
  height: 120px;
  overflow: hidden;
  width: 1000px;
}

.menu {
  border-bottom: 5px solid silver;
  font-size: 12px;
  font-weight: bold;
  overflow: hidden;
  width: 1000px;
}

  .menu a {
    background-color: silver;
    color: white;
    display: block;
    float: left;
    margin-right: 2px;
    padding: 10px 15px;
    text-decoration: none;
  }

  .menu .active {
    background-color: #222222;
  }

  .menu a:hover {
    background-color: #222222;
    text-decoration: none;
  }

.page {
  border-bottom: 5px solid #222222;
  font-size: 13px;
  width: 1000px;
}
  
  .gray {
    background-color: #222222;
    width: 200px;
  }

  .middle {
    background-image: url("gfx/photo.jpg");
    background-repeat: no-repeat;
    height: 200px;
  }

  .content {
    background-color: #eeeeee;
    border-right: 1px solid silver;
    padding: 50px;
    padding-bottom: 100px;
    line-height: 170%;
  }

  .sidebar {
    background-color: silver;
    color: white;
    font-size: 12px;
    line-height: 15px;
    padding: 40px;
    padding-top: 50px;
    width: 180px;
  }

    .sidebar a {
      color: #222222;
    }

    .sidebar ul {
      list-style-type: square;
    }

    .sidebar li {
      margin-bottom: 10px;
    }

.footer {
  font-size: 11px;
  overflow: hidden;
  padding: 10px;
  width: 1000px;
}

  .footer .column {
    float: right;
    margin-right: 30px;
  }

a {
  color: gray;
  text-decoration: none;
}

  a:hover {
    text-decoration: underline;
  }

h1 {
  color: #222222;
  font-size: 20px;
  margin-bottom: 10px;
}

h2 {
  color: gray;
  font-size: 16px;
  margin-bottom: 15px;
}

img {
  display: block;
}

input, textarea {
  background-color: white;
  border: 1px solid silver;
  font-family: arial;
  font-size: 12px;
  padding: 1px;
  width: 400px;
}

  input.button {
    background-color: #222222;
    border-bottom: 1px solid black;
    border-left: 1px solid gray;
    border-right: 1px solid black;
    border-top: 1px solid gray;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    width: auto;
  }

    input.button:active {
      border-bottom: 1px solid gray;
      border-left: 1px solid black;
      border-right: 1px solid gray;
      border-top: 1px solid black;
    }

  input.checkbox {
    background-color: transparent;
    border: 0;
    margin-right: 5px;
    width: auto;
  }

textarea {
  height: 150px;
}

p {
  margin-bottom: 15px;
}

td {
  vertical-align: top;
}

ul {
  padding-left: 15px;
}
