@charset "UTF-8";
body {
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#container {
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	width:810px;
}
#header {
	width: 810px;
	clear:both;
	height:170px;
}
#body {
	background-image: url(../images/body.gif);
	background-repeat: repeat-y;
	padding-left: 40px;
	padding-right: 40px;
	height: 800px;
}
#church {
	clear:both;	
}
#home {
	padding-top: 10px;
	clear:both;
}
#godparents {
	text-align:center;
	clear:both;
}
#contact {
	padding-top: 10px;
	clear:both;
	text-align:center;
}