@charset "utf-8";
/* CSS Document */
body {
margin:0px;
padding:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image:url(../images/imgez.gif);
	background-repeat:no-repeat;
	text-align:center;
	/*background-color:#58A6D3;*/
}
/*Container for the index page*/
#container{
    width:860px;
    margin:20px 0px;
	padding:0px;
	text-align:left;
	}
#banner{
    width:860px;
	height:311px;
	background-image:url(../images/banner.jpg);
	}
#container1{
    width:900px;
    margin:50px 0px;
	padding:0px;
	text-align:left;
	}
#banner1{
    width:900px;
	height:326px;
	background-image:url(../images/banner2.jpg);
	}
#hori_nav1{
    clear:left;
    width:900px;
	height:38px;
	background-color:#d2d2d5;
	}
#test{
    position:absolute;
	top:250px;
	left:150px;
    width:900px;
	height:326px;
/*	background: rgba(0, 255, 255, 0.5);*/
	
	background-color: #225977;
 /*border: 1px solid black;*/
  /* for IE */
/*  filter:alpha(opacity=80);*/
  /* CSS3 standard */
  filter:alpha(opacity=70);
opacity: 0.7;
-moz-opacity:0.7;


  
	}
#test1{
     width:900px;
	 height:326px;
	 background-image:url(../images/pastor2.jpg);
	 }
.test1{
   float:left;
    width:662px;
	height:326px;
	/*background-image:url(../images/pastor1.jpg);*/
	}
.test2{
    float:left;
    width:194px;
	height:263px;
	padding-left:44px;
	padding-top:63px;
	background-color: #225977;
 /*border: 1px solid black;*/
  /* for IE */
/*  filter:alpha(opacity=80);*/
  /* CSS3 standard */
  filter:alpha(opacity=70);
opacity: 0.7;
-moz-opacity:0.7;

	}
.transparent
{
   filter:alpha(opacity=60); 
   -moz-opacity: 0.6; 
   opacity: 0.6; 
}
#main{
   
   width:900px;
   }
.main1{
   float:left;
   width:650px;
   padding:48px 6px 6px 6px;
   line-height:17px;
   }
.main2{
   float:left;
   width:191px;
   padding-top:36px;
   padding-left:47px;
   }
 .centerimage{
   text-align:center;
   }
   .blur{
	background-color: #ccc; /*shadow color*/
	color: inherit;
	margin-left: 4px;
	margin-top: 4px;
}

.shadow,
.content{
	position: relative;
	bottom: 2px;
	right: 2px;
}

.shadow{
	background-color: #666; /*shadow color*/
	color: inherit;
}

.content{
	background-color: #fff; /*background color of content*/
	color: #000; /*text color of content*/
	border: 1px solid #000; /*border color*/
	/*padding: .5em 2ex;*/
}

