body {
	padding: 0px;
	margin: 0px;
	background-color: white;
	color: black;
}
a {
	color: #656;
}
a:hover {
	color: black;
}
a:visited {
	text-decoration: none;
}

#header {
	background: url(header_background.gif) repeat-x top right;
	min-height: 40px;
	margin: 52px 100px 0px 0px;
	padding: 4px 10px 2px 120px;
	color: #bab;
	font: 2em bold;
}
#header #pink {
	/* the pink cross upper right */
	position: absolute;
	top: 35px;
	right: 0px;
	float: right;
}
#header #church{
	position: absolute;
	top: 0px;
	left: 5px;
}

#content {
	background: url(content_background.gif) repeat-y right;
	float: right;
	width: 36em;
	margin-right: 75px;
	/* next line is only valid for the crazy IE */
	_margin-right: 38px;
	padding-right: 30px;
}
#content h1 {
	color: #656;
}

#navigation {
	padding: 30px 0px;
	float: left;
	width: 11em;
	font-family: sans-serif;
	font-weight: 100;
}
#navigation h3 {
	font-size: 0.7em;
	margin: 0px;
	padding: 0px 20px;
}
#navigation a {
	display: block;
	background-color: #dcd;
	color: #434;
	text-decoration: none;
	margin: 5px 0px;
	padding: 4px 5px 1px 5px;
}
#navigation a:hover {
	background-color: #ede;
	color: #656;
}

#footer {
	text-align: center;
	float: left;
	width: 90%;
	margin: 5px 5%;
	font-size: 0.8em;
	font-family: sans-serif;
}


.definition {
	/* end all floating before */
	clear: both;
	padding: 4px 7px;
	margin: 10px 11% 6px 11%;
	font-size: 0.8em;
	background-color: #dcd;
}
.hidden {
	display: none;
}
div.pagenumber {
	clear: both;
	margin: 10px auto;
}
div.thumb {
	display: inline;
}
div.thumb img {
	vertical-align: middle;
	margin: 5px;
}
.marginlevel {
	margin-left: 20px;
}
#search_box {
	margin: 10px;
}
