/*	Styles that control the presentation of the banner and navigation bar in all site pages.
	The behavior of the navigation page marker is set in an embedded style.*/

body {
	font-family:"Century Gothic", Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin: 0;
}

#printheader {
	position: absolute;
	top: 0; left: -1000px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-align: center;
	color: #bd484e;
}

#printheader .style1 {
	font-size: 24px;
}

#printheader .style2 {
	font-size: 10px;
}

#everything {
	width: 820px;
	background-image: url(../images/bordershadow.jpg);
	background-repeat: repeat-y;
	margin-left: auto; margin-right: auto;
}

#nav {
	margin-left: auto; margin-right: auto;
	margin-bottom: 0;
	width: 800px; height: 145px;
	background-image: url(../images/allsaintslogo.jpg);
}

#nav a:link, #nav a:visited, #nav a:active {
	background: #a4a5dc;
}

#nav a:hover {
	background: #d0d0f3;
	color: #8384a8;
}

#nav ul {
	margin: 0;
	list-style-type: none;
	text-align: right;
	padding-top: 115px;
	padding-right: 10px;
}

#nav li {
	display: inline;
	margin-right: 10px;
}

#nav a {
	font-size: 0.9em;
	text-decoration: none;
	text-align: center;
	color: white;
}

#footer {
	width: 800px; height: 60px;
	margin-top: 0;
	margin-left: auto; margin-right: auto;
	background-image: url(../images/footerbackground.jpg);
	font-size: 12px;
	letter-spacing: 0.1em;
	color: #6f708f;
}

#footer p.allsts {
	margin: 0;
	padding: 20px 30px 0 0;
	text-align: right;
}

#footer p.episcopal {
	margin: 0 0 0 55px;
	text-align: left;
}

#topborder {
	width: 810px;
	height: 10px;
	padding: 0;
}

#bottomborder {
	width: 820px;
	height: 10px;
}
