#content {
	position: relative;
	margin:0px auto;
	width:950px;
	clip:  rect(   );
	left: 1px;
}

/* container for the 3 columns */
.outer-container {
	position: relative;
	margin:0px auto;
	width:950px;
	clip:  rect(   );
	background-image:url(images/new_background.jpg)
}

.header {
width:950px; height:111px; z-index:7; left: 1px; top: 2px; background-image: url(images/top_frame.jpg); layer-background-image: url(images/top_frame.jpg); border: 1px none #000000;
}

/* container for just the left and center columns */
.inner-container {
  width: 791px; 
  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;               /* keep flush with adjacent containers */
}


#church_middle {
width:625px;
  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;
	background-image: url(images/background.jpg);
    z-index:5;
	height:auto;
}


#church_left_side{
  width:144px;
	z-index:10;
	left: 1px;
	top: 0;
	float:left;
	background-image:url(images/left_side.jpg);
}

#church_right_side {
	width:159px;
	background-image: url(images/right_side.jpg);
  float: right;            /* right side of window */
  margin: 0;               /* keep flush with adjacent containers */
  	background-repeat:repeat-y;
}

#church_bottom {
 clear: both;             /* below all columns */
  width: 950px;             /* full window width */
  	height:104px;
  margin: 0;
background-image: url(images/bottom_frame.jpg);
}

#logo_layer {
	position:absolute;
	width:200px;
	height:61px;
	z-index:1;
	left: 64px;
	top: 9px;
}

#picture_layer {
	position:absolute;
	width:200px;
	height:auto;
	z-index:1;
	left: 417px;
	top: 1px;
}

#church_middle a {
	text-decoration: underline;
	font-family: Garamond, Arial, "Times New Roman", Courier;
	font-size: 12pt;
	color: #4F3119;
	font-weight: bold;
}

body {
	margin:50px 0px;
	text-align:center;
	background-repeat: repeat;
	background-image: url(images/background.jpg);
}


.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(images/mouseover.jpg);	
}

a.churchbutton {
	background-image: url(images/left_side_button.jpg);
	margin-right:5px;
}

ol {
	list-style-position: outside;
	list-style-image: url(images/bullet.gif);
}

