#container {
	

}

#top_bg {
	background-image: url(../images/therapies/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 38px;
	width: 600px;

}
#bttm_bg {
	background-image: url(../images/therapies/bg_bttm.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 38px;
	width: 600px;

}
#middle_bg {
	background-image: url(../images/therapies/bg_body.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	display: block;
	width: 600px;

}

.copy {
	font-family: helvetica, Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #333333;
	line-height: 12pt;
}
.copy a:link, a:visited {
	color: #333333;
	text-decoration: underline;
}
.copy a:hover {
	color: #660033;
	text-decoration: none;
	background-color: #FFCCCC;
}
#back a {
	background-image: url(../images/therapies/back.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 41px;
	display: block;
}
#back a:hover {
	background-image: url(../images/therapies/back.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 19px;
	width: 41px;
}
#close a {
	background-image: url(../images/therapies/close.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 19px;
	width: 46px;
	display: block;
	float: right;
}
#close a:hover {
	background-image: url(../images/therapies/close.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 19px;
	width: 46px;
}
