/* CSS Document */

body {
	background-image: url(background.png);
	background-position: top;
	margin-top: 0;
	padding: 0;
	background-repeat: no-repeat;
}

.logo {
	position: absolute;
	z-index: auto;
	top: 20px;
	left: 30px;
}

/*Frame */

#frame {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 890px;
	height: 1050px;
	z-index: auto;

}

/* Menu &amp; Navigation */

#menu {
	width: 874px;
	height: 30px;
	text-align: center;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul .item {
	display:none;
}
#menu ul:hover .item {
	display:block;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 143px;
	height: 20px;
	padding: 20px 0 0 0 0;
	background: transparent repeat-x left bottom;
	text-align: center;
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: ;
}

#menu a:hover {
	background: #FFCC33 url(img3.png) repeat-x left top;
}



.navigation {
	position: absolute;
	z-index: auto;
	top: 107px;
	left: 15px;
	text-align: center;
}

/* Slide Animation */

.slide {
	position: absolute;
	z-index: auto;
	width: 874px;
	height: 343px;
	top: 138px;
	left: 12px;
	text-align: center;
}

/* Service Times */

.times {
	position: absolute;
	z-index: auto;
	width: 310px;
	height: 180px;
	top: 500px;
	left: 30px;
	color: #000000;
	font-size: 13px;
	line-height: 19px;
	text-align: left;
}

.bold {
	color: #660099;
	font-size: 1.6em;
	text-transform: uppercase;
}

.black {
	color: #000000;
	font-size: 1.2em;
	text-decoration: underline;
}

/* Advertisements */

.birds {
	position: absolute;
	z-index: auto;
	top: 20px;
	left: 725px;
}

/* Content Information */

.content {
	position: absolute;
	z-index: auto;
	width: 540px;
	height: 180px;
	top: 500px;
	left: 330px;
	color: #000000;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
	text-align: left;
}

/* Pastor &amp; Shepherd Mother Alex */

.alexs {
	position: absolute;
	z-index: auto;
	top: 709px;
	left: 660px;
	width: 171px;
	height: 238px;
	text-align: left;
}

/* Copyright Information */

.copyright {
	position: absolute;
	z-index: auto;
	width: 600px;
	height: 40px;
	top: 980px;
	left: 30px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	letter-spacing: 1px;
	text-align: left;
}

/* Design By  */

.designby {
	position: absolute;
	z-index: auto;
	width: 330px;
	height: 40px;
	top: 1030px;
	left: 540px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
}

.designby a {
	color: #FFCC00;
}

.designby a:hover {
	color: #FFFF33;
}


