@charset "UTF-8";
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	background: #f9f7e2;
	background-image:url(bg.png);
	background-repeat:repeat-x;
	margin: 0;
	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: #eeeee1;
}
.oneColElsCtr #container {
	width: 1000px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColElsCtr #mainContent {
	padding-bottom:100px;
	margin: 0;
	height:782px; 
	position:absolute; 
	top:-8px;
}
	
h1 {
	padding-top:8px;
	margin:0;
	width: 1000px;
	height: 782px;
	overflow:hidden;
	}
	
