/* @import url(child_navigation.css); */

* {
	margin: 0px; 
	padding: 0px;
	font-weight: normal;
  	font-style: normal;
  	/*background-color: transparent;*/
	}
body {
  	text-align: center;	
  	background: #fff url(images/background_image.jpg) repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	font-variant: normal;
	line-height: 100%;
	}
#container {
	width: 740px;
	margin: 10px auto;
	text-align: left;
	background: #c90;
	padding: 12px 15px 15px 15px;
	position: relative;
	}
#head_space {
	height: 148px;
	background: #993;
	}
img {
	border: none;
	}
h1 {
	}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 20px 0 12px 0;
	font-weight: bold;
	font-size: 1.2em;
	}
h2.clear_sides {
	clear: both;
	}
h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 12px 0 5px 0;
	font-weight: bold;
	font-size: 0.9em;
	line-height: 1.5;
	}
h5 { /*used for What's New on index page. If the top padding here is changed, change top padding for .side .p1 also*/
	position: relative;
	top: 3px;
	left: 2px;
	font-size: 0.7em;
	font-weight: bold;
	color: #CC0000;
	padding: 5px 0 0 10px;
	}	
/*a {
	text-decoration: none;
	}*/
p {
	line-height: 1.8;
	text-align: justify;
	margin: 0 0 10px 0;
	}
p.intro {
	margin: 12px 0 12px 0;
	clear: left;
	}
p.profile {
	clear: left;
	}
p.profession {
	margin: 5px 0 10px 0;
	line-height: 1.8;
}	
p.links {
	margin: 0 0 8px 0;
	}
p.links_description {
	letter-spacing: 0px;
	line-height: 1.2;
	text-align: left;
	margin: -5px 0 7px 25px;
	}
p.note {
	font-size: 0.9em;
	letter-spacing: 0px;
	line-height: 1.5;
	text-align: left;
	margin: 0 0 7px 0px;
	}
p.table {
	line-height: 1.5;
	}
dt {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.6;
	margin: 15px 0 5px 0;
	}
dd {	
	margin: 0 0 15px 0;
	}
table {
	margin: 10px 35px 15px 0;
	border-left: 1px solid #690; 
	border-top: 1px solid #690; 
	border-collapse: collapse;
	}
th {
	background: #993;
	text-align: center;
	border-right: 1px solid #690; 
	border-bottom: 1px solid #690; 	
	padding: 10px 15px;
	vertical-align: text-top;
	}
td {
	background: #cc9;
	border-right: 1px solid #690; 
	border-bottom: 1px solid #690; 	
	padding: 10px;
	vertical-align: text-top;
	line-height: 1.5;
	}
table.bus {
	margin: 10px 35px 30px 0;
	border-left: 1px solid #690; 
	border-top: 1px solid #690; 
	border-collapse: collapse;
	font-size: 0.8em;
	}
table.bus td {
	border-right: 1px solid #690; 
	border-bottom: 1px solid #690; 	
	padding: 10px;
	vertical-align: text-top;
	line-height: 1;
	}
td.time_column {
	background: #CC9;
	text-align: center;
	}
#main {
	background: #ffc url(images/main_text_background.jpg);
	padding: 30px 192px 25px 45px;
	float: left;
	width: 503px;
	min-height: 350px;
	height: auto;
	}
#profile_photo {
	margin: 20px 35px 15px 5px;
	float: left;
	}
#rolfboy {
	margin: 10px 27px 10px 0px;
	float: left;
	border: 1px solid #000;
	}
.rolfing_photos_left {
	margin: 10px 27px 10px 0px;
	float: left;
	}
.rolfing_photos_right {
	margin: 10px 5px 10px 27px;
	float: right;
	}	
#main ul {
	line-height: 1.5;
	margin-left: 18px;
	}
#main ul.top_list {
	padding: 0 0 15px 15px;
	margin: 0 8px 0 0;
	border-bottom: 1px dotted #690;
	}
#main ul a {
	text-decoration: none;
	}		
#side {
	position: absolute;
	top: 184px;
	left: 607px;
	width: 148px;
	float: right;
	background: transparent url(images/pink_lotus.jpg) center 100px no-repeat;
	height: 600px;
	padding: 30px 0 0 0;
	}
#side p {
	text-align: center;
	}
#side .p1 {
	position: absolute;
	top: 318px;
	left: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 12px;
	margin-bottom: 3px;
	padding: 15px 0 0 0;
	}
#side .p2 {
	position: absolute;
	top: 355px;
	left: 42px;
	font-size: 0.8em;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	}
#side ul {
	position: relative;
	top: 3px;
	left: 2px;
	padding: 5px 0 45px 30px;
	font-size: 0.8em;
	}
#side ul a {
	text-decoration: none;
	}	
#footer {
	padding: 10px 0 0 0;
	clear: both;
	}
#footer span {
	margin: 10px;
	}
#footer p {
	text-align: center;
	margin: 0;
	}
input {
	margin: 3px 0 0 0;
	padding: 2px 5px;
	margin-right: 10px;
	}
textarea {
	margin: 3px 0 0 0;
	}
#navbar ul {
	font-family: Trebuchet MS, Verdana, Arial, sans-serif;
	background: url(images/navbar_background.jpg);
	color: #ffc;
	float: left;
	width: 740px;
	font-weight: bold;
	letter-spacing: 1px;
	}
#navbar ul li { 
	display: inline; 
	}
#navbar ul li a {
	padding: 10px 15px;
	background-color: transparent;
	color: #ffc;
	text-decoration: none;
	float: left;
	text-align: center;
	font-weight: 600;
	}
#navbar ul  a.current {
	background-color: #699;
	color: #333;	
	}
#navbar ul li a:hover {
	background-color: #699;
	color: #333;
	}
ul#bct_benefits li,
#bct_positive_effects li {
	line-height: 1.8;
	text-align: justify;
	}
#bct_benefits,
#bct_positive_effects {
	margin-left: 18px;
	}
#top_of_page {
	text-align: right;
	clear: both;
	}
#to_email_form {
	margin-left: 15px;
	background: #FFFFFF;
	padding: 3px 5px;
	border: ridge;
	}
/*for IE only*/
*+html body #profile_photo {
	padding: 0px 25px 5px 5px;
	float: left;
	}
/*for IE only*/
*+html body #main {
	padding: 50px 192px 25px 45px;
	}
/*for IE only*/
*+html body p.intro {
	margin: -10px 0 12px 0;
	clear: left;
	}
	
