.maincol {
	width: 58%;
	float: left;
	padding: 0 1%;
}

.sidecol {
	width: 35%;
	float: right;
	padding: 0 1% 50px 1%;
}

.maincol h2, .sidecol h2 {
	color: #212c4e;
	font-weight: normal;
	border-bottom: 1px solid #212c4e;
	font-size: 2.4em;
	margin-bottom: 0.5em;
}

div#jobs_gallery_top {
	width: 900px;
	position: relative;
	margin: 0 auto 50px auto;
	background: url(/images/jobs_gallery_top.gif) top center no-repeat #fff;
	display: block;
}

div#jobs_gallery_bottom {
	width: 100%;
	display: block;
	background: url(/images/jobs_gallery_bottom.gif) bottom center no-repeat transparent;
	overflow: hidden;
	padding-bottom: 26px;
}

a#jobs_arrow_left {
	width: 45px;
	height: 45px;
	float: left;
	display: block;
	position: absolute;
	top: 42%;
	left: -23px;
}

a#jobs_arrow_right {
	width: 45px;
	height: 45px;
	float: left;
	display: block;
	position: absolute;
	top: 42%;
	right: -23px;
}

