div#body {
  margin: 1px auto;
  width: 950px; 
  height: 600px; 
  text-align: left; 
  position: relative;
}
div#text {
  padding-left: 26px;
  padding-right: 21px;
  padding-bottom: 20px;
}
div#Nav {
  position: absolute;
  top: 236px;
  width: 195px;
  background-image: url(/pictures/nav_back.jpg);
  background-repeat: repeat-y;
 
}
div#content {
  position: absolute;
  left: 191px;
  top: 238px;
  width: 570px;
  background-color: #EAF5ED;
}
