﻿/* CSS layout */
#masthead {
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-width: 1px 1px 0px 1px;
	border-style: solid;
	background-color: #FFFFFF;
}
#top_nav {
	position: relative;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 1px;
	background-color: #BC6E2F;
}
#page_content {
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	border-style: solid;
	border-width: 0px 1px 0px 1px;
	background-color: #FFFFFF;
}
#bottom_nav {
	border-width: 1px;
	border-style: solid;
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-color: #BC6E2F;
}
#footer {
	width: 800px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.Scripture {
	position: relative;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
}

.Helper {
	width: 302px;
	position: relative;
	text-align: center;
}

.textstyle {
	width: 600px;
	position: relative;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}
