#top-bar{
	position:absolute;
	top:0px;
	width:100%;
	height:70px;
	margin-left:-8px;
	background-color:#cc3333;
}
#underbar{
	position:absolute;
	top:70px;
	width:100%;
	height:37px;
	margin-left:-0px;
	background-color:#990000;
}
#bottombar{
	position:fixed;
	padding-bottom:0px;
	background-image:url(bottom.png);
	background-position:center;
	left: 0px;
	bottom:0px;
	width: 100%;
	height:273px;
	float:bottom;
}
#bottombar2{
	position:fixed;
	padding-bottom:0px;
	background-image:url(bottom.png);
	background-position:center;
	left: 0px;
	bottom:0px;
	width: 100%;
	height:273px;
	float:bottom;
	z-index:-1;
}
#barcontent{
margin-left:8px;
color:#666666;
margin-top:9px;
font: bold 11px Arial, Helvetica, sans-serif;
}
body {
   font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 300;
}
.oneColFixCtr #container {
	width: 550px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	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 #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:110px
}
.oneColFixCtr2 #container2 {
	width: 100%px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */

	margin: 0 0; /* 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. */
}
.oneColFixCtr2 #mainContent2 {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:107px
}

