@charset "utf-8";
body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background: #66CCff;
	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;
}
	

.oneColElsCtr #container {
	width: 60em;
	background: #FFFFFF;
	
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	border: 2px solid #000000;
	/* this line originally read text-align: left to override the text-align: center on the body element. Removed to center the image*/
}
.oneColElsCtr #header {
	padding: 1em 2em;
	font-family: High Tower text;
	font-size: 140%;
	text-align: center;
	border: 0px hidden;
}

.oneColElsCtr #mainContent {
	padding: 0 2em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Verdana, Geneva, sans-serif;
	line-height:1.2;
}
.oneColElsCtr #flyer {
	padding: 0 2em; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-family:Verdana, Geneva, sans-serif;
	font-size: 150%;
	line-height:1.2;
}

.oneColElsCtr #footer {
	padding: 2em 2em;
	font-size:85%;
	line-height:1.2;
	text-align: center;
}table tr td {
	font-size: 100%;
}
