/* CSS Document */

/**html {
	height:100%;
}**/

* {
	margin:0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 24px;
}
body {
	background-color:#3E363B;
}

#container {
	width: 100%;
}

#container #contentHome {
	height: 600px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
}
#container #content {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
}
#header {
	height: 72px;
	padding: 5px 36px 11px 40px;
}
#header #headerContentLeft {
	float: left;
	width: 237px;
}
#header #headerContentRight {
	float: right;
	width: 164px;
}
#clear {
	clear: both;
}
#navigation {
	height: 136px;
	background-image: url(images/navBack.jpg);
	background-repeat: no-repeat;
	padding-left: 40px;
}
#navigation #navButtons {
	padding-top: 80px;
}
#navButtons #about {
	padding-right: 21px;
}
#navButtons #contact {
	padding-right: 21px;
}
#navButtons #fees {
	padding-right: 21px;
}
#navButtons #faq {
	padding-right: 21px;
}
#navButtons #accupuncture {
	padding-right: 0px;
}
#bodyContent {
	height: auto;
}
#bodyContent #bodyContentLeft {
	float: left;
	width: 460px;
	padding-left: 40px;
}
#bodyContent #bodyContentRight {
	float: right;
	width: 280px;
	position:relative;
	z-index:100;
}
#bodyContent #bodyContentRight #haiku {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 15px;
}
#bodyContent #bodyContentLeft #focusedHealth {
	text-align: center;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 24px;
	padding-bottom: 25px;
	text-align: left;
}
#bodyContent #bodyContentLeft #text {
	padding-top: 28px;
	padding-bottom: 18px;
}
#footer p {
	font-size: 9px;
	padding-top: 0px;
	padding-bottom: 5px;
	line-height: 10px;
	padding-left: 38px;
	color: #666666;
}
#footer {
	padding-top: 15px;
}
#bottom #tree {
	float: right;
}
.ie7 #tree {
	position: relative;
	top: -194px;
	text-align: right;
}
.ie6 #tree {
	position: relative;
	text-align: right;
}
html>body #tree {
	text-align: right;
	float: right;
	width: 800px;
	position: relative;
	top: -208px;
	margin-bottom: -196px;
	z-index:50;
}
#photos {
	text-align: center;
	padding-top: 26px;
}

#container #content #bodyContent #bodyContentLeft #text td {
	padding-left: 6px;
	padding-right: 6px;
}
#credits p, #credits a {
	font-size: 10px;
	color: #999999;
	text-align: center;
}
