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

body, form, table, h1, h2, h3, h4, h5, h6, p, ul, li, tr, td, input, textarea {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

body {
	background-image: url(images/background.jpg);
	font-family: "Comic Sans MS", Arial, sans-serif;
	background-color: #C8D1D9;
	background-position: 0px 150px;
	background-repeat: repeat-x;
}
h1, p {
	font-size: 13px;
	font-weight: lighter;
	line-height: 19.2px;
	margin-bottom: 15px;
}
#wrapper {
	padding: 10px;
	text-align: justify;
}
#header {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#images a {
	background-image: url(images/StillwatersDropimage1_01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 79px;
	width: 100px;
	text-indent: -9999px;
}

#leftNav {
float:left;
width:100px;
}
#leftNav li {
	height: 22px;
	width: 104px;
	margin-bottom: 20px;
}
#leftNav a {
	background-image: url(images/nav_sprite.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -9999px;
	display: block;
	height: 22px;
	width: 104px;
	text-decoration: none;
}
#leftNav .home a {
	background-position: 0px 0px;
}
#leftNav .home a:hover {
	background-position: -104px 0px;
}
#leftNav .help a {
	background-position: 0px -22px;
}
#leftNav .help a:hover {
	background-position: -104px -22px;
}
#leftNav .myth a {
	background-position: 0px -44px;
}
#leftNav .myth a:hover {
	background-position: -104px -44px;
}
#leftNav .therapy a {
	background-position: 0px -66px;
}
#leftNav .therapy a:hover {
	background-position: -104px -66px;
}
#leftNav .prices a {
	background-position: 0px -88px;
}
#leftNav .prices a:hover {
	background-position: -104px -88px;
}
#leftNav .therapist a {
	background-position: 0px -110px;
}
#leftNav .therapist a:hover {
	background-position: -104px -110px;
}
#leftNav .links a {
	background-position: 0px -132px;
}
#leftNav .links a:hover {
	background-position: -104px -132px;
}
#mainContent {
	margin-left: 150px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.style5 {
font-size: 18px;
}
.style6 {
font-family: Verdana, Arial, Helvetica, sans-serif; font-weight: bold; font-size: 18px;
}
.style8 {
font-size: 14px;
}
.style11 {
font-family: "Comic Sans MS";
} 
.bold {
	font-weight: bold;
}
.sixteenpx {
	font-size: 16px;
}
.thirteenpx {
	font-size: 13px;
}
