#healthy_marriage {
     position: relative;
	float: left;
	width: 100%;
}

#healthy_marriage #content-title{
     height: 27px;
}

#inner_text_div {
	font-size: 11px;
}

#content-main {
	width: 330px;
	float: left;
	padding-bottom: 5px;
}

#content-main a {
		text-decoration: none;
	  color: #4a9bd5;
	  font-weight: bold;
}

#content-main a:hover {
	text-decoration: underline;
}


.healthy_img_container {
	float: left;
	width: 547px;
   margin-bottom: 10px;
}

.healthy_img_top {
	float: left;
	width: 547px;
	height: 15px;
	background: url(../images/about_top.jpg) no-repeat;
}

.healthy_img_bottom {
	float: left;
	width: 547px;
	height: 16px;
	background: url(../images/about_bottom.jpg) no-repeat;
}

.healthy_img_middle {
	float: left;
	width: 547px;
	text-align: middle;
	background: url(../images/about_middle.jpg) repeat-y;
}

.healthy_image {
	padding-left: 40px;
	float: left;
}

.healthy_img_middle img {
	margin-right: 10px;
}

span.healthy_title {
	font-weight: bold;
}

span.healthy_title a {
	text-decoration: none;
	color: #4a9bd5;
}

span.healthy_title a:hover {
	text-decoration: underline;
}

.healthy_text {
   float: right;
	width: 370px;
	padding-right: 10px;
}

.healthy_text p {
	width: 300px;
	float: left;
}

#healthy_detail_text {
	width: 300px;
	float: left;
}

.healthy_detail_image {
	float: left;
	width: auto;
}

.healthy_detail_image img {
	margin-left: 30px;
}

#back_to {
	width: 560px;
	float: right;
	margin-top: 5px; 
	margin-bottom: 20px;
}

#back_to a {
	text-decoration: none;
	color: #4a9bd5;
	font-weight: bold; 
	font-size: 11px;
	float: left;
}

#back_to a img {
	margin-right: 10px;

}

#back_to a:hover {
	text-decoration: underline;
}


