div#body {
  margin: 1px auto;
  width: 1000px; 
  height: 650px; 
  text-align: left; 
  position: relative;
  border: 1px solid #000000;
  background-color: #fff2d6;
}
div#text {
  overflow: auto;
  height: 450px;
  padding-left: 26px;
  padding-right: 21px;
}
div#Nav {
  position: absolute;
  top: 200px;
  padding-top: 15px;
  width: 200px;
  border-bottom: 1px solid #FFEAB3;
}

