body {
  background-color: #CBBFCD;
  margin: 0;
  position: relative;
  background-image: url(images/layout/white_back.gif);
  background-repeat: repeat-x;
  font-family: helvetica, sans-serif;
  color: #663366;
  font-size: small;
  text-align: justify;
}


#container {
  width: 100%;
  height: 828px;
  margin: auto;
  background-image: url(images/layout/background_circle.gif);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

#content {
  width: 950px;
  position: relative;
  margin: auto;
}

#logo {
  position: absolute;
  top: 8px;
  left: 2px;
}

/******************************************************************************/

#nav {
  width: 265px;
  height: 300px;
  position: absolute;
  right: 0px;
}

#nav p {
  padding: 0;
  margin: 0;
}

#nav a span {
  display: none;
}

#nav #home {
  position: absolute;
  right: 11px;
  top: 10px;
  width: 118px;
  height: 118px;
  background-image: url(images/layout/nav/home0w.gif);
  background-repeat: no-repeat;

}

#nav #home:hover {
  background-image: url(images/layout/nav/home1w.gif);
}

#nav #iht {
  position: absolute;
  right: 126px;
  top: 126px;
  width: 105px;
  height: 104px;
  background-image: url(images/layout/nav/iht0w.gif);
  background-repeat: no-repeat;

}

#nav #iht:hover {
  background-image: url(images/layout/nav/iht1w.gif);
}

#nav #treatment {
  position: absolute;
  right: 12px;
  top: 201px;
  width: 109px;
  height: 109px;
  background-image: url(images/layout/nav/treatment0w.gif);
  background-repeat: no-repeat;

}

#nav #treatment:hover {
  background-image: url(images/layout/nav/treatment1w.gif);
}

#nav #about {
  position: absolute;
  right: 85px;
  top: 351px;
  width: 95px;
  height: 94px;
  background-image: url(images/layout/nav/about0.gif);
  background-repeat: no-repeat;

}

#nav #about:hover {
  background-image: url(images/layout/nav/about1.gif);
}

#nav #contact {
  position: absolute;
  right: 29px;
  top: 474px;
  width: 79px;
  height: 79px;
  background-image: url(images/layout/nav/contact0.gif);
  background-repeat: no-repeat;
}

#nav #contact:hover {
  background-image: url(images/layout/nav/contact1.gif);
}

#nav #circle {
  position: absolute;
  left: 0px;
  top: 238px;
  width: 80px;
  height: 80px;
  background-image: url(images/layout/nav_circle_white.gif);
  background-repeat: no-repeat;
}

#nav #footer {
  position: absolute;
  right: 0;
  top: 679px;
  font-size: x-small;
}

#nav a:hover {
  border: none !important;
}

#nav #copyright {
  color: #fff;
  position: absolute;
  right: 0;
  top: 610px;
  font-size: x-small;
  font-weight: bold;
}

/******************************************************************************/

#side {
  width: 166px;
  position: absolute;
  top: 360px;
  left: 60px;
  text-align: left;
  font-weight: bold;
}

#text {
  width: 430px;
  position: absolute;
  top: 414px;
  left: 260px;
}

#images img{
  padding: 0;
  margin: 0;
  border: none;
}

#images {
  position: absolute;
  top: 170px;
  padding: 0;
  margin: 0;
}

p {
  margin: 0 0 1em 0;
}

ul {
  list-style: circle;
  padding-left: 15px;
  margin-left: 0;
}

li {
  margin: 0;
  margin-top: .3em;
  padding: 0;
}


h1 {
  margin: 0;
  font-size: large;
  text-align: justify;
  padding-bottom: 10px;
}

#text a:link, #text a:visited, #text a:active {
  text-decoration: none;
  color: #000;
}

#text a:hover {
  text-decoration: underline;
}

#side a:link, #side a:visited, #side a:active {
  text-decoration: none;
  color: #663366;
}

#side a:hover {
  text-decoration: underline;
}

#footer:link, #footer:visited, #footer:active {
  text-decoration: none;
  border: none;
  color: #fff;
}

#footer:hover {
  color: #663366;
}

#about_text {
  position: absolute;
  top: 120px;
  left: 60px;
}

#notice {
  color: #fff;
  padding-top: 30px;
}


#about_text h1 {
  font-size: large;
  font-weight: bold;
  font-family: helvetica, sans-serif;
  color: #663366;
  padding: 0;
  margin: 0;
}

#about_text h1 span {
  font-size: smaller;
}


#about_text h3 {
  font-size: small;
  font-family: helvetica, sans-serif;
  color: #663366;
  padding: 0;
  margin: 0;
}

#text h3 {
  margin: 5px 0 0 0;
  font-size: small;
}


/******************************************************************************/

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}


input, textarea {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-family: helvetica, sans-serif;
  font-size: small;
}

label {
  text-align: left;
}

.button {
  width: auto;
  float: right;
  margin: 0 0 10px 0;
}

.note {
  float: left;
  padding: 0;
}



