@charset "UTF-8";
/* CSS Document */

/***** Standard Elements ******/
html{

}

body{
border: 0;
margin: 0;
padding: 0;
text-align: center;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #4c4d4f;
background: #9FC9EB url(images/header_bg.jpg) top left repeat-x;
}

h1, h2, h3, h4, h5{
padding:0;
margin: 0;
color: #0072bc;
}

/***** Custom IDs ********/

#container{
width: 817px;
background: transparent url(images/container_middle.jpg) top left repeat-y;
margin: 0 auto;
/*border: 1px solid #0F6;*/
}

#header{
width: 817px;
/*padding-top: 323px;*/
padding-top: 269px;
background: transparent url(images/header.jpg) top left no-repeat;
/*border: 1px solid #003;*/
}

#footer{
width: 817px;
padding-bottom: 45px;
background: transparent url(images/footer.jpg) bottom left no-repeat;
position: relative;
/*border: 1px solid #900;*/
}

#header_links{
width: 817px;
height: 51px;
position: relative;
margin-top: 1px;
/*border: 1px solid #900;*/
}

#home_button, #digestive_health_button, #our_team_button, #resources_button, #media_button{
position: absolute;
top: 0px;
height: 13px;
line-height: 13px;
width: 86px;
color: #FFFFFF;
font-size: 10px;
text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
}

#home_button{
left: 50px;
}

#digestive_health_button{
left: 141px;
}

#our_team_button{
left: 233px;
}

#resources_button{
left: 324px;
}

#media_button{
left: 413px;
}

#colon_hydrotherapy_button, #coffee_enema_button, #nutritional_counseling_button, #blood_cell_button{
position: absolute;
top: 26px;
height: 13px;
line-height: 13px;
width: 107px;
color: #FFFFFF;
font-size: 9px;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}

#blood_cell_button, #bie, #summer_cooking_camp, #total-cleanse{
	position: absolute;
	top: 50px;
	height: 13px;
	line-height: 13px;
	width: 125px;
	color: #FFFFFF;
	font-size: 9px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;

}

#colon_hydrotherapy_button{
left: 108px;
}

#coffee_enema_button{
left: 220px;
}

#nutritional_counseling_button{
left: 328px;
}

#blood_cell_button{
	left: 157px;
}

#bie{
	left: 210px;
}

#total-cleanse{
	left: 265px;
}

#summer_cooking_camp{
left: 320px;
}

#left_column_container{
width: 450px;
float: left;
display: inline;
margin-left: 50px;
padding-top: 40px;
}

#left_column{
width: 90%;
margin: 0 auto;
text-align: left;
}

#left_column a{
color: #0072bc;
}

#right_column_container{
width: 246px;
display: inline;
float: right;
margin-right: 50px;
padding-top: 46px;
}

#right_column{
width: 90%;
margin: 0 auto;
text-align: left;
}

#right_column a{
color: #0072bc;
}

#right_column span{
color: #0072bc;
}

#right_column_bg{
margin-left: 15px;
width: 90%;
background: transparent url(images/waterdrop.gif) top left repeat;
}

#footer_links{
width: 816px;
height: 25px;
padding-top: 48px;
clear: both;
line-height: 25px;
font-size: 9px;
}

#footer_links a{
color: #4c4d4f;
}


/***** Custom Classes ******/
.seperator{
display: block;
width: 100%;
height: 1px;
border-bottom: 1px solid #9c9fa5;
background: #9c9fa5;
margin: 12px 0 12px 0;
}

.source{
font-size:10px;
}

.float{
float:left;
padding-right:15px;
padding-bottom:20px;
}

