body {
  text-align: center;
  margin: 0;
  height: 100%; }

.container {
  width: 1024px;
  height: 100%;
  min-height: 100%;
  margin: 0 auto 0 auto;
  text-align: left; }

.header {
  height: 181px;
  background: url(../images/header.jpg) no-repeat; }
  .header h1, .header h2, .header h3 {
    display: none; }

.colmask {
  position: relative;
  clear: both;
  float: left;
  width: 100%;
  overflow: hidden;
  background: #d4d5d0; }
  .colmask ul {
    list-style: none;
    padding: 20px 0 5px 15px;
    margin: 0; }
    .colmask ul li {
      padding: 5px; }
      .colmask ul li a {
        display: block;
        color: #333333;
        text-transform: uppercase;
        text-decoration: none; }

.colright, .colmid, .colleft {
  float: left;
  width: 100%;
  position: relative; }

.col1, .col2, .col3 {
  float: left;
  position: relative;
  padding: 0 0 1em 0;
  overflow: hidden; }

.colmid {
  right: 25%; }

.colleft {
  right: 570px;
  background: #9fa198; }

.col1 {
  width: 475px;
  left: 1035px;
  padding-top: 22px; }

.col2 {
  width: 195px;
  left: 350px; }

.col3 {
  width: 323px;
  left: 855px; }

.two_column .col1 {
  width: 800px; }
.two_column .col2 {
  left: 25px; }

.footer {
  clear: both;
  float: left;
  width: 100%; }

.footer p {
  padding: 10px;
  margin: 0; }
