body {
  background: #f5f5f5;
  background-image: url(../img/bg-bar.jpg);
  background-repeat: repeat-x;
  color: #f5f5f5;
  font-size: 14px;
  height: auto;
  font-family: 'Lato', sans-serif;
}

a {
  color: #29467c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  padding-top: 20px;
}

h2 {
  font-family: 'Lato', sans-serif;
  padding-top: 20px;
}

p {
  font-family: 'Lato', sans-serif;
}

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

.container_12 {
  background-image: none;
}

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

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

.tert {
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-align: right;
  height: 23px;
  padding-top: 6px;
  background-color: #373737;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.tert a {
  color: #ffffff;
}

.footer {
  width: 100%;
  border-top-style: solid;
  border-top-color: #676767;
  border-top-width: 1px;
  margin-top: 18px;
  padding-bottom: 20px;
}

.footer p {
  font-size: 14px;
  color: #676767;
  text-align: left;
  padding-top: 10px;
}