/* CSS Document */
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtrHdr #container {
	width: 800px;
	background: #ffffff;
	margin: 50px auto 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	position: relative;
	background: #ffffff;
	height: 350px; 
}

.oneColFixCtrHdr #header #header_nav_container {
	position: absolute;
	left: 215px;
	width: 585px;
	height: 25px;
	background-color: #BE650F; /* Bravo! Rust */
	text-align: center;
}
/* See header_nav.css for nav style declarataions */

.oneColFixCtrHdr #header #bravo_logo_container {
	position: absolute;
	left: 0;
	top: 29px;
	width: 210px;
	height: 115px;
	background-color: #ffffff;
}

.oneColFixCtrHdr #header #header_content_container {
	position: absolute;
	left: 215px;
	top: 30px;
	width: 585px;
	height: 320px;
	background-color: #ffffff;
	z-index: 0;
}

.oneColFixCtrHdr #header #calendar_container {
	position: absolute;
	left: 0px;
	top: 147px;
	width: 210px;
	height: 204px;
	background-color: #ffffff;
	z-index:0;
}

/*.oneColFixCtrHdr #mainContent #leftButton_container {
	position: absolute;
	top: 0px;
	width: 190px;
	height: 82px;
	background-color: #FFFFFF;
	margin-top:205px;
}*/

.oneColFixCtrHdr #mainContent_home {
	position: relative;
	left: -34px;
	margin: 25px 0 0 0;
	/* background-color: #999999; */
}

.oneColFixCtrHdr #mainContent {
	position: relative;
	margin: 25px 0 0 0;
	/* background-color: #999999; */
}

.oneColFixCtrHdr #mainContent #left_subNav_container {
	position: absolute;
	width: 210px;
	top: 0;
	height: 100%;
	/* background-color: #999933; */
	text-align: right;
}
/* See left_subNav.css for nav style declarations */

.oneColFixCtrHdr #mainContent #body_content_container {
	position: relative;
	top: 0;
	left: 215px;
	width: 585px;
	height: 100%;
	/* background-color: #99CC33; */
}
