#home-page-skin {
	background-image: url(../images/page-bg.gif);
	background-repeat: repeat-x;
}
#page-wrapper #page-banner {
	height: 350px;
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: 0px 9px;
	clear: both;
}
#page-wrapper #home-page-body {
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 0px;
}
#home-page-body  .left-box {
	width: 472px;
	height: 217px;
	background-image: url(../images/box-therapist-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: left;
}
.left-box .therapist-box {
	margin-left: 206px;
	margin-top: 0px;
	padding-top: 45px;
}
.therapist-box h1 {
	background-image: url(../images/heading-therapist.gif);
	background-repeat: no-repeat;
	color: #A80000;
	font-size: 18px;
	margin-bottom: 6px;
	text-indent: -99999px;
}
.therapist-box ul {
	font-size: 15px;
	line-height: 24px;
	list-style-type: none;
}
.therapist-box li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-left: 20px;
	margin-bottom: 6px;
	line-height: 20px;
}
.therapist-box a {
	color: #333;
	text-decoration: none;
}
.therapist-box a:hover {
	color: #333;
	text-decoration: underline;
}
#home-page-body .right-box {
	width: 472px;
	height: 217px;
	background-image: url(../images/box-client-bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	float: right;
}
.right-box .client-box {
	margin-left: 40px;
	margin-top: 45px;
}
.client-box h1 {
	background-image: url(../images/heading-client.gif);
	background-repeat: no-repeat;
	color: #A80000;
	font-size: 18px;
	margin-bottom: 6px;
	text-indent: -99999px;
}
.client-box ul {
	font-size: 15px;
	line-height: 24px;
	list-style-type: none;
}
.client-box li {
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 20px;
	margin-bottom: 6px;
	line-height: 20px;
}
.client-box a {
	color: #333;
	text-decoration: none;
}
.client-box a:hover {
	color: #333;
	text-decoration: underline;
}
