/* CSS Document */

*{
	font-family:"Times New Roman", Times, serif;
	margin:0 auto;
	}
a:hover {
	color:black;
	text-decoration:none;
	background:#999999;
}
a:link {
	text-decoration: none;
	color:;
	}
a:visited {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body{
	color:black;
	background-image:url(../images/background_2.jpg);
	background-attachment:fixed;
	}

div#main{
	width:800px;
	height:1025px;
	color:black;
	border:1px solid black;
	background-color: #FFFFFF;
	}
h1{
	width:800px;
	height:200px;
	border-bottom:1px solid black;
	}
h2{
	width:800px;
	height:30px;
	border-bottom:1px solid black;
	}
h5{
	width:800px;
	height:15px;
	font-size:10pt;
	text-align:right;
	margin-bottom:2px;
	}
div#shadow{
	Filter: Glow(Color=black, Strength=8 );
	width:850px;
	height:1106px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
div#designer{
	width:800px;
	height:15px;
	text-align:right;
	color:black;
	font-weight:bold;
	font-size:12px;
	}
div#bottom{
	width:800px;
	height:76px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: black;
	border-bottom-color: #000000;
	}
div#aboutpastor{
	width:800px;
	height:795px;
	font-size:12pt;
	}
	
