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 {
	padding: 30px 20px 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/barry-watson.gif);
	background-repeat:no-repeat;
	width:763px;
	height:151px;
}
#mainContent h2 {font-family:Arial, Helvetica, sans-serif; color:#000; font-weight:normal; text-align:center; margin:0; padding:20px 0 0 0;}
#mainContent h3.construction {font-family:Arial, Helvetica, sans-serif; color:#6d6e71; font-weight:normal; text-align:center; margin:20px 0 0 0; padding-bottom:80px; border-bottom:solid 4px #990000;}
#mainContent h3.construction span {font-weight:bold;}
#mainContent h3 {color:#6d6e71; font-weight:normal;}
.oneColFixCtr #mainContent h1 span {
	display:none;
}
#mainContent p {
	text-align:center;
	color:#6d6e71;
}
#mainContent p span {
	color:#990000;
	font-weight:bold;
}
#mainContent a {
	color:#990000;
	text-decoration:underline;
}
#mainContent a:hover {
	text-decoration:none;
}
#mainContent #copyright {
	font-size:10px;
	line-height:14px;
	margin-top:40px;
}
