@charset "UTF-8";
/* CSS Document */

body {
	font: 100% Arial, Verdana, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-image: url(bgpattern.jpg);
	background-repeat: repeat;}
	
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	background: #BF1E2D;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 5px solid #BF1E2D;
	text-align: left; /* this overrides the text-align: center on the body element. */}

.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */ }

td {text-align: left; vertical-align: top;}

#topnav {text-align: right;}

.title {
	color: #000000;
	font-size: 18px;
}

img {border:none;}

.scripture {font-size:14px; font-style:italic; color: #000000; border:double; border-color:#ffffff; padding:10px;}

.logo {float:left; padding-right:10px;}

.bottomnav {font-size: 80%; color: #FFFFFF; text-align: center;}

a:link {color: #ffffff; text-decoration: none;}

a:visited {color: #ffffff; text-decoration: none;}

a:hover {color: #000000;}

