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

div {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

body {
	margin:0 auto;
	text-align:center;
	background:gray;
}

#wrapper {
	margin:0 auto;
	text-align:center;
	width:780px;
}

#header {
	width:780px;
	height:181px;
	background:url(../images/header.gif);
}

#nav {
	width:780px;
	height:37px;
	background:url(../images/nav.gif);
}

#content {
	width:780px;
	background:white;
}

#footer {
	width:780px;
	height:52px;
	background:url(../images/footer.gif);
}

#home a{
	display:block;
	float:left;
	width:45px;
	height:37px;
	background:url(../images/home.gif);
}

#about a{
	display:block;
	float:left;
	width:65px;
	height:37px;
	background:url(../images/about.gif);
}

#location a{
	display:block;
	float:left;
	width:140px;
	height:37px;
	background:url(../images/location.gif);
}

#ministries a{
	display:block;
	float:left;
	width:71px;
	height:37px;
	background:url(../images/ministries.gif);
}

#events a{
	display:block;
	float:left;
	width:125px;
	height:37px;
	background:url(../images/events.gif);
}

#partnership a{
	display:block;
	float:left;
	width:83px;
	height:37px;
	background:url(../images/partnership.gif);
}

#ministryschool a{
	display:block;
	float:left;
	width:105px;
	height:37px;
	background:url(../images/ministryschool.gif);
}

#store a{
	display:block;
	float:left;
	width:47px;
	height:37px;
	background:url(../images/store.gif);
}

#videos a{
	display:block;
	float:left;
	width:99px;
	height:37px;
	background:url(../images/videos.gif);
}

#home a:hover{
	background:url(../images/home2.gif);
}

#about a:hover{
	background:url(../images/about2.gif);
}

#location a:hover{
	background:url(../images/location2.gif);
}

#ministries a:hover{
	background:url(../images/ministries2.gif);
}

#events a:hover{
	background:url(../images/events2.gif);
}

#partnership a:hover{
	background:url(../images/partnership2.gif);
}

#ministryschool a:hover{
	background:url(../images/ministryschool2.gif);
}

#store a:hover{
	background:url(../images/store2.gif);
}

#videos a:hover{
	background:url(../images/videos2.gif);
}

#movie {
	float:left;
	width:249px;
	height:233px;
	background:url(../images/movie.gif);
}

#banner1 {
	float:left;
	width:531px;
	height:233px;
	background:white;
}

#banner2 {
	float:left;
	width:283px;
	height:233px;
	background:white;
}

#undermovie {
	float:left;
	width:249px;
	height:242px;
	background:url(../images/undermovie.gif);
}

#welcome {
	float:left;
	width:248px;
	height:242px;
	background:url(../images/welcome.gif);
}

#aboutus {
	float:left;
	width:283px;
	height:242px;
	background:url(../images/aboutus.gif);
}

#aboutus a{
	color:white;
}


#contenttxt {
	text-align:left;
	padding:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
