body {
	margin: 2px;
	padding: 0;
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-image:url(images/bg.gif);
}
#header {
	background-color: #b0d190;
	background-image:url(images/topleafs.gif);
	background-repeat:no-repeat;
	background-position:right;
	width:100%;
	height:108px;
	border-bottom: #7a8471 10px solid;
}
#logo {
	margin: 20px 0 auto 20px;
}
#links {
	position:absolute;
	top:130px;
	width:160px;
	left: 2px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color: #7a8471;
	text-align:right;
	line-height: 2em;
}
#links a {
	text-decoration:none;
	color: #7a8471;
}
#links a:visited {
	text-decoration:none;
	color: #7a8471;
}
#links a:hover {
	text-decoration:underline;
	color: #7a8471;
}
#content {
	position:absolute;
	top:130px;
	left:190px;
	max-width: 800px;
	padding-right:40px;
	padding-bottom:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color: #232323;
	text-align:justify;
}
#content p {
	text-indent: 1.5em;
}
#content h1 {
	margin-top: 0;
	font-size:16px;
	color: #7a8471;
}
#content a {
	color: #232323;
}
#pastor {
	float:right;
	width:210px;
	height:220px;
	margin-left:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color: #7a8471;
}
#pastor img {
	display:block;
	padding:2px;
	border: #7a8471 1px solid;
	margin-bottom:5px;
}
hr {
	color: #7a8471;
}
ul.sortableList {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	width: 300px;
	font-family: Arial, sans-serif;
}
ul.sortableList li {
	cursor: move;
	padding: 2px 2px;
	margin: 2px 0px;
	border: 1px solid #000000;
	width:300px;
}
