body {
  font-family: arial, verdana, sans-serif;
  color: #333;
  font-size: 11px;
  line-height: 15px;
  margin: 0;
}

#content {
  width: 922px;
  margin: auto;
  padding-top: 97px;
  background: url(logo.gif) no-repeat;
  background-position: right 20px;
}

#stage {
  margin: 0 1px 0 1px;
}

#boxes {
  height: 200px;
}

.box {
  width: 128px;
  height: 125px;
  float: left;
  background: #eee;
  padding: 6px;
  margin: 10px 16px 10px 0;
}

.box_wide {
  width: 285px;
  height: 125px;
  float: left;
  background: #eee;
  padding: 6px;
  margin: 10px 16px 10px 0;
}

.last_box {
  height: 125px;
  margin-right: 0;
}

h1 {
  font-size: 15px;
  line-height: 20px;
  margin: 0 0 6px 0;
  font-weight: normal;
}

a {
  display: block;
  background-image: url(link-icon.gif);
  background-position: 0px 6px;
  background-repeat: no-repeat;
  padding-left: 10px;
  color: #6B6B6B;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
