/* Resets */
html, body, p, div, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: none;
}

/* Standard Tags */
body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #27150d;
	background: #27150d;
}

h4 {
	font-size: 12px;
	color: #27150d;
	font-style: bold;
	margin: 5px 0 0 0;
}

h3 {
	color: #27150d;
	font-size: 14px;
	font-style: bold;
	margin: 10px 0 0 0;
}
h2 {
	color: #27150d;
	font-size: 18px;
	font-style: bold;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
}
/* Container */
#container {
	width: 850px;
	margin: 10px auto;
	border: solid 2px #000;
	background-color: #fff;
}

/* Header */
#header {
	width:850px;
	height: 144px;
	background: url(../images/header.jpg) no-repeat;
	background-position:right;
}

#sub-head {
	width: 850px;
	height: 20px;
}

#sub-head p {
	line-height: 20px;
	font-size: 10px;
	font-weight: bold;
	width: 840px;
	text-align: right;
	padding: 0 10px 0 0;
	background-color: #e0d09c;
	color: #7d0403;
}

/* Left Hand Navigation */
#nav-left {
	width: 190px;
	float: left;
	min-height: 500px;
	background-color: none;
}

#nav-left ul {
	margin: 3px 3px 3px 0px;
	padding: 0px 5px 3px 0px;
	list-style: none;
}

#nav-left ul li {
	margin: 0 auto 3px auto;
	text-align: left;
}

#nav-left ul li a {
	display: block;
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	background-color: #e0d09c;
	padding: 3px;
	color: #7d0403;
	text-decoration: none;
}
#nav-left ul li a:hover {
	background-color: #7d0403;
	color: #e0d09c;
}
.deadlink {
	display: block;
	width: 180px;
	font-size: 12px;
	font-weight: bold;
	line-height: 20px;
	padding: 3px;
	text-decoration: none;
	background-color: #7d0403;
	color: #e0d09c;
}
.link {
	font-weight: bold;
	text-decoration: none;
	color: #7d0403;
}

/* Main Content */
#content {
	width: 640px;
	margin: 0 15px 0 200px;
	padding: 0;
	background-color: #fff;
}

#content p {
	margin: 0 0 10px 0;
	padding: 0;
	line-height: 14px;
}

#content h2 {
	margin: 0 0 5px 0;
}

.scripture_list {
	padding: 0;
	margin: -5px 0 5px 15px;
}

.links_list {
	/*list-style: none;*/
	padding: 0;
	margin: 5px 0 0 15px;
}

.links_list a {
	color: #7d0403;
	font-weight: bold;
	text-decoration: none;
}

.links_list a:hover {
	text-decoration: underline;
}

.address {
	font-weight:bold;
	font-size:12px;
	text-align:left;
}

/* Store Content */
#store_content {
	text-align: center;
}

/* Bookstore */

.bookstore {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: solid 1px #000;
}
.bookstore img {
	padding: 0;
	margin: 0 5px 0 0;
}

.bookstore p {
	text-align: left;
	margin: 0;
	padding: 0;
}

.item_name {
	color: #C00;
	font-weight: bold;
	text-align: left;
}

.item_desc {
	text-align: left;
}

.item_don {
	color: #009;
	font-style: italic;
	text-align: left;
}

/* Footer */
#footer {
	clear: both;
	width: 850px;
	/* height: 65px; 
	background: url(../images/footer.jpg) no-repeat;*/
	background-color: #600;
	border-top: solid 6px #e0d09c;
}

#footer p {
	font-size: 10px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}

#footer a {
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

p.disclaimer {
	width: 600px;
	margin: 10px auto 0 auto;
	padding: 0 0 10px 0;
	font-weight: lighter;
	color: #999;
}

/* Random Layout Classes */
.float-rt {
	float:right;
	margin: 0 0 0 10px;
}