/* This is the stylesheet modern browser will use to print your pages. */

a {
	color: #000;
}

body {
	font-family: serif;
	font-size: 12pt;
}

#content {
	margin: 0px;
	padding: 0px;
	width: auto;
}

#header, h3, h4, .storytitle {
	border: none;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width: auto;
}

#main {
	float: none;
	margin: 0px 10%;
	padding: 0px;
	width: auto;
}

#indentcontent p {
	text-indent: 1.5em;
	margin: 5px;
}

#sidebar {
	display: none;
}

#header {
	display: none;
}

#footer {
	text-align: center;
}

#storytitle {
	text-align: center;
	margin-bottom: 25px;
}

#hideprint {
	display: none;
}

#dividerimage {
	background: url(images/divider.gif) no-repeat;
	width: 93px;
	height: 26px;
	position: relative;
	left: 221px;
	}

a.bibleref {
	color: #FF0000;
	font-style: italic;
    white-space: nowrap;
	text-decoration: none;
}

.cite {
	margin: 0;
	padding: 0;
	font-size: .9em;
	font-style: normal;
	}
