@charset "UTF-8";
body {
	background: #221101;
	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 */
	color: #221101;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
}
#container {
	width: 860px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg.jpg);
}
.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}



/*------------------------------------------------*/
img.border {
border: 3px solid #FFFFFF ;
}
/*------------------------------------------------*/
#menu {
	width:170px;
	float: left;
	border: 1px solid #a5885d;
	margin-left:38px;
	margin-bottom:5px;
}
#content {
	width: 600px;
	float:left;
	margin-left:12px;
}


#menu,#content,#header,#footer {
overflow:hidden;
display:inline-block
}
/*------------------------------------------------*/
#quoteBorder {
	height: auto;
	width: 552px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: none;
	position: relative;
	text-align:left;
	background-color: #02acff;
}
#quoteNoBorder {
	height: auto;
	width: 552px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: none;
	position: relative;
	text-align:left;
	background-color: #b2b7e1;
	}
#prayersA {
	height: auto;
	width: 552px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: none;
	position: relative;
	text-align:left;
	background-color: #c85504;
}
#prayersB {
	height: auto;
	width: 552px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	border: none;
	position: relative;
	text-align:left;
	background-color: #f8a40d;
	}
#textBody {
		background-color:#faebd7;
		width:592px;
		
	}
	
	p {
	margin: 10px;
	line-height: 1.7em;
}
	
#pullQuote {
	height:auto;
	width: 450px;
	margin-left: 52px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	}
#purchase {
	background-color: #e5d2b9;
	width:592px;
	}
