body {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 14px;
	background-color: #c2cfea;
}

#header {
	width: 100%;
	height: 355px;
	background-image: url("images/header_bkgrd.jpg");
	background-repeat: repeat-x;
	text-align: center;
}

#body_content {
	width: 100%;
	margin: 0 auto;
}

#content {
	width: 1000px;
	margin: 0 auto;
}

#map {
	display: table;
	float: left;
	padding: 25px 25px 0 34px;
	margin-bottom: 200px;
	text-align: left;
}

#copy {
	padding: 10px 34px 0 0;
	text-align: left;
	line-height: 19px;
}

#jobscol1 {
	display: table;
	float: left;
	width: 350px;
	color: #3366CC;
}


#jobscol2 {
	display: table;
	float: right;
	width: 350px;
	color: #3366CC;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0 auto;
	padding: 0;
}

a {
	color: #6AB401;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}