body {
	background: #FFF;
	color: #000;
	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 {
  padding-top: 20px;
  text-align: center;
}

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

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

.container_12 {
	background-image: url(../img/12_col.gif);
	padding-top: 25px;
}

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

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