/* religion CSS */

div.cright,
div.cleft{
  display: none;
  width: 1px;
  background: transparent;
  margin: 0px;
}

div.cleft{
  width: 195px;
  background: #fff;
  height: auto;
}


div.center{
  width: 800px;
  margin: 20px auto;
  font: normal 16px/25px arial;
  color: #545454;
  background: #fff;
  padding: 20px 30px;
  float: none;
  clear: both;
  text-align: left;
  border: 1px solid #e5efe3;
}

div.center img{
  width: 200px;
  height: 250px;
  float: left;
  margin: 0px 20px 20px 10px;
  border: 3px double #EE8844;
  padding: 0px 7px;
}

div.ctitle h1{
  margin: 5px;
  background: transparent url(image/title_nature.jpg) repeat-x 0px 0px;
  text-align: center;
  padding: 4px;
  color: #006699;
  font: bold 20px/30px arial;
}

div.ctitle h2{
  margin: 5px;
  background: transparent;
  text-align: right;
  padding: 4px 10px;
  color: #343434;
  font: normal 14px/20px arial;
}


div.cpastorwd{
  margin: 0px auto 10px;
  padding: 10px 10px 40px 10px;
  border: 1px solid #ce4e4e;

  width: 700px; 
  font: normal 14px/18px arial;
  color: #565656;
  text-align: left;
  background: #fde9e9 url(image/corner_flower.gif) no-repeat right bottom;
}
h1.cpstitle{
  display: block;
  clear: both;
  float: none;
  margin: 10px auto 0px;
  padding: 0px 10px;
  width: 702px;
  height: 30px;
  background: #ce4e4e;
  font: bold 18px/30px SimHei SimSun arial;
  color: #dedede;
  text-align: left;
}
div.cpastorwd img{
  width: 180px;
  height: 120px;
  display: block;
  float: left;
  padding: 10px;
  margin: 0px 10px 10px 0px;
  background: #fff;
}
div.cpastorwd h2{
  display: block;
  float: left;
  clear: right;
  width: 490px;
  font: bold 16px/50px arial;
  color: #660000;
  text-align: center;
}
div.cpastorwd a{
  display: none;
  width: 100px;
  float: right;
  text-align: right;
  text-decoration: underline;
  color: #dd0000;
  font: bold 14px/30px arial;
  margin: 0px;
  padding: 0px 80px 0px 0px;
}


