/* 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: #000000;
	}
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:100%;
	color:black;
	border:1px solid black;
	background:white;
	}
div#mainaudio{
	width:800px;
	height:auto;
	color:black;
	background-color:white;
	border:1px solid black;
	}
p{
	font-size:12px;
	color:black;
	margin:1px 5px 1px 2px;
	font-weight:400;
	text-align:center;
	}
h1{
	width:800px;
	height:200px;
	border-bottom:1px solid black;
	}
h2{
	width:800px;
	height:30px;
	border-bottom:1px solid black;
	}
h3{
	width:auto;
	height:auto;
	background:#800080;
	text-transform:uppercase;
	text-align:center;
	font-size:16px;
	color:#de9755;
	}
h5{
	width:800px;
	height:15px;
	font-size:10pt;
	text-align:right;
	margin-bottom:2px;
	}
div#shadow{
	Filter: Glow(Color=black, Strength=8 );
	margin:0 auto;
	width:850px;
	height:100%;
	}
div#shadowaudio{
	Filter: Glow(Color=black, Strength=8 );
	width:850px;
	height:100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}
div#designer{
	width:850px;
	height:15px;
	text-align:right;
	color:black;
	font-weight:bold;
	font-size:12px;
	padding-left: 25px;
	float: left;
	}
div#bottom{
	width:800px;
	height:76px;
	border-top:1px solid black;
	background-color: #FFFFFF;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	}
div#aboutpastor{
	width:800px;
	height:100%;
	font-size:12pt;
	float: left;
	}

div#videomain{
	width:800px;
	height:100%;
	font-size:12pt;
	}
div#pic2{
	width:110px;
	height:76px;
	float:right;
	clear:left;
	margin-left:10px;
	border-left:1px solid black;
	}
div#logo2{
	width:76px;
	height:76px;
	float:left;
	border-right:1px solid black;
	}	
#form{
	height: 400px;
}
