@charset "UTF-8";
body {
	padding: 0;
	margin: 0;
	background: #666666 url(../images/background.png) no-repeat center top;
	width: 100%;
	display: table;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
}
a:link{
	text-decoration: underline;
	color: #333333;
}

a:hover{
	text-decoration: underline;
	color: #225981;
}

a:visited{
	text-decoration: none;
	color: #000066;
}
.contact {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
}

/* ---------- top menu ----------*/
#wrapper {
	width: 830px;
	min-height:600px;
	margin-left: auto;
	margin-right: auto;
	height: 680px;
	margin-top: 15px;
}
#title {
	height: 60px;
	width: 90%;
	padding-left: 30px;
}
#content {
	float: left;
	height: 620px;
	width: 597px;
	position: relative;
	background-image: url(../images/frame.gif);
	background-repeat: no-repeat;
}
#photo {
	float: right;
	height: 610px;
	width: 233px;
	position: relative;
	background-image: url(../images/michael.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#top_menu {
	width: 553px;
	height: 25px;
	position: absolute;
	left: 33px;
	top: 8px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #838383;
}
	
#main_window {
	float: right;
	height: 515px;
	width: 525px;
	padding-right: 25px;
	padding-top: 50px;
	padding-left: 10px;
	font-size: 14px;
}
#main_window_gallery {
	float: right;
	height: 515px;
	width: 525px;
	padding-right: 25px;
	padding-top: 50px;
	padding-left: 10px;
	font-size: 11px;
}
#cross {
	background-image: url(../images/cross.png);
	height: 147px;
	width: 119px;
	position: absolute;
	left: 530px;
	top: -60px;
}

#copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	position: absolute;
	left: 254px;
	top: 606px;
	width: 337px;
	text-align: right;
}
/* ---------- top menu ----------*/

#home_btn {
	height: 25px;
	width: 68px;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#gallery_btn {
	height: 23px;
	width: 80px;
	position: absolute;
	left: 72px;
	top: 0px;
	
}

#bible_parties_btn {
	height: 23px;
	width: 80px;
	position: absolute;
	left: 157px;
	top: 0px;
	
}
#music_btn {
	height: 23px;
	width: 65px;
	position: absolute;
	left: 264px;
	top: 0px;

}
#bible_verses_btn {
	height: 23px;
	width: 65px;
	position: absolute;
	left: 330px;
	top: 0px;
	
}
#contact_btn {
	height: 23px;
	width: 65px;
	position: absolute;
	left: 427px;
	top: 0px;
	
}

/*------------------------end top menu -------------------------------*/

/*-------------------------gallery css -------------------------------*/
* {margin:0; padding:0}
#gallery {
	position:relative;
	width:530px;
	padding:0px;
	background:#E2E2E2
}
#images {border:2px solid #9ac1c9; height:225px; background:#eef5f6; margin-bottom:20px}
#image {
	position:relative;
	width:520px;
	height:365px;
	padding:5px;
	background:#FFFFFF url(../images/loading.gif) no-repeat center center;
	margin-top: 8px;
}
#image img {position:absolute; top:5px; left:5px}
#thumbwrapper {
	margin-top:6px;
	padding:5px 0;
	width:530px;
	height:75px;
	background:#FFFFFF;
}
#thumbarea {
	position:relative;
	overflow:hidden;
	height:75px;
	width:520px;
}
#thumbs {
	position:absolute;
	list-style:none;
	margin-left:10px;
	height:76px;
	width:10000px;
	border-right:5px solid #FFF
}
#thumbs li {float:left; margin-right:5px; cursor:pointer}
.imgnav {
	position:absolute;
	height:375px;
	width:20%;
	z-index:100;
	height:375px;
	width:20%;
	z-index:100;
	outline:none;
	cursor:pointer;
	top: 9px;
}
#previmg {
	left:0px;
	background:url(../images/left.gif) no-repeat left center;
	border-left:5px solid #FFF
}
#previmg:hover {opacity:1; filter:alpha(opacity=100)}
#nextimg {
	right:3px;
	background:url(../images/right.gif) no-repeat right center;
	border-right:5px solid #FFF
}
#nextimg:hover {opacity:1; filter:alpha(opacity=100)}

/*----------------------- END gallery css ---------------------*/
#index_content {
	height: 430px;
	width: 490px;
	padding-top: 60px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 30px;
}
#music_content {
	height: 100px;
	width: 480px;
	border-bottom: thin solid #225981;
	padding-top: 30px;
	margin-bottom: 20px;
	padding-left: 25px;
	padding-right: 25px;
}
#contact_content {
	height: 65px;
	width: 470px;
	padding-top: 10px;
	margin-bottom: 20px;
	padding-left: 55px;
}
