html, body {
	background: url(bg.png);
	background-color: black;
	margin: 0;
	/*text-align: center;
*/
	color: white;
	font-family: Tahoma, sans-serif;
}
h1 {
	font-family: Garamond, serif;
	font-weight: bold;
	font-size: 120%;
	margin-bottom: 0;
	margin-top: 1em;
}
p {
	margin-top: 0;
	margin-bottom: 2em;
}
p.center {
  text-align: center;
}
a {
	font-family: Garamond, serif;
	font-size: 120%;
	color: #c5ff67;
	text-decoration: none;
	outline: none;
}

a.smallLink {
	font-family: Garamond, serif;
	font-size: 100%;
	color: #c5ff67;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	display: block;
	outline: none;
}
img {
	display: block;
	border: none;
	outline: none;
}
img.floatRight {
	float: right;
	margin-left: 6px;
}
img.floatLeft {
	float: left;
	margin-right: 6px;
}
img.centerMe {
	display: block;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 3px;
}
#topstripe {
	height: 15px;
	width: 100%;
	margin: 0;
	background: url(greenbar.png);
	background-position: center;
	left: 0;
	right: 0;
	position: fixed;
}
#header_wrapper {
	width: 898px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
}
#header {
	width: 898px;
	height: 191px;
	background: url(header.png);
	background-position: top center;
	position: fixed;
	top: 15px;
}
#nav {
	width: 154px;
	height: 400px;
	padding-left: 24px;
	float: left;
	position: fixed;
}
html > body #nav {padding-top: 206px;}

#pagewidth {
	width: 796px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	background: url(contentbg.png);
	background-position: top right;
	background-repeat: repeat-y;
}
#wrapper {
	width: 796px;
	min-height: 425px;
}
#maincontent {
	font-size: small;
	text-align: left;
	/*margin-left: 200px;
*/
	padding-left: 200px;
	margin-right: 24px;
}
html > body #maincontent {padding-top: 211px;}

#footer {
	clear: both;
	min-height: 250px;
	margin-left: 0;
	margin-right: 0;	
	background: url(footer.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
html > body #footer {
  background: url(footer.png);
	background-position: top center;
	background-repeat: no-repeat;
}
#footercontainer {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
}
.footercol1 {
	margin-top: 23px;
	width: 165px;
	font-size: small;
	text-align: left;
	float: left;
	padding-left: 20px;
}
.footercol2 {
	margin-top: 23px;
	width: 270px;
	font-size: small;
	text-align: left;
	float: left;
	padding-left: 5px;
	padding-right: 25px;
}
.footercol3 {
	margin-top: 23px;
	width: 280px;
	font-size: x-small;
	text-align: right;
	float: left;
	padding-right: 5px;
}
.therapist_headline {
	font-family: Garamond, serif;
	font-size: 120%;
	height: 150px;
	font-weight: bold;
	color: #efffb6;
}
.therapist_text {
	font-family: Tahoma, sans-serif;
	font-size: small;
	font-weight: normal;
	color: white;
}
.svc_headline {
	font-family: Garamond, serif;
	font-size: 130%;
	height: 170px;
	font-weight: bold;
	color: #efffb6;
	margin-top: 0.5em;
}
.svc_text {
	font-family: Tahoma, sans-serif;
	font-size: small;
	font-weight: normal;
	color: white;
	margin-top: 0.25em;
}
.margin_left {
  margin-left: 110px;
}
.medTxt {
  font-size: medium;
}
.service_headline {
	font-size: medium;
	font-family: Garamond, serif;
	font-weight: bold;
	/*margin-bottom: 1em;*/
	color: #efffb6;
}
.service_text {
	font-family: Tahoma, sans-serif;
	font-size: small;
	font-weight: normal;
	color: white;
}
.small_headline {
	font-family: Garamond, serif;
	font-size: 120%;
	font-style: italic;
	color: #efffb6;
	margin-bottom: 1em;
}
.medium_headline {
	font-family: Garamond, serif;
	font-size: 140%;
	font-style: italic;
	color: #efffb6;
	margin-bottom: 1em;
}
.big_italic_headline {
  font-family: Garamond, serif;
  font-size: 160%;
  font-style: italic;
  color: #efffb6;
  margin-bottom: 1em;
}
.big_service_headline {
	font-family: Garamond, serif;
	font-size: 160%;
	color: #efffb6;
	margin-bottom: 1em;
	}
	
.big_headline {
	font-family: Garamond, sans-serif;
	font-weight: bold;
	font-size: medium;
}
.centerTxt {
	text-align: center;
}

.rightTxt {
	text-align: right;
}
.sitemap {
	padding-top: 15px;
	text-align: right;
	font-size: 55%;
	margin-right: 10px;
	clear: both;
}
.gc_headline {
	font-family: Garamond, serif;
	font-size: 120%;
	font-weight: bold;
	color: #efffb6;
}

.sm_foot_text {
  font-size: 75%;
}

ul {
	list-style-type: none;
	padding: 0;
}

.half_block {
	width: 285px;
	float: left;
}
