/* TWO COLUMN LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-color: #1595d3;
	margin: 0px;
	padding: 0px;
	background-image: url(art/blue_fade_bkgnd.jpg);
	background-repeat: repeat-x;
	}
#main_wrapper {
	width:991px; /* widths of columns will change proportionately as this width is changed */
	margin-left:auto;  /* centers layout in browser */
	margin-right:auto; /* centers layout in browser */
	text-align:left;
}
#main_window {
	width:991px;
	float: left;
	clear: both;
}
#main_window div {
	float: left;
}
#header {
	width: 991px;
	float: left;
	margin-top: 20px;
	}
#header div {
	float: left;
}
#navbar {
	float: left;
	width: 723px;
	background-image: url(art/careerspan_web_navbar_bkgnd.gif);
	background-repeat: no-repeat;
	height: 59px;
}
#mainarea {
	float: left;
	width: 948px;
	background-color: #e8e4c6;
	margin-left: 43px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#content {
	width:700px;
	z-index: 2;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 240px;
	}
#leftcol_spacer {
	float: left;
	height: 1200px;
	width: 43px;
}
	#content_inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #333;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 50px;
	font-weight: normal;
}
#content_inner a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002c43;
	text-decoration: none;
}
#content_inner a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002c43;
	text-decoration: underline;
}
#content_inner a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #002c43;
	text-decoration: none;
}
.headline {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #69592E;
	text-decoration: none;
}
#footer {
	clear:both; /* makes the footer sit below whichever column is longest */
	background-color: #0457d4;
	background-image: url(art/careerspan_web_footer_btm.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	float: left;
	width: 948px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
#footer_inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	float: left;
	width: 967px;
}
#footer_inner div {
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 0px;
	float: left;
	position: relative;
}
#footer_inner a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#footer_inner a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #D3BE84;
	text-decoration: underline;
}
#footer_inner a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
#sidebar_depth {
	float: left;
	height: 450px;
	width: 10px;
}
#column_depth {
	float: left;
	height: 450px;
	width: 10px;
}
.livedate {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #D3BE84;
	text-decoration: none;
}
#menu-container {
	position: relative;
	left: 2px;
	top: 20px;
	width: 720px;
}
