@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: #2C2E00;
	background-image: url(file:///Mac/Users/Joel/Sites/Fieldstone Web/images/5177362_illustration-%5BConverted%5D.png);
	background-image: url(../Images/wallpaper-art.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-position: center;
}
.oneColLiqCtr #container {
	width: 100%;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(file:///Mac/Users/Joel/Sites/Fieldstone Web/images/Fieldstone-Image-Content.png);
	background-repeat: no-repeat;
	background-image: url(../Images/Church-Template-Image.png);
	margin-top: 15;
	margin-right: auto;
	margin-bottom: 15;
	margin-left: 30px;
}
.oneColLiqCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
