body {
  background: #e7e7e4;
  color: #79797d;
  font-size: 11px;
  height: auto;
  padding-bottom: 20px;
}

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

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: Georgia, serif;
  font-weight: normal;
  padding-top: 20px;
  text-align: center;
}

h2 {
    font-size: 12px;
    font-weight: normal;
    padding-top: 7px;
    text-align: left;}


p {
  overflow: hidden;
  padding: 10px 0;
  text-align: left;
}

.container_12,
.container_16,
.container_24 {
  background-color: #e7e7e4;
  background-repeat: repeat-y;
  margin-bottom: 20px;
}

.container_12 {
  background: #e7e7e4;
}

.container_16 {
  background-image: url(../img/16_col.gif);
}

.container_24 {
  background-image: url(../img/24_col.gif);
}