body
	{
	margin: 0px;
	padding: 0px;
	background: #FFFBE6 url(images/bg_gradient.jpg) repeat-x;
	background-attachment: fixed;
	text-align: center;
	}
/* fffef4 */
	
#main
	{
	width: 825px;
	height: 100%;
	margin: 0 auto;
	overflow: visible;
	border: solid 0px;
	}
#logo
	{
	float: left;
	margin: 70px 0 0px 5px;
	}
#flash
	{
	clear: both;
	margin: 0px 0 10px 0;
	padding: 0px;
	}
#flash li
	{
	float: left;
	margin: 0px 4px 0 0px;
	list-style-type: none;
	}
#chiro
	{
	float: right;
	clear: both;
	margin: 15px 0px 75px 0;
	}
	
a:link, a:visited
	{
	color: #A89892;
	text-decoration: none;
	}
a:hover
	{
	color: #7E6F5D;
	}
.borders
	{
	margin: 0px 0;
	padding: 10px 0;
	border-top: dotted 1px #ccc;
	border-bottom: dotted 1px #ccc;
	}
p
	{
	line-height: 1.6em;
	text-align: justify;
	}
#wrapper
	{
	clear: right;
	width: 825px;
	margin: 0px auto;
	}
.box
	{
	font: 13px Arial, Helvetica;
	color: #3d3d3d;
	text-align: justify;
	line-height: 21px;
	}
.box a
	{
	color: #996;
	text-decoration: none;
	}
.box a:hover
	{
	color: #cc9;
	text-decoration: underline;
	}
.box ul, .box li
	{
	margin-top: 5px;
	list-style-type: none;
	line-height: 21px;
	}
.boxholder
	{
	clear: both;
	margin: 0px;
	padding: 0px 5px;
	background: transparent;
	}
.about
	{
	font: normal 14px Arial; line-height: 21px;
	}
.tab
	{
	float: left;
	top: 515px;
	margin: 0 0px 5px 0;
	text-align: center;
	}
.tabtxt
	{
	margin: 0 22px;
	font: normal 15px "Helvetica", "Arial", serif;
	padding: 9px 0 0 0;
	}
.button
	{
	float: right;
	margin-left: 20px;
	}
h4
	{
	margin: 15px 0 10px 0;
	font: bold 15px "Arial";
	text-align: left;
	}
h5
	{
	font: bold 14px Arial, Helvetica;
	margin: 0px 0 2px 0;
	padding: 0px;
	color: #76c3b2;
	}
h6
	{
	clear: both;
	font: normal 14px Arial, Helvetica;
	margin: 15px 0 2px 0;
	padding: 0px;
	color: #76c3b2;
	}
span.h5
	{
	font: bold 14px Arial, Helvetica;
	margin: 0px 0 2px 0;
	padding: 0px;
	color: #76c3b2;
	}


/* NAV BAR */	
#nav {
	clear: both;
	width: 825px;
	margin: 0px auto;
	list-style-type: none;
	font: normal 15px "Helvetica", "Arial", serif;
	overflow: hidden;
	border: solid 0px;
	}
#nav li
	{
	float: left;
	background-color: transparent;
	text-align: center;
	margin: 0px 30px;
	border: solid 0px;
	}
#nav a:link, #nav a:visited {
	color: #A89892;
	background-color: transparent;
	text-decoration: none;
	}
#nav a:hover
	{
	background-color: transparent;
	color: #7E6F5D;
	}
.home #home, .photos #photos, .testimonials #testimonials, .program #program, .contact #contact
	{
	color: #7E6F5D;
	background-color: transparent;
	}
.home #home a:link, .home #home a:visited, .contact #contact a:link, .contact #contact a:visited, .photos #photos a:link, .photos #photos a:visited, .program #program a:link, .program #program a:visited, .testimonials #testimonials a:link, .testimonials #testimonials a:visited {
	color: #7E6F5D;
	background-color: transparent;
	cursor: default;
	}