.child_box {
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 850px;
}
.child_box .box_top {
	background-image: url(../../images/page_building/large_container_top.png);
	height: 18px;
	width: 850px;
}
.child_box .box_center {
	background-image: url(../../images/page_building/large_container_center.png);
	background-repeat: repeat-y;
	height: 150px;
	width: 835px;
	padding-left: 15px;
}
.child_box .box_bottom {
	background-image: url(../../images/page_building/large_container_bottom.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 850px;
}
.child_box .box_center p {
	width: 600px;
}
.child_box .box_center h3 {
	margin-right: 25px;
	color: #1d7aac;
	margin-bottom: 15px;
}
.child_box .box_center #nursery_pic {
	background-image: url(../images/nursery.jpg);
	height: 150px;
	width: 200px;
	position: absolute;
	left: 632px;
	top: 203px;
}
.child_box .box_center #childrens_church_pic {
	background-image: url(../images/kids_church.jpg);
	height: 133px;
	width: 200px;
	position: absolute;
	left: 633px;
	top: 401px;
}
.child_box .box_center #word_on_wednesday_pic {
	background-image: url(../images/WoW.jpg);
	height: 150px;
	width: 200px;
	position: absolute;
	left: 634px;
	top: 575px;
}

