@charset "utf-8";
#job_left {
	float: left;
	width: 390px;
	margin-top: 20px;
	background-color: #F3F3F1;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 20px;
}
#bodycontainer {
	padding: 5px;
	height: auto;
	width: auto;
}
#bodyheader {
	width: auto;
	height: auto;
	margin-top: 20px;
}
#bodyheader_icon_jobs {
	float: left;
	height: 66px;
	width: 80px;
	background-image: url(../images/icon_header_jobs.png);
	background-repeat: no-repeat;
}
#bodyheader_title {
	float: left;
	height: auto;
	width: auto;
	margin-left: 10px;
	margin-top: 20px;
}
#jobdetailbox {
	float: left;
	width: 375px;
	background-color: #FAFAF9;
	border: 1px solid #CCCCCC;
	padding: 5px;
	margin-bottom: 15px;
}
