body {
  text-align: center;
  margin: 0; }

.container {
  width: 950px;
  height: 100%;
  margin: 0 auto 0 auto;
  text-align: left;
  position: relative; }

.column {
  float: left; }

.column.left {
  width: 184px;
  margin-top: 190px; }

.column.middle {
  width: 526px;
  padding: 0 20px 10px 18px;
  line-height: 1.8em;
  margin-top: 170px; }

.column.right {
  width: 184px;
  height: 100%;
  margin-top: 60px;
  margin-left: 2px; }

.header {
  height: 181px;
  width: 934px;
  background: url(../images/banner.png) no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 100000; }
  .header h1, .header h2, .header h3 {
    display: none; }

.footer {
  font-size: 1em;
  float: right;
  text-align: right;
  color: #0061c0;
  border-top: 1px solid #0061c0;
  padding-top: 10px;
  width: 100%; }
