body {
	color: #333;
	font: 13px Verdana;
	line-height: 22px;
	background: url('/templates/3/assets/bg.jpg') repeat-x #D1CECC;
	min-height: 800px;
}

.body {
	margin: 0 auto;
	width: 944px;
}

.logo {
	text-align: center;
	width: 944px;
	margin: 10px 0 20px 0;
}

a {
	color: #DC5F50;
}


/* Window */

.window {
	width: 944px;
	margin-top: 20px;
}

.top {
	width: 944px;
	height: 11px;
	background: url('/templates/3/assets/page-bg-top.png') no-repeat;
}

.middle {
	float: left;
	height: 100%;
	background: url('/templates/3/assets/page-bg.png') repeat-y;
	width: 944px;
}

.bottom {
	clear: both;
	width: 944px;
	height: 11px;
	background: url('/templates/3/assets/page-bg-bottom.png') no-repeat;
}

.church-info {
	margin: 10px 0 10px 0;
	text-align: center;
	font: 12px Verdana;
}

.page-content {
	margin: 20px;
}


/* Nav */

.nav {
	width: 177px;
	float: left;
}
.nav a {
	text-decoration: none;
	color: #333;
	font-size: 12px;
}

.nav ul li {
	vertical-align: bottom;
	height: 25px;
	background: url('/templates/3/assets/nav-bg-main.jpg') no-repeat;
}

.nav ul li p {
	width: 150px;
	text-align: right;
	position: relative; top: 3px;
}

.nav ul .selected {
	background: url('/templates/3/assets/nav-bg-main-selected.jpg') no-repeat;
}
.nav ul .selected p a,
.nav ul .subpage-selected p a,
.nav ul .subsubpage-selected p a{
	font-weight: bold;
}

.nav ul .subpage,
.nav ul .subsubpage {
	background: url('/templates/3/assets/nav-bg-sub.jpg') no-repeat;
}

.nav ul .subpage-selected,
.nav ul .subsubpage-selected {
	background: url('/templates/3/assets/nav-bg-sub-selected.jpg') no-repeat;
}
.nav ul .subpage p a,
.nav ul .subpage-selected p a{
	color: #CC6600;
}

.nav ul .subsubpage p a,
.nav ul .subsubpage-selected p a{
	color: #999;
}

.nav ul .nav-bottom {
	height: 282px;
	background: url('/templates/3/assets/nav-bg-bottom.jpg') no-repeat;
}
/* Content */

.two-col-left {
	float: left;
	width: 420px;
	margin: 0 20px 0 30px;
}

.two-col-right {
	float: left;
	width: 230px;
}

.one-col {
	float: left;
	width: 680px;
	margin: 0 0 0 20px;
}
.content h1 {
	margin-top: 10px;
	border-bottom: 1px solid #CCC;
	min-height: 30px;
	font: bold 24px Arial;
	color: #DC5F50;
}

.content p {
	margin-top: 5px;
	font: 13px Verdana;
	line-height: 22px;
}

.content li {
	list-style-type:circle;
	list-style-position: inside;
}