#box_container {
	height: 230px;
}

#top_box {
	width: 33%;
	float: left;
}

#mid_box {
	width: 33%;
	float: left;
}

#bottom_box {
	width: 33%;
	float: left;
}

#img_box {
	float: left;
}

#text_box {
	width: 55%;
	float: right;
	font-size: 12px;
}

#heading_text {
	font-size: 16px;
}

.role_text {
	font-size: 15px;
	line-height: 85%;
	display: block;
}

