@charset "utf-8";
body {
	font: 100% "Times New Roman", Times, serif;
	background: #474747 url(images/thestork/background.gif) repeat-x;
	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;
}
a {
	text-decoration:none;
	font-weight:bold;
	color: #ED1C24;
}
a:hover {
	font-style:italic;
}
.oneColFixCtr #container {
	width: 693px;
	margin: 20px 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: 50px 20px 0 270px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(images/thestork/contentbox.png);
	height: 450px;
	font-size: 1.3em;
}

.oneColFixCtr #footer {
	width: 693px;
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: center; /* this overrides the text-align: center on the body element. */
	font-size: 0.8em;
	color: #FFF;
}.oneColFixCtr #footer a {
	color: #FC3;
}
