/* CSS Document */
body{
      background:#4a0000 url(images/bg01.jpg);
	  background-repeat: repeat-x;
	  }
	  

p {
margin:10px;

}
.main{
	   background:#000000;
  	}
	

#pastor{
	color:#4a0000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:300px;
	height:197px;
	background:#000000;
	
	
	}

#welcome{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	width:500px;
	height:197px;
	background:#af9977 url(images/bg02.jpg);
	background-repeat: repeat-x;

	}
	
#welcome p{
	margin:5px;
	color:#FFFFFF;
	}

.content{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	width:600px;
	height:100%;
	background:#000000 url(images/bg03.jpg);
	background-repeat: repeat-x;

	}
.content h4{
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	}
	
.content a{
	color:#ffffff;
	text-decoration:underline;
	}
.content a:hover{
	color:#ffffff;
	text-decoration:underline;
	font-weight:bold;
	}
	
.content a:visited{
	color:#ffffff;
	text-decoration:underline;
	}
	
#mission{
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	width:500px;
	height:197px;
	background:#af9977 url(images/mission01.jpg);
	}

#mission p{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	margin-top:80px;
	margin-left:60px;
	margin-right:40px;
	}

#services{
	color:#4a0000;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:300px;
	height:197px;
	background:#af9977 url(images/schedule01.jpg);
	}
.footerlinks{
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
.footerlinks a{
				color:#000000;
				}
.footerlinks a:hover{
				color:#FFFFFF;
				text-decoration:underline;
				}
.footerlinks a:visited{
				color:#666666;
				}
	
.left {
	background:#af9977;
	height:auto;
	}
	
/*Photo slideshow styles*/

#FrogJS{
				width: 600px;
				height: 500px;
				margin: 0 auto;
			}
			#FrogJSCredit{
				text-align: right;
				font-size: 80%;
				color: #999;
				padding: 1px;
			}
			#FrogJSCaption{
				text-align: left;
				line-height: 140%;
			}

/*end of photo slideshow styles*/