div#body {
  margin: 1px auto;
  width: 980px; 
  height: 650px; 
  text-align: left; 
  position: relative;
  border: 1px solid #015289;
  background-color: #ffffff;
}
div#text {
  overflow: auto;
  height: 500px;
  padding-right: 250px;
  padding-left: 20px;
}
div#Nav {
  position: absolute;
  background-color: #E7EECC;
  top: 60px;
  padding-top: 73px;
  width: 190px;
  height: 350px;
}
div#content {
  position: absolute;
  left: 200px;
  top: 120px;
  width: 780px;
}
div#bottom {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 980px;
  height: 7px;
  background-color: #62541E;
}
div#border {
  height: 1px;
  background-color: #B2CA5C;
  width: 190px;
}

