/* CSS Document */

#container {
	margin: 0 auto;
  	width: 800px;
}
.header {
	width:800px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	height: 30px;
	display: block;
	}
#banner {
	width:800px;
	margin: 0px;
	padding: 0px;
	position:relative;
	float: left;
	height: 100px;
	display: block;
	}
#footer {
	width:800px;
	height:30px;
	margin: 0px;
	padding: 0px;
	position: relative;
	float: left;
	display: block;
	}
body {
	background-image: url(images/background.gif);	
}
#main {
	width:800px;
	height:500px;
	background-image: url(images/background2.gif);
	background-attachment: scroll;
	background-repeat: no-repeat;
	float: left;
	}
.content {
	width:750px;
	height:450px;
	margin: 25px;
	vertical-align: middle;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale src='images/transparent_background.png');
}
.content[class] {
	background-image: url(images/transparent_background.png);
}
#content_text {
	width:650px;
	height:350px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	vertical-align: middle;
	margin: 25px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	overflow: auto;
	z-index: 0;
	position: relative;
}
.bible_quote {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #CC0000;
}
.text_intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: oblique;
	font-weight: bold;
	text-transform: capitalize;
	color: #000066;
	font-variant: normal;
}
.text_open {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	text-transform: none;
	color: #990000;
	font-variant: small-caps;
}
.text_small {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul.bold {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	list-style-type: disc;
	list-style-position: outside;
	}
ul.number {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	list-style-type: decimal;
	list-style-position: outside;
	}
ol.letter {
	color: #000000;
	list-style-type: lower-alpha;
	font-size: 15px;
	}
