body {
	background-color: #D2E2FB;
	background-image: url(http://www.JobsInTheUS.com/media/graphics/background_images/site_stage/site_stage_background.png);
	background-repeat: repeat-x;
	background-position: top;
	background-attachment: fixed;
	margin: 0px;
	padding: 0px;

}
* {
	margin: 0px;
	padding: 0px;
}
a {
	color: #0F4AA2;
}
a:hover {
	color: #FD8D37;
}
.link_arrow {
	color: #FD8D37;
}
.page_container {
	margin: 0px auto;
	width: 908px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, sans-serif;
}
.page_header {
	height: 150px;
	width: 908px;
	background-color: #FFFFFF;
	background-image: url(http://www.JobsInTheUS.com/media/graphics/background_images/site_header/site_header-background-TheUS.png);
	background-repeat: no-repeat;
}
.page_content {
	float: left; /* TO FIX COLLAPSING BACKGROUND IN FIREFOX */
	width: 908px;
	min-height: 400px; /* COMPLIANT BROWSERS */
	_height: 400px; /* IE 6 AND BELOW */
	background-color: #FFFFFF;
}
.page_footer {
	clear: both;
	width: 908px;
	background-image: url(http://www.JobsInTheUS.com/media/graphics/background_images/site_footer/site_footer-background-TheUS.png);
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.footer_on_page {
	height: 100px;
	width: 908px;
	position: relative;
}
.footer_menu_area {
	float: right;
	width: 225px;
	height: 100px;
	position: relative;
}
.footer_menu_area #jump_menu {
	margin: 0px 20px 20px 0px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
.footer_links_area {
	width: 458px;
	height: 100px;
	float: right;
}
.footer_links_area td {
	width: 458px;
	height: 88px;
}
.footer_links_area p {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: .5em;
	text-align: center;
}
.footer_links_area p a {
	color: #FFFFFF;
}
.footer_links_area .copyright {
	font-size: 10px;
	font-weight: bold;
	line-height: 1.4em;
	margin-top: 10px;
}
.footer_about_area {
	padding: 14px 14px 0px 14px;
}
.footer_about_area p {
	color: #000000;
	font-size: 11px;
	line-height: 1.4em;
	margin-bottom: .8em;
}
.clear {
	clear: both;
}

