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

*{
	margin: 0;
}
html, body {
	background-color: #25353D;
	background:url(background.png);
	background-position:center;
	margin:auto;
	height:100%;
	padding-bottom:60px;
}
#container1 {
	border: 1px solid gray;
	width: 902px;
	min-height: 100%;
	margin: auto;
	padding-bottom:100px;
	position:relative;
	}
#header {
	width: 900px;
	margin: auto;
}
#fb {
	margin-top:5px;
}
#header-overlay {

}
#bestof {
	margin-left: -25px;
}
#fb img {
	border: none;	
}
#main {
	color: white;
	width: 900px;
	margin: 30px auto auto;
	text-align: center;
	height: 100%;
}
#navbar {
	float: right;
}
#footer {
	width: 900px;
	height: 60px;
	background-color:#CCC;
	text-align:center;
	float:right;
	border: solid 1px white;
	bottom: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	position:absolute;
	
}
#copyright {
}
#scripture {
	margin: auto;
	text-align: center;
	font-size:18px;
}
.treatment {
	background-color:#5B6471;
	border: solid 1px white;
}
#email {
	color:white;
}
#services {
	width: 520px;
	text-align: left;
	float: right;
}
#images {
	width: 378px;
	float: left;
}
#giftC {
	text-decoration:none;	
}
#giftC a:link, a:hover, a:active, a:visited {
	text-decoration:none;
	color:transparent;
}
#products { 
	width: 500px;
	margin: auto;
}
#product-item {
	float: left;
	height: 125px;
}

td img {display: block;}