#banner {
  position: absolute;
  left: 0px;
  top: 20px;
  width: 1008px;
  height: 90px;
  margin-left: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #cdBfac;
  border-width:1px;
  border-style:solid;
  border-color:#857b6f;
}

#mainframe {
  position: absolute;
  width: 1014px;
  margin: 2px;
  height: 645px;
  background-color: #ffffff;
}

#menuframe {
  position: absolute;
  margin-left: 5px;
  width: 150px;
  height: 635px;
  background-color: #7086bc;
  border-width:1px;
  border-style:solid;
  border-color:#857b6f;
}
#menu {
  position: absolute;
  width: 150px;
  margin-top: 120px;
}
#copyright {
  position: absolute;
  margin-top: 615px;
  margin-left: 10px;
  font-size: 9px;
  color:#857b6f
}
#details {
  position: absolute;
  top: 120px;
  left: 160px;
  margin: 5px;
  height: 510px;
  width: 840px;
  background-color: #ffffff;
  border-width:1px;
  border-style:solid;
  border-color:#857b6f;
}