/* CSS Document */
body {
	background-image: url(../images/bgTexture.jpg);
	text-align: center;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center;
}
#wrapper {
	margin: 20px auto;
	width: 760px;
	background-color: #E9EEF3;
	border: solid #727982 4px;
	background-image: url(../images/bgParishHouse.gif);
	background-repeat: no-repeat;
	padding:20px 10px 10px 10px;
}
#container {
	padding: 70px 10px 10px 10px;
	}
#nav {
	text-align: center;
	font-family: "Baskerville Old Face", "Times New Roman", serif;
	color: #6E1E1E;
	font-weight: bold;
	font-size: 1em;
}
#nav a:link{
	color: #606C64;					
	text-decoration: none;
}
#nav a:visited{
	color: #606C64;
	text-decoration: none;
}
#nav a:hover{
	color: #6E1E1E;
	text-decoration: none;
}
#nav a:active{
	text-decoration: none;
	color: #FFFFFF;
}

#title {
	text-align: center;
}
#content {
	text-align: left;	
}
#primaryImage {
	float: right;
	margin-left: 10px;
}
#leftFloat {
	float: left;
	margin: 10px;
	text-align: center;
}
#rightFloat {
	float: right;
	margin: 10px;
	text-align: center;
}

#map {text-align:center; }

h1, h2, h3 {
	color: #6E1E1E;
	font-family: "Baskerville Old Face", "Times New Roman", serif;
}
