/*
/*  preview.css
/*  Created August 29, 2006
*/

.clear {
  clear: both;
  width: 75%;
  margin: 0px auto;
}

.columns {
  clear: both;
  overflow: hidden;
  width: 820px;
  margin: auto -150px;
}

.column, .contact {
  color: #777;
}

.column h3,
.contact h3,
.clear h3 {
  font-size: 22px;
  margin-bottom: -4px;
  color: #333;
}

.column {
  width: 248px;
  float: left;
  padding-right: 12px;
  margin-bottom: 24px;
}

.contact {
  clear: both;
  text-align: center;
  padding: 0px 100px;
}

.contact .rep {
  font-weight: bold;
  color: #333;
}

div.main {
  width: 500px;
  float: left;
}

div.sidebar {
  width: 220px;
  float: right;
  padding-top: 12px;
}

div.representative {
  text-align: center;
}
