.content-box {
	height:870px;
	margin:0 auto;
	position:relative;
	width:900px;
}
#careers {
	position: absolute;
	top: 0px;
	left: 310px;
	}
#careers p{
	color: #FFFFFF ;
	margin: 58px 15px 15px 25px ;
	line-height: 200% ;
	font-size: 1em ;
	}
.career-description {
	width: 313px;
	height: 207px;
	float:left;
	margin-right: 7px;
}
#job-box {
	position: absolute;
	background: url(../_images/box-tuition.png) ;
	width: 572px;
	height: 268px;
	top: 75px;
	left: 20px;
}
table {
	position:absolute;
	top: 16px;
	left: 19px;
	border-collapse: collapse;
	width: 534px;
	height:118px;
}
th {
	background: #336699;
	color: #fff;
	font-weight: bold;
	padding: 2px 11px;
	text-align: left;
	line-height: 1em;
	}

td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: middle;
	background: #FFFFFF none repeat scroll 0 0;
}

td * {
	padding: 6px 11px;
}

tr.alt td {
	background: #ecf6fc;
}

tr.over td {
	background: #99ccff;
}

.footer {
	padding-top:2px;
}