.jobfair_container {
	clear: both;
	width: 920px;
	margin: auto;
	font-family: "Arial";
	font-size: 14px;
	color: #303030;
}
.jobfair_left {
	float: left;
	width: 180px;
}
.jobfair_left .box {
	background-color: #ffc23b;
	height:	26px;
	margin-top: 2px;
	padding: 8px 10px 0px 10px;
}
.jobfair_right {
	float: left;
	width: 720px;
	margin-left: 2px;
	text-align: justify;
}
.jobfair_right .box {
	background-color: #f2f2f2;
	height:	26px;
	margin-top: 2px;
	padding: 8px 10px 0px 10px;
}
.jobfair_right .box_left {
	float: left;
	background-color: #f2f2f2;
	width: 205px;
	margin-top: 2px;
	padding: 8px 10px 0px 10px;
}
.jobfair_right .box_right {
	float: left;
	background-color: #f2f2f2;
	width: 475px;
	margin-top: 2px;
	padding: 8px 10px 0px 10px;
}


