html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #ffefa5;
  margin: 0px;
  font-family: verdana, arial;
  font-size: 14px;
  font-weight: normal;
  color: black;
}

a {
  text-decoration: none;
}

a:link {
  color: #aa0000;
}

a:visited {
  color: #aa0000;
}

a:active {
  color: #660000;
}

a:hover {
  color: #660000;
}

img {
  border: 0px;
  behavior: url(css/iepngfix.htc);
}

div.section {
  clear: both;
  margin: 10px auto;
  width: 900px;
}

div.image {
  width: 300px;
  float: left;
}

div.onlytext p {
  text-align: justify;
}

div.text {
  margin-left: 310px;
  padding: 5px;
}

div.text ul {
  text-align: left;
  list-style-type: none;
}

div.text ul li {
  padding-bottom: 15px;
}

div.text p {
  text-align: justify;
}

div.contimage {
  width: 316px;
  float: right;
}

div.conttext {
  margin-right: 326px;
  padding: 20px 5px;
}

div.reviewrow {
  width: 640px;
  margin: auto;
}

div.review {
  width: 120px;
  margin: 10px 20px;
  float: left;
}

div.review img {
  border: solid 1px;
}

div.reviewclear {
  width: 1px;
  height: 1px;
  clear: left;
}

table {
  font-family: verdana, arial;
  font-size: 14px;
  font-weight: normal;
  color: black;
  margin: 0px auto;
  border-collapse: collapse;
}

.headerlogo {
  float: left;
  width: 300px;
}

.titlelogo {
  border-bottom: solid black 1px;
}

.disclaimer {
  width: 800px;
  margin: 0px auto;
  text-align: justify;
}

.disclaimer img.address {
  display: block;
  margin: 0px auto;
}

.footer {
  margin: 10px auto;
}

.footer td {
  text-align: center;
  vertical-align: middle;
  font-size: 10px;
  padding: 0 10px;
  line-height: 1.5;
}

.promotext {
  font-size: 18px;
}

#header {
  width: 100%;
  height: 50px;
  background-color: #60340c;
  border-bottom: 1px dashed black;
  text-align: center;
}

#nonfooter {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -4em;
}

#content {
  text-align: center;
  padding: 5px;
}

#buffer {
  height: 4em;
}

#footerdiv {
  height: 4em;
  text-align: center;
}
