@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #EBE1BD;
}
.oneColFixCtrHdr #container {
	width: 780px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
}
.oneColFixCtrHdr #header {
	background-color: #EBE1BD;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 256px;
	padding-left: 5px;
}
.oneColFixCtrHdr #header h1 {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: -1000em;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.oneColFixCtrHdr #mainContent {
	text-align: left;

}
.oneColFixCtrHdr  #mainContent  a:link  {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #DF9000;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a:visited {
	font-style: normal;
	font-weight: bold;
	color: #D28900;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a:hover {
	font-style: normal;
	font-weight: bold;
	color: #E6A900;
	text-decoration: none;
}
.oneColFixCtrHdr #mainContent a:active {
	font-style: normal;
	font-weight: bold;
	color: #DF9000;
	text-decoration: none;
}



.oneColFixCtrHdr #footer {
	background-color: #EBE1BD;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
	height: 33px;
	padding-top: 0;
	padding-right: 10px;
	padding-left: 10px;
	text-align: right;
	clear: both;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#header  #menu  ul {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	letter-spacing: 1px;
	margin-top: 133px;
	text-indent: 0px;
	margin-left: 0px;
	}


#header #menu li {
	display: inline;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
}
#header #menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#header #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#header #menu a:hover {
	color: #E09100;
	background-color: #FFFFFF;
}
#header #menu a:active {
	color: #FFFFFF;
	text-decoration: overline;
}
#worship  p  {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: underline;
	line-height: 16px;
	margin: 0px;
	text-indent: 4px;
	font-size: 11px;
	font-weight: bold;
}
#footer #menu ul {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 0px;
	letter-spacing: 1px;
}





#footer #menu li {
	display: inline;
}

#footer #menu a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #menu a:hover {
	color: #E09100;
	background-color: #EBE1BD;
}

#footer #menu a:active {
	color: #FFFFFF;
	text-decoration: overline;
}

#lucas p {
	font-size: 10px;
	text-align: center;
}
#lucas a {
	color: #DF9000;
}
#lucas {
	height: 100px;
	width: auto;
}

