/* 
===============================*/ 
.beogroup {
	width: 344px;
	margin: 15px auto;
}

.beogroup_bottom {
	width: 344px;
	margin: -10px 0 0 0;
}
.beocareer {
	width: 152px;
	height: 140px;
	margin: 0 auto;
	background-image: url(../img/aboutus_back_orange.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

.beostudy {
	width: 140px;
	background-image: url(../img/aboutus_back_blue.gif);
	background-position: center top;
	background-repeat: no-repeat;
	float: left;
}

.beocollege {
	width: 140px;
	background-image: url(../img/aboutus_back_green.gif);
	background-position: center top;
	background-repeat: no-repeat;
	float: right;
}

.beocareer .btitle,
.beostudy .btitle,
.beocollege .btitle {
	padding: 14px 0 !important;
	text-align: center;
}
.beocareer p,
.beostudy p,
.beocollege p {
	font-size: 108%;
	color: #000000;
	line-height: 130%;
	letter-spacing: 1px;
	text-align: left;
}
.beocareer ul,
.beostudy ul,
.beocollege ul {
	list-style: none;
	margin: -10px 0 20px 10px;
}
