body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 12px;
	color: #333;
	height: 1000px;
	overflow-x: hidden;
}

body {
	background-image: url(../images/bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #FFF;
	margin-top: 8px;
}

#mainbody {
	height: 950px;
	width: 1024px;
	z-index: -1px;
	background-color: transparent;
	overflow: hidden;
}

/* HEADER */
#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	position: relative;
	height: 300px;
	width: 1024px;
	margin-top: -2px;
	#margin-top: 5px;
}

#logo {
	position: relative;
	top: 150px;
	left: -290px;
}

#nav {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #036;
	#margin-top: 10px;
}

#nav a {
	color: #003366;
}

#nav a:link {
	text-decoration: none;
	color: #003366;
}

#nav a:visited {
	text-decoration: none;
	color: #036;
}

#nav a:hover {
	text-decoration: none;
	color: #33ccff;
}

#nav a:active {
	text-decoration: none;
	color: #3CF;
}

#nav ul {
	list-style-type: none;
	margin-left: -3px;
}

#nav li {
	position:relative;
	display: inline;
	top: 128px;
	#top: 119px;
	left: 140px;
	#left: 160px;
	margin-left: 3px;
}

#current {color: #3cf;}

/* BODY */
#body {
	background-color: #FFF;
	background-position:top;
	position: relative;
	top: 240px;
	width: 900px;
	height: 800px;
}

#leftwater {
	background-image: url(../images/leftwater.png);
	background-repeat: no-repeat;
	background-position:top;
	position: relative;
	width: 65px;
	height: 600px;
	float: left;
	top: -239px;
	#top: -228px;
	left: -62px;
}

#rightwater {
	background-image: url(../images/rightwater.png);
	background-repeat: no-repeat;l
	background-position:top;
	position: relative;
	width: 65px;
	height: 600px;
	float: right;
	top: -239px;
	#top: -228px;
	left: 62px;
}

#ajax {
	position: relative;
	float: left;
	top: -1020px;
	left: 5px;
}

#content {
	background-color: #f0f0f0;
	position: relative;
	float: left;
	top: -110px;
	left: 5px;
	width: 888px;
	height: 730px;
}

#servicesheader {
	background-color: #FFF;
	background-position: center;
	position: relative;
	float: left;
	top: -850px;
	#top: -840px;
	height: 100px;
	left: 0px;
	width: 900px;
	padding-top: 10px;
}

.servicescontent {
	background-color:#fff;
	position: relative;
	float: left;
	top: -880px;
	#top: -860px;
	padding: 20px 0 0 20px;
	text-align: left;
	left: 5px;
	width: 880px;
	#width: 880px;
	height: 720px;
	#height: 300px;
}

#servicesinfo {
	text-align: left;
	text-transform: none;
	font-weight:normal;
	color: #333;
	margin-left: -5px;
}

#servicesinfo a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	text-decoration: none;
	left: 50px;
	font-weight: bold;
}

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

#categoryname {
	font-family:Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #3399CC;
	margin-left: 0px;
}

#servicesmaintitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #39C;
	font-weight: bold;
}

#serviceinfoimg {
	position: relative;
	top: -11px;
	left: -12px;
}

#treatmentinfo {
	position: absolute; 
	float: right; 
	left: 560px; 
	top: -40px; 
	z-index: 1px;
}

/* FOOTER */
#footer {
	background-image:url(../images/footerimg.jpg);
	background-repeat:no-repeat;
	background-position:center;
	position: relative;
	top: -878px;
	#top: -1390px;
	width: 1024px;
	height: 98px;
}

#footertext {
	 position: relative; 
	 top: 35px;
	 #top: 40px;
	 font-family:Verdana, Geneva, sans-serif;
	 font-size:11px;
}

#footertext a {
	font-weight: bold;
	color: #003366;
}

#footertext a:link {
	text-decoration: none;
	color: #003366;
}

#footertext a:visited {
	text-decoration: none;
	color: #036;
}

#footertext a:hover {
	text-decoration: none;
	color: #33ccff;

}

#footertext a:active {
	text-decoration: none;
	color: #3CF;
}

.clearit {
clear: both;
height: 1%;
} 