@charset "utf-8";
/* CSS Document */

/* elements */

body {
	background: #336699;
}

/* ids */
#apptout {
	background: #FFFFFF;
}
#apptin {
	border: 1px solid #99CCCC;
}
#container {
	background: #FFFFFF;
}
#content {
	background: url(images/content_heading.jpg) no-repeat top #FFFFFF;
	border: 2px #336699 solid;
}
#footer {
	border-top: 7px #B9DCDC solid;
	background: #D8EDED;
}
#main2 {
  border-left: 5px solid #FFFFFF;
}
#main {
	background: url(images/face_massage.jpg) no-repeat bottom left #99CCCC;
}
#leftcol ul li a:link, #leftcol ul li a:visited {
	border-bottom: 1px #B9DCDC solid;
	color: #FFFFFF;
}
#leftcol ul li {
	border-left: 10px #000099 solid;
}
#leftcol ul li:hover {
	border-left: 10px #F6EED7 solid;
}
#testimonial {
	border: 1px solid #99CCCC;
	color: #99CCCC;
}

/* classes */

.color1bg {
	background: #99CCCC;
}
.color2bg {
	background: #000099;
}
.color1text {
	color: #99CCCC;
}
.color2text {
	color: #000099;
}
.color3text {
	color: #009999;
}
.color4text {
	color: #336699;
}



