* {
  font-family: gill, helvetica, sans-serif;
  text-align: left;
}

body {
  background: #A09A81;
}

a {
}

#wrapper {
  position:relative;
  width:736px;
  height:auto !important; /* real browsers */
  height:100%; /* IE6: treats as min-height*/
  min-height:100%;        /* real browsers */
  margin:0 auto;
  padding-top:50px;
}


#banner {
  width:736px;
  height:88px;  background:url("header.jpg") no-repeat top;
}

#main {

}

#contents {
  width:724px;
  padding-left:12px;
/*  padding:12px 5px 12px 12px;*/
  float:left;
  overflow:hidden;
  background-color:#DFE0C5;
}

#contents h3 {
  color: #793079;
}

#footer {
  clear:both;
  height:64px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  background:url("footer.jpg") no-repeat bottom;
  text-align:center;
}

#footer p {
  margin-top:5px;
  text-align:center;
  color:#DFE0C5;
}



