
body {
 background: url('images/bggrad.gif');
 background-repeat: repeat-x;
  background-color: #FFF587;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
}

iframe {
 border: 0px none #fff;
 }

#wrapper { 
 margin: 0 auto;
 width: 972px;
}


#header {
 background: url('images/header.jpg');
 background-repeat:no-repeat;
 width: 950px;
 color: #333;
 padding: 0px 10px 0px 10px;
 border-top: 1px solid #ccc;
 border-right: 1px solid #ccc;
 border-left: 1px solid #ccc;
 height: 147px;
 margin: 10px 0px 0px 0px;
 background-color:#F3F2ED;
}

#directions {
 float: left;
 background: #FFEEFF;
 margin: 0px 20px 10px 0px;
 padding: 10px;
 border: 1px solid #000;
}

#navigation {
 color: #333;
 padding: 5px 10px;
 background: #C959A2;
}

#church {
 background: url(images/contentbg.gif);
 background-repeat: repeat-y;
}

#content_wrapper { 
background:#C9E2A5;
 width: 950px;
 color: #333;
 border-right: 1px solid #ccc;
 border-left: 1px solid #ccc;
  margin: 0px;
 padding: 10px;
}

#content {
 background: url(images/leftbar.gif);
 background-repeat: no-repeat;
 background-position: left bottom;
min-height: 580px;
height: auto !important;
height: 580px;
  border: 2px solid #C959A2;
  border-top: 10px solid #C959A2;
}

#left {

 float: left;
 width: 247px;
 padding: 0px;
 margin: 0;
 text-align:left;
}


#left a {
  color: #F0ECA3;
  font-family: Comic Sans, Comic Sans MS, cursive;
}

#right { 
margin: 0 0px 0 220px;
padding: 20px 30px 30px 30px;
color: #2B370C;
font-size: 14px; 
line-height: 19px;
text-align: justify;
} 

#content ul {
	list-style-type: disc;
	list-style-image: url(bullet.gif);
}

.clear {
clear:both;
}

.left {
 float: left;
 text-align: left;
}

.right {
 float: right;
 text-align: right;
}

#footer {
	background:#C9E2A5;
	padding: 5px;
	height: 40px;
}
