footer {
  background: url(../images/bar_footer.gif) 0 0 repeat-x;
  background-color: #fee;
  width: 100%;
  height: auto;
}
footer h1 {
  max-width: 980px;
  font-size: 1.4em;
  font-weight: bold;
  color: #600;
  margin: 0 auto 10px auto;
  padding: 20px 10px 0 10px;
}
footer h2 {
  max-width: 980px;
  font-size: 1.1em;
  line-height: 1.5;
  margin: 0 auto 5px auto;
  padding: 0 10px;
}
footer h2 img {
  position: relative;
  top: 3px;
  margin-right: 3px;
}
footer div {
  display: block;
  max-width: 980px;
  margin: 0 auto 10px auto;
  padding: 0 10px;
}
footer div img {
  float: left;
  width: 20%;
  height: auto;
}
footer div table {
  float: right;
  border: none;
  width: 75%;
}
footer div table tr th {
  width: 100px;
  font-size: 1em;
  line-height: 1.5;
  padding: 1px 2px;
}
footer div table tr td {
  width: auto;
  padding: 1px 2px;
}
footer div table tr td strong {
  font-size: 1.4em;
  font-weight: bold;
  color: #f00;
}
footer div table tr td:first-child {
  border-bottom: dotted 1px #600;
}
footer small {
  display: block;
  background-color: #f00;
  width: 100%;
  font-size: 0.9em;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  margin: 0;
  padding-top: 2px;
}/*# sourceMappingURL=footer.css.map */