@charset "utf-8";

h1 {
	background-image: url(resources/home_banner.jpg);
	height: 230px;
	width: 860px;
}

h1 span{ display:none;}

#Main_Title{
	font-size: large;
	color: #003C64;
	font-weight: bold;
	margin-bottom: 10px;
}

.main_content_box{
	width: 860px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.left_content_box{
	width: 390px;
	padding: 15px;
	float: left;
	position: relative;
	background-color: #CCFFCC;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #000099;
}

.right_content_box{
	width: 390px;
	padding: 15px 15px 15px 15px;
	float: left;
	position: relative;
	background-color: #FFFFCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #000099;
}

.content_box_title{
	text-align: center;
	font-weight: bold;
	/*
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000; */
	padding-bottom: 0px;
	position: relative;
	text-decoration: none;
}

.content_text{
	padding: 0px;
	position: relative;
}

.content_box_footer{
	text-align: center;
	font-weight: bold;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 0px;
	position: relative;
}
#banner {
	position: relative;
	margin: 0px 0px 0px 0px;
}

#box_take_charge {
	float: left;
	position: relative;
	margin: 0px 12px 0px 0px;
	padding: 0px;
}

#box_testimonials {
	float: left;
	position: relative;
	margin: 0px 0px 0px 12px;	
	padding: 0px;
}

#box_wellness {
	float: left;
	position: relative;
	padding: 0px;
}
.img_right {
	align: right;
	padding-left: 5px;
}


img{
	border: none;
}

.content_text {
	text-align: justify;
}

#forty_off {
	position: absolute;
	top: 45px;
	right: 0px;
}
#container #content_body #Main_Paragraph img {
	margin-left: 10px;
}
