body {
	background-color:#000000;
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size:11px;
	color:#000000;
	margin-top:0px;
}
.headline {
	color:#666666;
	font-size:14px;
	text-decoration:underline;
}
.lead_in {
	font-size:18px;
}
.sub_headline {
	color:#626262;
	font-size:12px;
}
a:link {
	color:#666666;
	text-decoration:underline;
}
a:visited {
	color:#666666;
	text-decoration:underline;
}
a:hover {
	color:#333333;
	text-decoration:underline;
}
a:active {
	color:#333333;
	text-decoration:underline;
}
.footer_link a:link {
	color:#666666;
	text-decoration:underline;
}
.footer_link a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.footer_link a:active {
	color:#FFFFFF;	
	text-decoration:underline;
}
.footer_link a:visited {
	color:#666666;
	text-decoration:underline;
}
#container {
	width:800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}
#header {
	width:800px;
	height:138px;
	margin-bottom:35px;
}
#body {
	width:545px;
	float:left;
}
#navigation {
	width:545px;
	height:30px;
}
#content {
	width:545px;
	background-color:#FFFFFF;
}
.content_area {
	padding:5px;
	margin-right:15px;
}
#under_content {
	width:545px;
	font-size: 9px;
	color: #FFFFFF;
	margin-top:7px;
}
#news {
	height:250px;
	border: 1px solid #999999;
	padding: 5px;
}
.scroller {
	overflow: auto;	
}
.left_50 {
	float:left;
	width:48%;
}
.right_50 {
	float:right;
	width:48%;
	text-align: right;	
}
#side_bar {
	width:240px;
	float:right;
	margin-top:265px;
	z-index:100;
	font-size: 9px;
}
.side_box {
	width:230px;
	padding:5px;
	background-color: #FFFFFF;
	margin-bottom:15px;
}
#footer {
	width:100%;
	height:35px;
	font-size:9px;
	position:fixed;
	left:0px;
	bottom:0px;
	color:#000000;
	background-color:#FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
}
.left_float {
	float:left;
}
.right_float {
	float:right;
}
#ritchie {
	width:290px;
	height:422px;
	position:relative;
	top:-135px;
	left:520px;
	z-index:50;
}
#perform200 {
	border: 1px solid #773F5C;
	background-color: #773F5C;
	background-image: url(../img/design/perform_box_bg.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	height: 240px;
	width: 240px;
	float: left;
	margin-bottom: 10px;
	overflow: auto;
}	
#therapy200 {
	border: 1px solid #54A0D4;
	background-color: #54A0D4;
	background-image: url(../img/design/therapy_box_bg.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	height: 240px;
	width: 240px;
	float: right;
	margin-bottom: 10px;
	overflow: auto;
}	
#contact_form {
	padding:5px;
}
#gallery {
	height:150px;
	border: 1px solid #999999;
	padding: 5px;
	margin-bottom: 10px;
}
#contact {
	border: 1px solid #999999;
	padding: 5px;
	margin-bottom: 10px;
}
.therapy_table{
	background-image: url(../img/design/therapy_box_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px -75px;
	border: 1px solid #6699cc;
	background-color: #54A0D4;
}	
.perform_table{
	background-image: url(../img/design/perform_box_bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px -75px;
	border: 1px solid #773F5C;
	background-color: #773F5C;
}	
