html, body {
  margin:0;
  padding:0;
  height:100%;
  font-family: tahoma, verdana, arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #999;
  background: transparent url('../images/page-background.png') repeat-x;
}

h1 {
  font-family: Georgia, Times, Serif;
  font-weight: normal;
  font-size: 32px;
  color: #C7A5CD;
}

h2 {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #888;
  line-height: 1.2;
}

h2.phone {
  font-family: Georgia, Times, Serif;
  font-weight: normal;
  font-size: 18px;
  color: #C7A5CD;
}

h3 {
  font-family: Helvetica, Verdana, Arial, sans-serif;
  font-weight: strong;
  font-size: 16px;
  color: #C7A5CD;
  line-height: 1.2;
}

h3.email {
  font-family: Georgia, Times, Serif;
  font-weight: normal;
  font-size: 18px;
  color: #C7A5CD;
}

h3.email a {
  font-family: Georgia, Times, Serif;
  font-weight: normal;
  font-size: 18px;
  color: #C7A5CD;
}

h3.email a:hover {
  color: #a05ea5;
}

h3.treatment {
  color: #C7A5CD;
  font-size: 18px;
  margin-bottom: 0px;
  background: transparent url('../images/nav-background2.png') no-repeat;
  background-position: right;
}

a {
  text-decoration: none;
  color: #777;
}

a:hover {
  color: #C7A5CD;
}

hr {
  border: #eee 1px solid;
  margin-top: 25px;
  margin-bottom: 25px;
}

#container {
  min-height:100%;
  position:relative;
  background: transparent url('../images/main-background.png') no-repeat;
  background-position: 20% 100%;
}



/* HEADER */

#header {
  padding:10px;
  height: 70px;
  /* background-color: #C7A5CD; */
  background: transparent url('../images/header-background.png') no-repeat;
  background-position: top center;
}

#nav {
  margin: 0px auto;
  width: 600px;
  height: 35px;
  text-align: right;
  font-size: 14px;
}

#nav a {
  color: #fff;
}

#nav a:hover {
  color: #ddd;
  background: transparent url('../images/nav-background.png') no-repeat;
  background-position: 0px 0px;
}

#nav a:active {
  background: transparent url('../images/nav-background.png') no-repeat;
}

#nav li {
  display: inline;
  margin-left: 20px;
  height: 60px;
}

#navlist li {
  display: inline;
  padding-bottom: 14px;
  padding-left: 0px;
  padding-top: 14px;
  background-repeat: no-repeat;
}

#navlist a {
  padding-left: 0px;
  padding-bottom: 14px;
  text-decoration: none;
}

#navlist a:link, #navlist a:visited {
  padding-left: 20px;
  color: #fff;
  background: url('../images/nav-background.png');
  background-position: 0px -40px;
  background-repeat: no-repeat;}

#navlist a:hover {
  color: #333;
  padding-left: 20px;
  background: url('../images/nav-background.png');
  background-repeat: no-repeat;
  background-position: -0px -5px;
} 

#navlist #currentpage a {
  color: #333;
  background: url('../images/nav-background.png');
  background-repeat: no-repeat;
  background-position: -0px -5px;
}


/* BODY */

#body {
   padding:10px;
   padding-bottom:60px;   /* Height of the footer */
}

#content_frame {
  margin: -20px auto;
  width: 700px;
  margin-bottom: 50px;
  /* border: 1px solid #aaa; */
}

#terms {
  width: 680px;
  border: 1px solid #eee;
  padding: 10px;
  background: transparent url('../images/terms-bg.png') repeat;
  margin-top: 100px;
}





/* SERVICES */


dl {
width: 700px;
margin-bottom:15px;
}

dt {
float: right;
width: 410px;
margin-top: 0;
font-weight: bold;
}

dd {
clear: right;
margin: 0 0px 0 180px;
}

dd.image {
clear: none;
float: left;
margin: 0;
border:1px solid #ddd;
padding:5px;
}



/* FOOTER */

#footer {
  position:absolute;
  bottom:0;
  width:100%;
  height:60px;   /* Height of the footer */
  background-color: #C7A5CD;
}

#footer_nav {
  margin: 0px auto;
  padding-top: 20px;
  width: 700px;
  height: 35px;
  color: #fff;
}


