body {
	background: url(../images/bg.gif) repeat-x;
}
#main_bg {
	background: url(../images/main_bg_pic.jpg) top center no-repeat;
	width: 100%;
	height: 643px;
}
#wrapper {
	width: 960px;
	margin: 0 auto;
}
#header {
	width: 960px;
	height: 93px;
	padding-top: 20px;
	padding-right: 10px;
	padding-left: 45px;
}
#header a:hover {
	background: none;
}
#header a:active {background: none;}
#search {
	float: right;
	margin-top: -50px;
	width: 250px;
}
#search .text_input {
	background: transparent url(../images/search.png) no-repeat;
	border: 0;
	width: 187px;
	height: 31px;
	color: white;
	padding-left: 31px;
	padding-top: 8px;
	}
#search .search_button {
	display: none;
}

#nav {
	width: 960px;
	height: 20px;
	color: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 600;
	padding-top: 5px;
	padding-left: 0px;
}
#nav ul li {
	display: inline;
	padding-right: 15px;
}
#nav a {
	text-decoration: none;
	color: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 600;
}
#nav a:hover {
	color: #f9b538;
	background: none;
}
#featured_content {
	background: url(../images/image_rotator_bg.jpg) 20px 0px no-repeat;
	margin-top: 20px;
	height: 290px;
	width: 960px;
}
#image_rotator {
	width: 390px;
	float: left;
	padding: 26px 0px 0px 52px;
}
#welcome {
	float: right;
	width: 480px;
	height: 260px;
	margin: 15px 25px auto auto;
}
#welcome h1 {
	color: #f9b538; 
	font-size: 39px;
	font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
}
#welcome p {
	color: white;
	font-family: Book Antiqua, Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 18px;
	margin: 6px auto 15px auto;
}
.directions, #welcome a {
	text-align: right;
	font-size: 18px;
	color: #f9b538; 
	text-decoration: none;
}
#welcome a:hover {
	background: none;
	text-decoration: underline;
}
#filler {
	background: url(../images/content_bg.gif) 0px 150px repeat-y;
	margin: 190px -100px -500px -105px;
	height: 350px;
	overflow: visible;
}
#filler2 {
	background: url(../images/content_bg.gif) 0px 150px repeat-y;
	margin: -12px -100px -500px -85px;
	height: auto;
	overflow: visible;
}

#content {
	width: 960px;
	margin: -0px 0 30px 35px;
	line-height: 15px;
	height: auto;
}
#content ul li{
	text-indent: 25px;
	list-style: inside disc;
}
#about {
	width: 278px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: white;
	float: left;
}
#beliefs {
	width: 278px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: white;
	float: left;
	margin-left: 48px;
}
#salvation {
	width: 278px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: white;
	float: left;
	margin-left: 48px;
}
#content h3 {
	font-weight: bold;
	color: #f9b538;
	font-size: 16px;
	margin-bottom: 5px;
}

a:link {
	color: #f9b538;
	text-decoration: underline;
	font-weight: bold;
}
a:visited {
	color: #f9b538;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #fff;
	background: none;
	text-decoration: none;
	font-weight: bold;
}
a:active {
	color: #fff;
	background: #f9b538;
	text-decoration: none;
	font-weight: bold;
}
#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: center;
	color: #6e785c;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 20px;
}
#footer a {
	padding: 0px 10px; 
	color: #6e785c;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	background: none;
}
.clear {
	clear: both;
}

img a:hover {
	background: none;
}
#left_column {
	float: left;
	width: 510px;
	height: auto;
	color: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
}
#left_column p {
	margin-bottom: 20px;
}
#right_column {
	float: right;
	width: 325px;
	height: auto;
	color: white;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin-right: 45px;
	margin-top: 25px;
}
.active {color: #f9b538;}

#ie6 {
	display: none;
}
