body
{
	font-family: Albany, Arial, sans-serif;
	color: black;
	background-color: #f4ffff;
	margin: 10px 10px 0 0;
	display: block;
}

#scripture
{
	font-style: italic;
	left: 1em;
	right: 1em;
}

#logo
{
	position: absolute;
	width: auto;
	top: 1px;
	left: 1px;
}

#navigation
{
	position: absolute;
	top: 250px;
	left: 2%;
}

#navigation a
{
	display: block;
}

a:link, a:visited
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

a:hover
{
	color: #339;
	font-size: 1.1em;
}

a:hover.current
{
	background-color: transparent;
	cursor: default
}

#content
{
	position: absolute;
	top: 2%;
	left: 250px;
}

h1
{
	font-family: Albany, Arial, sans-serif;
	font-variant: small-caps;
	color: #339;
	margin-top: 10px;
}

h2
{
	position: relative;
	color: #339;
	margin: 5px;
}

h3
{
	position: relative;
	color: #339;
	margin: 20px 0 0 0;
}

p
{
	text-indent: 1.5em;
}

.copyright
{
	text-indent: -0.5em;
	padding: 5px;
	font: bold italic .7em "verdana", sans-serif
}
