@charset "utf-8";
/* CSS Document */
body {
	font: 14px Arial, Helvetica, sans-serif;
	margin:0px;
}
h1,h2, h3, h4, h5, h6 {
	color: #060;
	margin: 10px 0;
}
#header {
	width: 744px;
	height: 114px;
	padding: 0px;
	background-image: url(../images/therapist-top2.jpg);
	background-position:center;
	margin: auto;
	position: relative;
}
#main {
	width:674px;
	background-color:#FFF;
	height: auto !important; /* IE6 Hack */
	height:480px;
	min-height:480px;
	padding: 0 35px;
	text-align:left;
	margin: auto;
	background-image: url(../images/therapist-mid.jpg);
	background-repeat: repeat-y;
}
#fixpages {
	width:714px;
	background-color:#FFF;
	height: auto !important; /* IE6 Hack */
	height:15px;
	min-height:15px;
	line-height: 12px;
	padding: 2px 15px;
	text-align:center;
	margin: auto;
	background-image: url(../images/therapist-mid.jpg);
	background-repeat: repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#footer {
	width:744px;
	height:31px;
	background-image: url(../images/therapist-bottom.jpg);
	padding: 0px;
	text-align: center;
	margin: auto;
}
