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

/* Judah Ministries CSS */

body {
	background: #050517;
	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: #050517;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	height: auto;
}
.oneColFixCtr #main_graphic {
	width: 800px;
	position: relative;
	left: -20px;
	margin: 0px;
	padding: 0px;
	top: 20px;
	background-color: #050517;
}
.oneColFixCtr #container {
	width: 800px;
	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 {
	padding: 0 20px;
}.oneColFixCtrr #banner {
	height: 150px;
	width: 800px;
	position: relative;
	top: 0px;
	left: -20px;
}
.oneColFixCtr #home_page_text_one {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-align: center;
	width: 350px;
	margin: 5px;
	padding: 5px;
	color: #FFFFFF;
	position: relative;
	top: -550px;
	left: 200px;
	word-spacing: normal;
	letter-spacing: 2px;
}
.oneColFixCtr #believe_statement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	margin: 5px;
	padding: 5px;
	width: auto;
	text-align: left;
	top: -1480px;
	position: relative;
}
.oneColFixCtr  #believe_statement_two  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align: center;
	position: relative;
	top: -1500px;
	width: auto;
	margin: 5px;
	padding: 5px;
	left: 0px;
	visibility: visible;
	line-height: 30px;
}
.oneColFixCtr #believe_navigation {
	position: relative;
	text-align: center;
	top: -2500px;
	left: -20px;
}
.oneColFixCtr #contact_statement {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-align: center;
	background-image: url(images/JesusBaptism.jpg);
	background-repeat: no-repeat;
	height: 800px;
	width: 800px;
	position: relative;
	left: -20px;
}
.oneColFixCtr #contact_banner {
	position: relative;
	left: -20px;
}
.oneColFixCtr #contact_navigation {
	position: relative;
	left: -20px;
}
.oneColFixCtr #home_copyright {
	left: -20px;
	position: relative;
	top: -385px;
}
.oneColFixCtr #header {
	position: relative;
	left: -19px;
}
.oneColFixCtr #contact_header {
	position: relative;
	left: -17px;
}

