body {
  background-color: #fff;
  color: #222;
  font-family: "Georgia", serif;
  font-size: 100%;
  text-align: center;
  margin: 0;
}

img {
  border: 0;
}

a {
  color: #222;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

sup {
  font-size: 0.6em;
}

#main {
  background-color: #fff;
  width: 960px;
  margin: 0 auto;
  padding: 1em 0 0.5em 0;
}

#content {
  width: 885px;
  margin: 1em auto;
  text-align: center;
}

.pod {
  float: left;
  width: 197px;
  margin: 0 47px 1em 0;
}

.pod.first {
  margin-left: 100px;
}

.pod.last {
  margin-right: 100px;
}

.pod.bottom {
  margin-bottom: 1.5em;
}

.pod img {
  border: 1px solid #576b74;
  margin-bottom: 0.5em;
}

#footer {
  clear: both;
  border-top: 1px #576b74 solid;
  padding-top: 0.75em;
  color: #576b74;
}
