body {
	font-size: 1.0em;
	margin: 0px 0px 0px 0px;
}

.main_title {
	font-size:2.0em;
	font-weight: bold;
}

.passage_main {
	background-color: #FAFAFA;
	border: solid #EEEEEE 1px;
	padding: 15px;
}

.passage_link {
	font-family: "Verdana";
	float: right;
	font-size: 0.8em;
	background-color: darkblue;
	color: white;
	padding: 4;
	border-bottom: solid #EEEEEE 2px;
	border-left: solid #EEEEEE 2px;
}

.passage_link a {
	color: white;
}

.section_title {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 1.2em;
	font-weight: bold;
	color: black;
}

.verse_text {
	font-family: "Verdana";
	font-size: 0.9em;
	color: darkblue;
}

.verse_num {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 0.9em;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 0px;

}

.smalltext {
	font-family: "Verdana", "Helvetica", "sans-serif";
	font-size: 0.7em;
}

.comment_title {
	font-size: 1.1em;
	font-weight: bold;
	color: #333333;
}

.comment_byline {
	font-family: "Verdana", "Helvetica", "sans-serif";
	font-size: 0.7em;
	color: #777777;
}

.comment_text {
	font-family: "Verdana", "Helvetica", "sans-serif";
	font-size: 0.9em;
	margin: 5px;;
	background-color: #FAFAFA;
	border: solid #EEEEEE 1px;
	padding: 10px;
}

.comment_form {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 1.0em;
	background-color: #FAFAFA;
	border: solid #EEEEEE 1px;
	padding: 10px;
}

.error_message {
	color: red;
	font-weight: bold;
}

#header {
	background-color: blue;
	margin: 0; 
	padding: 0; 
	height: 75px; 
	width: 100%;
	position: relative;
	background-image: url("images/grad.png");
}

#headerimg 	{ 
	margin: 0px;
	padding: 20px 0px 0px 40px; 
	height: 75px;
	background: url("images/headermain.png") no-repeat;
	width: 100%;
} 

#reflect {
	background: url("images/reflectgrad.png");
	height: 30px;
	width: 100%;
	margin: 1px 0;
}

#reflectimg {
	background: url("images/reflect.png") no-repeat;
	height: 30px;
	width: 100%;
	margin: 0;
	padding:0;
}

