/*
  Page layout
*/
body {
  background: #ae7f3b url('images/body-bg.jpg') repeat-x;
}
#container {
  margin: 12px auto;
  position: relative;
  width: 806px;

}
#header {
  background-color: #fff;
  border: 2px groove #333;
  width: 802px;
}
#main {
  background-color: #fff;
  border: 2px groove #333;
  width: 802px;
  min-height: 930px;
}


/*
  #header
*/
#header {
  border-bottom: none;
  padding-bottom: 18px;
}
#headerbar h2 {
  border: 1px solid #9E1B34;
  padding: 2.5em;
  margin: 44px 12px 12px;
  text-align: center;
}
#headerbar p {
  padding: 2px;
  position: absolute;
  top: 2px;
  right: 2px;
  width: 798px;
}

#navtop {
  display: none;
}


/*
  #main
*/
#main {
  border-top: none;
  clear: both;
  overflow: hidden; /* wrap around floated divs */
  padding-bottom: 2em;
}
#navleft, #content, #feature {
  float: left;
}
* html #navleft, * html #content, * html #feature {  /* fix ie6 double-margin */
  display: inline;
}
#navleft, #nameandaddress {
  margin-left: 12px;
  width: 154px;
}
#navleft {
  height:35em;
}
#content {
  border-right: 1px solid #999;
  margin-left: 18px;
  padding-right: 18px;
  width: 420px;

}
p.refer {
  float: right;
}
#feature {
  padding-left: 18px;
  margin-top: -1em;
  width: 142px;
}


/*
  #footer
*/
#nameandaddress {
  position: absolute;
  left: 2px;
  top: 660px;
  /* width, etc with #navleft */
}
#hcfooter {
  margin-top: 24px;
}



#headerbar img {
  margin-left: 20px;
  margin-top: -50px;
  text-align: center;
}

