/* CSS Document */
						/*All of the headers start here*/

h4{
	width:auto;
	height:auto;
	background:#800080;
	text-transform:uppercase;
	text-align:center;
	font-size:16px;
	color:#de9755;
	}
					/*All of the information blocks start here*/
div#pastor{
	width:800px;
	height:400px;
	border-top:1px solid black;
	}
div#middle{
	width:800px;
	height:360px;
	border-top:1px solid black;
	}
div#message{
	width:800px;
	height:170px;
	border-bottom:1px solid black;
	}
div#welcome{
	float:left;
	width:599px;
	height:240px;
	border-right:1px solid black;
	background:#C4C2C2;
	}
div#info{
	clear:right;
	float:right;
	width:200px;
	height:66px;
	background:#E69BE8;
	}
div#info2{
	float:left;
	width:265px;
	height:283px;
	background:#E69BE8;
	border-right:1px solid black;
	}
div#info3{
	float:left;
	width:333px;
	height:283px;
	background:#E69BE8;
	border-right:1px solid black;
	}
div#info4{
	float:left;
	width:200px;
	height:283px;
	background:#E69BE8;
	}
div#media{
	margin:20px;
	margin-top:60px;
	margin-left:25px;
	width:150px;
	height:120px;
	background:#E69BE8;
	}

							/*All of the images start here*/
div#pastorpic{
	width:240px;
	height:240px;
	float:left;
	margin-right:10px;
	}
div#pic3{
	float:left;
	width:75px;
	height:75px;
	padding:5px;
	padding-bottom:0;
	}
div#logo{
	width:200px;
	height:100px;
	float:right;
	clear:right;
	}
				/*All of the text on the page starts here*/
p#events{
	font-size:14pt;
	color:black;
	margin:4px 5px 1px 2px;
	line-height:20px;
	font-weight:400;
	text-align:left;
	border-bottom:3px double black;
	}
p#text{
	text-align:right;
	text-indent:20px;
	font-size:8pt;
	color:black;
	margin:0 5px 0px 2px;
	font-weight:400;
	}
p#text1{
	text-align:left;
	text-indent:20px;
	font-size:12pt;
	color:black;
	margin:5px 5px 0px 10px;
	margin-left:200px;
	padding-left:25px;
	font-weight:500;
	}
p#text2{
	text-align:justify;
	text-indent:20px;
	font-size:13pt;
	color:black;
	margin:10px 20px 0 20px;
	font-weight:700;
	font-family:"Times New Roman", Times, serif;
	}
p#text4{
	text-align:left;
	font-size:9pt;
	margin:6px;
	}
p#text::first-letter {
	font-size:200%;
	}
p#text2::first-letter {
	font-size:150%;
	}	
p#text1::first-letter {
	font-size:200%;
	}	
p#text4::first-letter {
	font-size:200%;
	}