/*CSS Document*/
* {margin:0; padding:0;   }

body { color:#000000; font-family:Arial, Helvetica, sans-serif; height:100%;  background-color:#d0c7b6;
	background-repeat:repeat; text-align:center;}

div#container {width: 410px; float:left; min-height:400px; border:0px solid black; margin-left:10px; padding:0 0 0 5px; text-align:left; }
	div#containername {margin-left:5px; font-size:110%; float:left; text-decoration:underline; width:55%; 
		font-weight:bold; margin-bottom:8px; }
	div#containername2 {margin-left:5px; font-size:100%; float:left; text-decoration:underline; width:60%; 
		font-weight:bold; margin-bottom:8px; }
	div#containeraddress {margin-left:15px;  font-size:90%; float:left; width:45%; clear:left; font-weight:bold;}
	div#container h3 {font-size:130%; text-align:center;}
	div#container a {color:#000000; text-decoration:none;}
	div#container a:hover {text-decoration:underline;}

div#pastor {margin-right:auto; margin-left:auto; clear:both;  width:380px; background-color:#a1816b; border:2px solid black; 
			min-height:10px; font-weight:bold; font-size:90%;}
	div#pastor p {margin:3px 0 3px 6px; width:90%;}

div#worshiptime {float:left; width:220px; background-color:#a1816b; font-size:70%; font-weight:bold; margin:10px 0 10px 15px; 
		padding:3px; clear:left; border:2px solid black;}
		div#worshiptime p {display:block; float:left; width:100%;}

div#staff {width:95%; margin-left:auto; margin-right:auto; font-size:85%; font-weight:bold; margin-top:15px;}
	div#staffl {width:45%; float:left;  }
	div#staffr {width:45%; float:right; }
	div#staff p {font-size:110%; font-weight:bold; text-decoration:underline; margin-bottom:5px;}
div#piccontainer {height:120px; width:140px; background-color:#a1816b; border:2px solid black; float:right; margin-bottom:15px; }<!--portait-->

div#piccontainer2 {}
div#piccontainer3 {height:130px; width:120px; background-color:#a1816b; border:2px solid black; float:right; margin-bottom:15px;}

.clearfix:after {
 	content:"."; display:block; height:0; clear: both; visibility:hidden;}
	.clearfix {display: inline-block;}
	* html .clearfix {height:1%;}
	.clearfix {display:block;}
