@charset "utf-8";
#main_body #center_container {
	width: 850px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}



#center_container #center_container_top {
	height: 18px;
	width: 850px;
	background-image: url(../../images/page_building/large_container_top.png);
	background-repeat: no-repeat;
}
#center_container #center_container_center {
	height: 900px;
	width: 850px;
	background-image: url(../../images/page_building/large_container_center.png);
	background-repeat: repeat-y;
}
#center_container_center .fellowship_event {
	width: 750px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#center_container_center .fellowship_event .head_left {
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	width: 400px;
}
#center_container_center .fellowship_event .head_right {
	text-align: right;
}
#center_container_center .fellowship_event .event_body {
	margin-top: 10px;
	margin-left: 15px;
}



#center_container #center_container_bottom {
	background-image: url(../../images/page_building/large_container_bottom.png);
	background-repeat: no-repeat;
	height: 20px;
	width: 850px;
}

