@charset "utf-8";
body {
	width:100%;
	/* background-color:gray; */
	padding:0px;
	margin:0px;
}
#header{
	background-color:white;
	/* width:922px; */
	width:825px;
	/* height:200px; */
	height:90px;
	margin-left:auto;
	margin-right:auto;
	
}
#main{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	/* margin: 0 auto; */
	width: 825px;
	min-height:700px;
	/* background-color:red; */
		
}
div.line
{
    width: 100%;
    min-width: 840px;
    height: 7px;
    background-color:blue;
    overflow: hidden;
}
#footer{
	width: 100%;
    min-width: 840px;
    height: 400px;
    background-color:blue;
    overflow: hidden;
}
#welcome-box {
    border: 1px solid #CCCCCC;
    height: 234px;
    width: 100%;
    /*
	-o-box-shadow:			10px 10px 5px #888;
	-moz-box-shadow:		10px 10px 5px #888;
	-webkit-box-shadow:	10px 10px 5px #888;
	box-shadow :-3px -3px 5px #CCC; 
    */
}
#worship {
    margin: 7px 0px 7px 7px;
    float: left;
}
#welcome-msg {
    /* background-image:url(images/welcome-bg.gif); */
	/* background-repeat:repeat-x; */s
    display: inline-block;
    height: 220px;
    margin: 7px 7px 7px 7px;
    float: right;
    width: 310px;
}
#welcome-msg p{
	margin:15px;
	font-size:18px;	
}
#services{
	height:100px;
	border:1px solid #CCCCCC;
	width:100%;
	margin-top:10px;
	/* box-shadow :-3px -3px 5px #CCC; */
}
h3{
	margin:0px;	
}
.quarter{
	display:inline-block;
	height:175px;
	margin:10px 5px 5px 5px;
	width:193px;
	border:1px solid #CCCCCC;
    text-align:center;
	/* box-shadow :-3px -3px 5px #CCC; */
}
#pastor{
	margin-left:0px;	
}
#events{
	margin-right:0px;
	float:right;
    
}
.quarter h3{
    text-align:center;
}

.quarter img{
    
    width:180px;
    height:140px;
}
.doctrine-button
{
    
    background:gray;
    text-align:center;
    color:white;
    
}
.quarter img:hover {
    cursor:pointer;
    
}
