html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
body {
  text-align: center;
  padding: 0 0 0 0;
  background-color: #3e3435;
  line-height: 14px;
  font-size: 11px;
  color: #2e2d2c;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0 0 0 0;
}
h1 {
  line-height: 14px;
  font-size: 14px;
  color: #c17456;
  font-weight: bold;
}
h2 {
  line-height: 14px;
  font-size: 12px;
  color: #c17456;
  font-weight: bold;
}
a,  a:link {
  color: #d75846;
  text-decoration: none;
  font-weight: bold;
}
a:visited {
  color: #a14a35;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #c92c17;
  text-decoration: underline;
}
a:focus {
  color: #c92c17;
}
a:active {
  color: #732600;
}
#outerWrapper {
  background-color: #fff;
  width: 960px;
  text-align: left;
  margin: 0 auto 0 auto;
}
#outerWrapper #header {
  background-color: #bd9c76;
  line-height: 15px;
  font-size: 18px;
  padding: 10px 10px 10px 10px;
  font-weight: bold;
  border-bottom: solid 1px #826a50;
}
#outerWrapper #topNavigation {
  background-color: #f4f1e7;
  height: 25px;
  padding: 10px 10px 10px 10px;
  border-bottom: solid 1px #bd9c76;
}
#outerWrapper #contentWrapper #leftColumn1 {
  padding: 10px 10px 10px 10px;
  background-color: #f4f1e7;
  float: left;
  border-right: solid 1px #bd9c76;
  width: 150px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  padding: 10px 10px 10px 10px;
  float: right;
  border-left: solid 1px #bd9c76;
  width: 150px;
  background-color: #f4f1e7;
}
#outerWrapper #contentWrapper #content {
  padding: 10px 10px 10px 10px;
  margin: 0 170px 0 170px;
}
#outerWrapper #contentWrapper .clearFloat {
  display: block;
  clear: both;
}
#outerWrapper #footer {
  background-color: #f4f1e7;
  border-top: solid 1px #bd9c76;
  padding: 10px 10px 10px 10px;
}
