
hr.divider, #accessability, #search-site {display: none}

body {
	padding-bottom: 40px;
	text-align: center;
	background: #CC9 url(../images/homepage-background.gif) left 10px repeat-x;
	font-size: 12pt;
	font-family: Trebuchet MS, serif;
}

#container {
	margin: 0 auto;
	padding: 20px 0;
	width: 800px;
}

#header h1 {display: none;}

#header {
	padding-bottom: 20px;
}

#content {
	padding-bottom: 40px;
}

#footer p {
	border-top: 1px solid #3f0000;
	padding-top: 5px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.6em;
	color: #66664c;
}

#content p {
	font-size: 0.8em;
	line-height: 2em;
}

.modules {
	border-bottom: 0px solid #000;
	padding: 0 10px 0 10px;
}

.module {
	border-right: 0px solid #000;
	padding: 15px 20px 15px 10px;
	float: left;
	text-align: left;
}

.module p {
	padding: 0 0 0 10px;
}

.module form {
	padding: 0 0 0 15px;
}

#search-bible span {
	padding: 0 0 0 20px;
}

span {
	font-size: 0.7em;
}

h3 {
	padding-bottom: 5px;
	font-size: 1em;
	font-family: "Lucida Sans", Lucida, Verdana;
	font-variant: small-caps;
	font-weight: bold;
	color: #3f0000;
}

.clear {
	height: 0;
	clear: both;
}

ul {
	list-style: square inside none;
}

li {
	padding: 0 0 5px 10px;
	font-size: .8em;
}

#menu li {
	font-family: "Lucida Sans", Lucida, Verdana;
	font-size: 1em;
}

a {
	color: #9f2f00;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}