body {
	margin:0px 0px;
	text-align:center;
}

div#container{
	position: relative;
	margin:0px auto;
	width:960px;
	background-color:#F7C608;
	background-image:url(new_back.png);
}


#content {
	position: relative;
	margin:0px auto;
	width:980px;
	clip:  rect(   );
	left: 1px;
}


/* container for the 3 columns */
.outer-container {
	position: relative;
	margin:0px auto;
	width:930px;
	clip:  rect(   );
	background-image: url(../images/outer_container_background.jpg);
}

.header {
/* clear: both;             /* below all columns */
	width:930px;
	height:200px;
	left: 15px;
	top: 5px;
	border: 1px none #000000;
	background-image: url(../images/header.jpg);
}


/* container for just the left and center columns */
.inner-container {
	width: 730px;
	float: left;             /* left side of window */
	/*  background-color: #ffc;  /* yellow color will show behind the left column */
  color: #000;             /*   delete these colors to get same color as right column */
	margin: 0;
}

#church_middle {
	width:495px;
	float: right;            /* right side of inner-container */
	margin: 0;               /* keep flush with adjacent containers */
	/*  background-color: #cff;  /* light blue color will show behind the center column */
  color: #4F3119;
	position:relative;
	text-align:left;
	padding-left:10px;
	font-family: Garamond, Arial, "Times New Roman", Courier;
	font-size: 12pt;
	color: #4F3119;
	padding-right: 10px;
	z-index:5;
	height:auto;
}


#church_left_side{
	width:205px;
	z-index:10;
	left: 0px;
	top: 0;
	float:left;
	border: 1px none #000000;
	overflow:hidden;
	height: auto;
	float:left;
	padding-left: 8px;

}

#church_right_side {
	width:200px;
	height:auto;
    float: right;            /* right side of window */
    margin: 0;               /* keep flush with adjacent containers */
}

#church_bottom {
	clear: both;             /* below all columns */
	width: 940px;             /* full window width */
	height:85px;
	margin: 0px;
	background-image:url(../images/footer%20copy.png);
	margin-left: 10px;
	margin-bottom: 5px;
}


#church_middle a {
	text-decoration: none;
	font-family: Garamond, Arial, "Times New Roman", Courier;
	font-size: 12pt;
	color: #4F3119;
	font-weight: bold;
}



.churchbutton   {
	text-decoration: none;
	width: 130px;
	display:block;
	text-align: center;
	font-size: 11pt;
	font-weight: bold;
	font-family: Garamond;
	color: #000000;
	cursor: hand;
	padding-top: 10px;
}

a.churchbutton:hover  {
   	color: red; 
	background-image: url(../../church/images/mouseover.jpg);	
}

a.churchbutton {
	background-image: url(../../church/images/left_side_button.jpg);
}
