body {
  background: #DDD6C3 url('images/body-bg.jpg') repeat-x;
}

#container {
  margin: 10px auto;
  position: relative;
  width: 802px;
}
#header, #main {
  background: #fff;
  border: 1px solid #000;
}

#header {
  background-image: url('images/banner.jpg');
  background-repeat: no-repeat;
  background-position: center bottom;
  border-bottom: none;
  height: 380px;
}
#headerbar {
  background: url('images/header-bg.jpg') repeat-y;
  margin: 20px 20px 7px;
  padding: 1px 0 0 20px;
  height: 100px;
  width: 740px;
}
#navtop {
  padding-left: 20px;
}

#main {
  border-top: none;
  overflow: hidden; /* wrap around floated divs */
  padding-bottom: 20px;
  width: 800px;
}
#navleft, #content, #feature {
  float: left;
}
* html #navleft, * html #content, * html #feature { /* fix ie6 double-margin */
  display: inline;
}

#navleft {
  display: none;
}
#content {
  border-right: 1px solid #DDD6C3;
  padding: 0 20px 0 20px;
  margin-top: -12px;
  width: 564px;
}
p.refer {
  float: right;
  margin-top: 1.6em;
}
#feature {
  padding-left: 20px;
  margin-top: -12px;
  width: 155px;
}

#footer {
  clear: both;
}
#nameandaddress {
  margin-top: 1em;
}
#hcfooter {
  margin-top: 2em;
}
