@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000;
	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;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainTopContent {
	padding-top:150px;
	margin:0;
	background-image:url(images/images/condensedIndex_01.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:1000px;
	height:511px;
}

#mainBottomContent {
	position:absolute;
	background-image:url(images/images/condensedIndex_02.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	width:1000px;
	height:527px;
}
.oneColFixCtr #flashHolder {
	position:absolute;
	top:264px;
	left:181px;
	background:#CC0;
	width: 700px;
	height: 548px;
}

.footer {
	font-size:.80em;
	font-weight:bold;
	color:#000;
}
#container {
	text-align: center;
	padding: 0px;
	width: 1000px;
	margin:0 auto;
}
#container #top {
	background-image: url(images/images/condensedIndex_01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:1000px;
	height:264px;

}
#container #middle {
	background-image: url(images/images/condensedIndex_02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-right:280px;
	height: 548px;
	width: 1000px;
}
#container #bottom {
	background-image: url(images/images/condensedIndex_03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 227px;
	width: 1000px;
	padding:0;
	margin:0;
}

