@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 100%;
}
#container {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 842px;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	position: absolute;
	padding-right: 30px;
	padding-left: 45px;
	text-align: left;
	overflow: visible;
	top: 0;
	left: 0;
	min-height: 100%;
}
#logo {
	float: left;
	margin-top: 30px;
}
#churchpic {
	position: absolute;
	top: 30px;
	right: 27px;
}
#nav {
	clear: both;
	padding: 5px 0 5px 0;
}
#container #sidebar-left {
	float: left;
	width: 175px;
	margin-right: 10px;
}
#sidebar-right .top {
	background-image: url(/images/sidebar-brown.gif);
	background-repeat: no-repeat;
	height: 5px;
}
#sidebar-right .bottom {
	background-image: url(/images/sidebar-brown.gif);
	background-repeat: no-repeat;
	height: 5px;
	background-position: 0px -5px;
	padding-bottom: 5px;
}
#sidebar-right .element .contents {
	color: #FFFFFF;
	background-color: #31381B;
	padding-right: 2px;
	padding-left: 2px;
}
#sidebar-left #blue .top {
	background-image: url(/images/sidebar-blue.gif);
	background-repeat: no-repeat;
	height: 5px;
}
#sidebar-left #blue .bottom {
	background-image: url(/images/sidebar-blue.gif);
	background-repeat: no-repeat;
	height: 5px;
	background-position: 0px -5px;
	padding-bottom: 5px;
}
#sidebar-left #blue .contents {
	color: #000000;
	background-color: #CAD8E5;
	padding-right: 2px;
	padding-left: 2px;
}
.contents .date {
	font-weight: bold;
	color: #EACEA7;
	font-size: 14px;
	padding-top: 5px;
}
.contents .events {
	padding-bottom: 5px;
}



#container #sidebar-right {
	float: right;
	width: 175px;
	margin-left: 10px;
	margin-right: 5px;
}
#container #center {
	margin-right: 190px;
	margin-left: 185px;
}
#center .bottom {
	background-image: url(/images/center.gif);
	background-repeat: no-repeat;
	background-position: 0px -5px;
	height: 5px;
}
#center .contents {
	background-color: #EFEDE2;
	padding-right: 2px;
	padding-left: 2px;
	display: inherit;
}
#center .contents p, #center .contents ul, #center .contents ol {
	margin-bottom: 0px;
}
#center .contents h3 {
	display: inline;
}


#center .top {
	background-image: url(/images/center.gif);
	background-repeat: no-repeat;
	height: 5px;
}
.clear {
	clear:both;
}
#container .copyright {
	text-align: center;
	clear: both;
	margin-top: 5px;
	margin-right: 10px;
	font-size: 10px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
