body {
	background: #498CC2 url(/img/bg.jpg) top left repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #555555;
	margin: 0;
	padding: 0;
}
a:link, a:visited, a:active {
	color: #498CC2;
	text-decoration: none;
}
a:hover {
	color: #498CC2;
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	color: #2E2A6E;
}
h2 {
	font-size: 21px;
	color: #2E2A6E;
}
h3 {
	font-size: 18px;
	color: #2E2A6E;
}
h4 {
	font-size: 15px;
	color: #2E2A6E;
}
#wrapper {
	position: relative;
	width: 1060px;
	margin: 0 auto;
}
#topper {
	width: 1025px;
	height: 24px;
	padding: 15px 35px 0 0;
	background: #FFFFFF url(/img/topper.jpg) top left no-repeat;
	text-align: right;
}
#header {
	width: 1060px;
	height: 121px;
}
#header_left {
	float: left;
	width: 30px;
	height: 121px;
}
#header_middle {
	float: left;
	width: 1000px;
	height: 121px;
}
#header_right {
	float: left;
	width: 30px;
	height: 121px;
}
#logo {
	width: 1000px;
	height: 85px;
}
#nav {
	width: 1000px;
	height: 36px;
	font-size: 15px;
	background: #498CC2 url(/img/nav.jpg) top left no-repeat;
	text-align: center;
	padding: 0;
	margin: 0;
}
#nav .nav {
	display: inline;
	height: 36px;
}
#nav a:link, #nav a:visited, #nav a:active, #nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	height: 36px;
}
#jobs {
	clear: left;
	width: 1060px;
}
#jobs_left {
	float: left;
	width: 30px;
	height: 350px;
}
#jobs_main {
	float: left;
	width: 1000px;
	height: 350px;
	background-color: #DDDDDD;
}
#jobs_right {
	float: left;
	width: 30px;
	height: 350px;
}
#content {
	position: relative;
	top: 0;
	left: 0;
	width: 970px;
	padding: 10px 45px 0 45px;
	background: #FFFFFF url(/img/content_bg.jpg) top left repeat-y;
	clear: left;
	line-height: 160%;
	min-height: 300px;
}
#footer {
	position: relative;
	width: 1060px;
	height: 64px;
	padding: 12px 0 10px 0;
	background: #FFFFFF url(/img/footer.jpg) top left no-repeat;
	text-align: center;
	clear: both;
}
#footer #nrca {
	position: absolute;
	width: 171px;
	height: 59px;
	top: 15px;
	left: 40px;
}
#footer #bbb {
	position: absolute;
	width: 100px;
	height: 56px;
	top: 15px;
	left: 920px;
}
#footer #links {
	width: 1060px;
	text-align: center;
	margin: 0 auto;
}
.slide {
	position: relative;
	width:1000px;
	height:350px;
}
.jobpic_slide {
	position: absolute;
	width:1000px;
	height:350px;
	top: 0;
	left: 0;
}
.project_text {
	position: absolute;
	bottom: 5px;
	left: 5px;
	padding: 5px;
	background-color: #676767;
	filter:alpha(opacity=90);-moz-opacity:.90;opacity:.90;
	color: #EEEEEE;
	font-size: 12px;
}
#non_jobs_left {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 350px;
}
#non_jobs_right {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 350px;
}

