/* TWO COLUMN LAYOUT */

body {
	text-align:center; /* IE6 needs this to center the layout in the browser window */
	background-color: #002c43;
	margin: 0px;
	padding: 0px;
	}
#main_wrapper {
	width:967px; /* 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:967px;
	float: left;
	clear: both;
}
#header {
	width: 967px;
	float: left;
	margin-top: 20px;
	}
#header img {
	float: left;
}
#navbar {
	clear: both;
	float: left;
	width: 967px;
}
#navbar img {
	float: left;
}
#mainarea {
	clear: both;
	float: left;
	width: 967px;
	background-image: url(images/window_strip_bkgnd.gif);
	background-repeat: repeat-y;
}
#sidebar {
	width:310px; /* this width + content width must total 100% */
	float:left;
	background-color: #A58C48;
	background-image: url(images/sidebar_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
#sidebar_inner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 30px;
}
#content {
	float:left; /* floats on nav and content divs make them sit side by side */
	width:657px; /* this width + nav width must total 100% */
	top:0px;
	background-color: #d3be84;
	background-image: url(images/maincolumn_bkgnd.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	}
	#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 */
	}
#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;
}
