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



body {
	background-image: url(background.jpg);
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.oneColFixCtr #container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtr #mainContent {
	height: auto;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtr #believe {
	top: -170px;
	position: relative;
	padding: 0px;
	margin: 0px;
	left: 140px;
	width: 500px;
	height: 100px;
	text-align: center;
}
.oneColFixCtr #main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: relative;
	top: -200px;
	left: 125px;
	background-position: center center;
	width: 500px;
	margin: 20px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
}
.oneColFixCtr #the_staff {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: relative;
	top: -190px;
	text-align: center;
	left: 200px;
	width: 400px;
}
.oneColFixCtr #announcement {
	position: relative;
	height: 250px;
	width: 350px;
	top: -200px;
	left: 230px;
}
.oneColFixCtr #picture_banner {
	position: relative;
	top: -150px;
	left: 132px;
	height: 144px;
	width: 628px;
}
.oneColFixCtr #church_name {
	height: 150px;
	width: 150px;
	position: relative;
	left: -21px;
	top: 0px;
}
.oneColFixCtr #flash_icon {
	position: relative;
	height: 49px;
	width: 120px;
	top: -160px;
	left: -20px;
}
.oneColFixCtr  #w3c_stuff {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: normal;
	color: #000000;
	width: 400px;
	float: none;
	height: auto;
	position: relative;
	top: -100px;
	left: 200px;
	line-height: 25px;
}
.oneColFixCtr #nav_bar {
	height: 50px;
	width: 640px;
	position: relative;
	top: -210px;
	left: 110px;
}
.now_event {
	font-family: "Times New Roman", Times, serif;
	font-size: 36px;
	font-style: italic;
	font-weight: bold;
	color: #FF0000;
}
.oneColFixCtr #cell_style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	height: 50px;
	width: 100px;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	word-spacing: normal;
	line-height: normal;
}
.oneColFixCtr #table_style {
	font-family: Arial, Helvetica, sans-serif;
	width: 750px;
}

