
body {
  background: #fff;
  margin: 0 auto;
  font-family: arial, helvetica, sans-serif;
  color: #000;
  text-align: center;
}

#container {
  text-align: left;
  margin: 10px auto;
  width: 629px;
  border: 1px solid #ccc;
  padding: 10px;
}

#top {
  float: left;
  text-align: left;
  width: 627px;
}

#left {
  float: left;
  width: 140px;
  margin-top: 15px;
  padding-right: 10px;
}

#right {
  margin: 0;
  float: left;
  border-left: 1px solid #ccc;
  width: 458px;
  padding-left: 10px;
}

#clear {
  clear: both;
}

img {
  border: 0;
}

a {
  color: #7e9e2f;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 1.2em;
  color: #fff;
}

h2 {
  font-size: 1.0em;
  color: #666666;
}

h3 {
  font-size: 1.0em;
  color: #000;
}

p {
  font-size: 0.8em;
}

.footer {
  color: #666666;
  font-size: 0.7em;
}
