body {
  text-align: center;
  font: 12px Arial, Helvetica, sans-serif;
  background-color: #eee;
  color: #000;
}
div#container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5%;
  width: 802px;
  height: 533px;
  border: 1px #ccc solid;
  text-align: left;
}
div#top {
  background: #b3bdca url(images/grid.gif);
  color: #fff;
  position: absolute;
  top: 0px; 
  left: 0px;
  width: 802px; 
  height: 95px;
}
div#top #img-bws {
  position: relative;
  top: 21px;
  left: 308px;
}
div#main {
  background-color: #fff;
  color: #000;
  position: absolute;
  top: 95px;
  left: 0px;
  width: 800px;
  height: 342px;
}
div#bottom {
  background: #b3bdca url(images/grid.gif);
  color: #666;
  position: absolute;
  top: 438px;
  left: 0px;
  width: 802px;
  height: 95px;
}
div#bottom #copyright {
  position: relative;
  top: 70px;
  left: 550px;
  font-size: 11px;
}


/* wave images ------------------------- */

div#top #img-wavetop {
  position: absolute;
  top: 14px;
  left: 184px;
}
div#main #img-wavemain {
  position: absolute;
  top: 0px;
  left: 84px;
}
div#bottom #img-wavebottom {
  position: absolute;
  top: 0px;
  left: 15px;
}
div#main #img-waveright {
  position: absolute;
  top: 0px;
  left: 496px;
}
/* end wave images */



/* navigation -------------------------	*/

#navigation img {
  border-width: 0px;
}
#products {
  position: absolute;
  top: 20px;
  left: 100px;
}
#therapy {
  position: absolute;
  top: 41px;
  left: 35px;
}
#locations {
  position: absolute;
  top: 63px;
  left: 20px;
}
#contact {
  position: absolute;
  top: 85px;
  left: 57px;
}
#about {
  position: absolute;
  top: 107px;
  left: 61px;
}
#specials {
  position: absolute;
  top: 129px;
  left: 67px;
}
#referrals {
  position: absolute;
  top: 151px;
  left: 62px;
}
#home {
  position: absolute;
  top: 173px;
  left: 63px;
}

/* end navigation */


#heading {
  position: absolute;
  top: 32px;
  left: 475px;
}
#content {
  position: absolute;
  top: 70px;
  left: 495px;
  text-align: justify;
  font-size:11px;
  width: 250px;
  line-height: 1.3em;
}

