﻿	img {
		border:none;		
}

#body {
	background-color:#352a24;
	font-family:"Times New Roman", Times, serif;
}

#wrapper {
	position: relative; 
	z-index: 1; 
	margin-left: auto; 
	margin-right: auto; 
	width: 800px;
}

#masthead {
	position: relative; 
	z-index: 2; 
	margin-left: auto; 
	margin-right: auto;
}

#navigation {
	position: relative; 
	width: 800px; 
	z-index: 4; 
	height: 58px;
	text-align:center;
}

	#navigation ul {
		list-style-type: none;
		font-family: "Times New Roman", Times, serif;
		font-size: medium;
		text-align: center;
		float: left;
		height: 50px;
		margin: 0;
		padding: 0;
	}
	
	#navigation a {
		display: block;
		width: 150px;
		height: 50px;
		color: black;
		line-height: 50px;
		margin: 8px 0 8px 8px;
		text-decoration: none;
		background-image: url('images/button.gif');
		background-repeat: no-repeat;
	}

	#navigation a:hover {
		background-position:0px -50px;
	}	

	#navigation li {
		display:inline;
		float:left;
	}

#leftsidebar {
	padding: 5px; 
	position: relative; 
	width: 125px; 
	z-index: 5; 
	float: left; 
	margin-top: 10px; 
	background-color: #afa29a;
	text-align:center;
}

	#leftsidebar a {
		font-family: "Times New Roman", Times, serif;
		font-size: medium;
		color: #FFFFFF;
		text-decoration: underline;
		text-align:center;
	}

#centercolumn {
	position: relative;
	width: 510px;
	z-index: 6;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	padding-bottom: 10px;
	background-color: #E4DAD3;
}

#leftcorner {
	position: relative; 
	width: 50px; 
	height: 35px; 
	z-index: 3; 
	float: left; 
	background-image: url('images/corner-left2.jpg'); 
	background-repeat: no-repeat;
}

#rightcorner {
	position: relative;
	width: 50px; 
	height: 35px; 
	z-index: 4; 
	float: right; 
	background-image: url('images/corner-right2.jpg');
	background-repeat:no-repeat;
}

#centertext {
	position: relative; 
	width: 90%; 
	z-index: 5; 
	clear: both; 
	margin-left: auto; 
	margin-right: auto
}

#rightsidebar {
	padding: 5px; 
	position: relative; 
	width: 125px; 
	z-index: 7; 
	margin-top: 10px; 
	float: left; 
	background-color: #afa29a;
}

#verseofday {
	position: relative; 
	width: 100%; 
	z-index: 1; 
}

#footer {
	position: relative; 
	width: 800px; 
	z-index: 8; 
	clear: both; 
	margin-bottom: 10px; 
	margin-left: auto; 
	margin-right: auto; 
	background-color: #716861; 
}

.center {
	text-align:center;
}

.centeredblack {
	text-align: center;
	font-size:medium;
	color: black;
}

.centeredWhite {
	text-align: center;
	color: #FFFFFF;
}

.pageTitle {
	text-align: center;
	color: #6C727A;
	font-size: x-large;
	font-weight:bold;
}

.subheading {
	text-align: center;
	color: #6C727A;
	font-size: large;
	font-weight:bold;
}

.justifiedblack {
	text-align: justify;
	font-size:medium;
	font-weight:normal;
	color: black;
}

.sideheading {
	text-align:center;
	color:black;
	font-size:medium;
	font-weight:bold;
}

.sidetext {
	text-align:center;
	color:black;
	font-size:small;
}

.tableheading{
	text-align: center;
	color:black;
	font-size: large;
	font-weight:bold;
}

.tableentry{
	text-align:center; 
	width: 20%
}

.tablecell{
	border: 1px solid #000000;
	text-align:center;
}

.linkcell{
	border-bottom: 1px black solid;
	text-align:center;
}