@charset "utf-8";
/* CSS Document */

	body {
	background-color: #a58429;
	font-size: 12px;
	color: #fff;
}
	a:link {
	color: #000;
	border: none;
}
	a:visited {
	color: #000;
	border: none;
}
	a:hover {
	color: #086b16;
	border: none;
}
	a:active {
	color: #000;
	border: none;
}

.adsense {
	text-align: center;
	width: 100%;
}

#container {
	width: 850px;
	font-size: 12px;
	margin: 0 auto;
	background-color: #a58429;
	text-align: center;
	border: medium;
	border-color: #000;
	border-style: solid;
}

#header {
	background-color: #fff;
	color: #000;
	width: 850px;
	text-align: center;
}

#adsense1 {
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}


#gov_jobs {
	background-image: url(gov_job_matrix_bg_thing.png);
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	width: 850px;
	height: 99px;
	font-size: 14px;
}

#gov_jobs_text {
	color: #fff;
	width: 850px;
	height: 30px;
	font-size: 14px;
	padding-top: 75px;
}

#content {
	background-color: #fff;
	width: 850px;
	height: 450px;
}

#content_text {
	color: #000;
	width: 400px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
}

#video{
	color: #fff;
	background-color: #000;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
	width: 397px;
	height: 265px;
	float: right;
}

#adsense2 {
	margin: 0 auto;
	padding-top: 50px;
}

#bottom_links {
	background-color: #fff;
	color: #000;
	width: 830px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0 auto;
}
	
#footer {
	background-image: url(footer_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 850px;
	height: 34px;
	padding-top: 20px;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	}