body {
	color: #333;
	background:#FFF url(/images/body.gif) repeat-x left top;
	font: small Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 15px 0;
}
#header {
	margin: 6px auto 28px;
}
.navBarShell {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.navBarShell ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.navBarShell a:link, .navBarShell a:visited {
	text-decoration: none;
	color: #B04040;
	background-color: #E7FFFB;
border: 1px solid #A7EBDF;
	display: block;
	font: bold small Arial, Helvetica, sans-serif;
	padding: 10px;
	margin-bottom: 2px;
	width: 197px;
}
.navBarShell a:hover {
	color: #C66262;
	background-color: #FFFFFF;
	display: block;
}
td {
	vertical-align: top;
}
.main {
	border-top: 1px solid #A3E2D5;
	padding: 10px 10px 30px;
	line-height: 19px;
	margin: 0px;
	background: #fff;
}
.main a:link, .main a:visited{
	color: #003399;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
}
.main a:hover{
	color:#3D7AB8;
	text-decoration: none;
	border: 0px;
}
.header {
	color: #B04040;
	display: block;
	background-image:  url("../images/smalllogo.gif");
	background-repeat: no-repeat;
	padding-left: 20px;
	background-position: left center;
	font: bold medium Arial, Helvetica, sans-serif;
}
.floatRight {
	float: right;
	margin-left: 1em;
}
.footer {
	padding: 10px 0px 40px;
	color: #333;
	font-size: x-small;
border-top: 1px solid #A7EBDF;
}
.footer a:link, .footer a:visited {
	color: #333;
	text-decoration: underline;
}
.footer a:hover {
	text-decoration: none;
	color: #808080;
}
.navBarShell li.divider {
	height: 10px;
}
#churchtext {
	color: #333;
	text-align: right;
	vertical-align: middle;
	font: 10px Tahoma, Arial, sans-serif, Verdana;
}

.cola {
	width: 45%;
padding: 10px 0 0 0;
	float: left;
}
.pepsi {
	width: 45%;
	padding: 10px;
	border: 1px solid #CCC;
	float: right;
	background: url(/images/body.gif) repeat-x left -100px;
}
.water {
	clear: both;
}
