@charset "UTF-8";
body {
	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;
	font-family: Helvetica Neue Light, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #FFF;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 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. */
	background-color: #FFF;
}
.oneColFixCtrHdr #header {
	padding: 0px 0 0 0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background-color: #FFF;
}
.oneColFixCtrHdr #mainContent {
	background: #FFFFFF;
	color: #333;
}
.oneColFixCtrHdr #footer {
	background-color: #DDDDDD;
	border: 1px solid #333;
	color: #333;
	margin-bottom: 20px;
	background-image: url(images/revolutionfooter.jpg);
	background-repeat: no-repeat;
	padding: 0px;
}
#mainContent h1 {
	font-size: 150%;
	font-weight: normal;
	color: #333;
	text-align: center;
}
.oneColFixCtrHdr #container #mainContent p {
	text-align: center;
}
