body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	background: #fff;
	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: #fff;
	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. */
}
.oneColFixCtr #mainContent, .oneColFixCtr #mainContent2, .oneColFixCtr #mainContent3 {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.oneColFixCtr #mainContent h1 {
	background-image:url(../images/gif/jagz-of-styx-mill-white.gif);
	background-repeat:no-repeat;
	width:707px;
	height:221px;
}
.oneColFixCtr #mainContent2 h1 {
	background-image:url(../images/gif/jagz-of-styx-mill-black.gif);
	background-repeat:no-repeat;
	width:707px;
	height:234px;
}
.oneColFixCtr #mainContent3 h1 {
	background-image:url(../images/gif/jagz-of-styx-mill-curve.gif);
	background-repeat:no-repeat;
	width:707px;
	height:364px;
}
#mainContent h2, #mainContent2 h2, #mainContent3 h2 {font-family:Arial, Helvetica, sans-serif; color:#6d6e71; font-weight:normal; text-align:center; margin:40px 0 0 0; padding-bottom:80px; border-bottom:solid 4px #F58220;}
#mainContent h3, #mainContent2 h3, #mainContent3 h3 {font-family:Arial, Helvetica, sans-serif; color:#6d6e71; text-align:center; margin:20px 0 0 0; padding:0;}
#mainContent h2 span, #mainContent2 h2 span, #mainContent3 h2 span {font-weight:bold;}
.oneColFixCtr #mainContent h1 span, .oneColFixCtr #mainContent2 h1 span, .oneColFixCtr #mainContent3 h1 span {
	display:none;
}
#mainContent p, #mainContent2 p, #mainContent3 p {
	text-align:center;
	color:#6d6e71;
}
#mainContent p span, #mainContent2 p span, #mainContent3 p span {
	color:#F58220;
	font-weight:bold;
}
#mainContent a, #mainContent2 a, #mainContent3 a {
	color:#F58220;
	text-decoration:underline;
}
#mainContent a:hover, #mainContent2 a:hover, #mainContent3 a:hover {
	text-decoration:none;
}
#mainContent #copyright, #mainContent2 #copyright, #mainContent3 #copyright {
	font-size:10px;
	line-height:14px;
	margin-top:40px;
}
