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

/* --------------GENERAL---------------- */

body{
	background-image:url(../images/bg.gif);
	background-repeat:no-repeat;
	background-position:center 190px;
	background-color:#736F6E;
	width:830px;
	margin:0 auto;
	margin-top:10px;
	font-size:12px;
}
button{
	border:none;
	background:none;
}

button:active, button:focus {outline:0;}
img:active, img:focus {outline:0;}
:active, :focus {outline:0;}

a:link, a:visited{
	color:#000000;
	text-decoration:none;
}
a:hover{
	color:#330088;
	text-decoration:underline;
}
h4{
	color:#FFFFFF;
	background-color:#626657;
	font-size:11px;
	text-transform:uppercase;
	font-weight:normal;
	padding:4px;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica;
}
h5{
	color:#666666;
	font-size:12px;
	font-weight:bold;
	padding:10px;
	padding-top:15px;
	padding-bottom:0px;
}
p{
	color:#626657;
	font-size:11px;
	padding:10px;
	padding-bottom:5px;
	padding-top:5px;
	line-height:16px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
.show{
	width:810px;
	height:430px;
	background-color:#E6E7E2;
	padding:0px;
	margin:0px;
	margin-right:10px;
}
.right_cont{
	float:left;
	width:405px;
	text-align:justify;
}
.left_cont{
	float:right;
	width:405px;
	text-align:justify;
}

/* --------------header---------------- */

#header{
	width:200px;
	margin-bottom:-18px;
}

/* --------------HOME section---------------- */

#show1{
	width:400px;
	height:430px;
	float:left;
	background-color:#E6E7E2;
	padding:0px;
	margin:0px;
	margin-right:10px;
}
#show2{
	width:190px;
	height:430px;
	float:left;
	background-color:#E6E7E2;
	padding:0px;
	margin:0px;
	margin-right:10px;
}
#show3{
	width:200px;
	height:430px;
	float:left;
	background-color:#E6E7E2;
	padding:0px;
	margin:0px;
}
#the_news img{
	margin:10px 0px 0px 10px;
}
.date{
	font-size:11px;
	color:#999999;
	margin-left:10px;
	font-style:italic;
}
.ft-title{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 380px;
	text-align: left;
	font-size:12px;
}
.bgh{
	list-style:none;
	margin:0px;
}
.bgh li{
	margin-top:-2px;
}

/* --------------ABOUT section---------------- */

.about_me{
	padding:10px;
	padding-bottom:0px;
}

/* --------------MINISTRIES section---------------- */

.portfolio{
	padding:10px;
	padding-right:0px;
	padding-bottom:0px;
}
.bg{
	margin:0px;
}
.bg li{
	list-style:none;
	display:block;
	float:left;
}
.domain{
	margin:10px;
	margin-top:0px;
	margin-bottom:0px;
	width:375px;
	padding:5px;
	background-color:#666666;
	color:#FFFFFF;
	font-size:11px;
}

/* --------------CONTACT section---------------- */

fieldset{
	color:#626657;
	margin:10px;
	padding:7px;
	border:1px solid #999999;
	font-style:italic;
}
legend{
	color:#626657;
	font-weight:bold;
	padding-left:7px;
	padding-right:7px;
}

/*-------------- SITEMAP --------------*/

#sitemap
{
	font-size: 10px;
	color: #000;
	line-height: 14px;
	color: #888787;
	float: right;
}

#sitemap a
{
	color: #888787;
}

#sitemap a:hover
{
	color: #5696A7;
}


#sitemap h1
{
	font-size: 12px;
	display: block;
	color:#434343;
	margin-bottom: 6px;
}

.sitemap-column
{
	float: left;
	width: 120px;
}

.sitemap-column ul
{
	list-style-type: none;
}


/* --------------FOOTER---------------- */

#footer{
	background-image:url(../images/bottom_background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	margin-top:0px;
	padding-top:10px;
}
#footer a:link, #footer a:visited{
	color:#ffffff;
	text-decoration:none;
}
#footer a:hover{
	color:#ffffff;
	text-decoration:underline;
}
