﻿body {
	background:#000 url('../images/mainPageBKG.png') no-repeat center top; 
	margin:0;
	padding:0;	
	/*overflow:hidden;*/
}

#content {
	width:960px;
	margin:0 auto 0 auto;
	min-height:740px;
	position:relative;
	padding:0;
	overflow:hidden;
}



.block li a:hover { background-position: left bottom; }

.blockContainer {
	width:546px;
	float:left;
	position:relative;
	margin:auto auto auto 35px;
	padding:0;
	top:230px;
}

.blockTitle { 
	font: bold 22px/28px "Palatino Linotype", "Times New Roman", Times, serif;
	margin:0 0 -5px 0;
	text-align:center;
	color:000;
	width:100%;
	padding:10px 0 10px 0;
	border-bottom:1px solid #898c78;
}
.blockTitle a {
	color:#000;
	text-decoration:underline;
}

.blockTitle a:hover {
	color:#000;
	text-decoration:underline;
}


.logo {
	position: relative;
	top: 80px;
	left: 83px;
	font: bold 38px/44px "Palatino Linotype", "Times New Roman", Times, serif;
	color: #4e422c;
	text-decoration: none;
	color: #403624;
	text-align: center;
	width: 390px;
}

#footer {
	position:relative;
	overflow: hidden;
	top:416px;
	padding: 0 0 61px 0;
	width: 100%;
	float:left;
}
#footer p {
	margin: 0;
	padding:0 0 0 160px;
	font: bold 22px/28px "Palatino Linotype", "Times New Roman", Times, serif;
	color: #000;
	text-align: left;
}

.main-nav {
	margin:0 0 0 0;
	padding: 0;
	display: inline;
}
.main-nav li {
	float: left;
	list-style: none;
	margin:0;
	height: 158px;
	width:172px;
	overflow: hidden;
	
}
.main-nav li a {
	background:transparent url('../images/homeBlockComplete1.png') no-repeat center top;
	width:172px;
	height:158px;
	float: left;
	overflow: hidden;
	cursor: pointer;
	outline:none;
	margin:0;
	color:#000;
	text-decoration:none;
}
.main-nav li a:hover { 
	background-position: center bottom; 
	color:#000;
	text-decoration:none;}

.aboutButton {
	margin:0;
	padding:2px 0 0 5px;
	width:151px;
	height:145px;
	float:left;
	position:relative;
	left:5px;
	top:0;
	z-index:5;
}

	.aboutButtonP p{
		padding:0 0 0 5px;
	}
	
.ministriesButton {
	margin:0;
	padding:2px 0 0 5px;
	width:151px;
	height:145px;
	float:left;
	position:relative;
	left:6px;
	top:0;
	z-index:5;

}

	
.contactButton {
	margin:0;
	padding:2px 0 0 5px;
	width:151px;
	height:145px;
	float:left;
	position:relative;
	left:6px;
	top:0;
	z-index:5;

}

.buttonList {
	font: bold 16px "Palatino Linotype", "Times New Roman", Times, serif;
	margin:0 0 0 8px;
	text-align:left;
	color:000;
	width:100%;
	padding:10px 0 10px 0;
	font-weight:normal;
}


