
html {
  min-width: 800px;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #D0CDBC url(images/bg.gif) top center repeat-y;
  color: #000000;
  font: 11px/1.4em Verdana, Helvetica, sans !important;
  height: 100%;
}
img {
  border: 0;
}

a {
  color: #F4E3A2;
  text-decoration: underline;
}

a:hover {
  color: #E0B617;
  text-decoration: underline;
}

p {
  text-align: left;
  color: #DBF2F6;
  margin-left: 5px;
  margin-top: 0px;
  margin-bottom 0px;
  margin-right 0px;
  padding: 5px;
  font: 11px/1.4em Verdana, Helvetica, sans;
  line-height: 18px;
}

/*{{{ header            */
#header {
  padding: 0px;
  margin: 0px 9px 0 0;
  height: 301px;
  width: 800px;
  background: url(images/masthead.jpg) no-repeat;
  border: 0;
  }


/*}}}                           */


/*{{{ Content          */

#ContentWrapper {
  border: 0px;
  padding: 0px 0px 0px 0px;
  margin: 32px 32px 32px 32px;
}

#ContentPicture {
  float: left;
  width: 125px;
  height: 148px;
  padding: 0px 0px 500px 0px;
  margin: 0px 32px 32px 0px;
  background: url(images/pastor.jpg) no-repeat;
}

.pfLink {
	color: black;
	text-decoration: underline;
}




#ContentCopy p {
  font: 12px/18px Verdana, sans;
  font-weight: normal;
  color: #000000;
  padding: 5px;
  margin: 0px 0px 32px 0px;
  line-height: 16px;
}

#Map {
  float: left;
  width: 191px;
  height: 194px;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background: url(images/map.gif) no-repeat;
}

#Email {
  float: left;
  width: 125px;
  height: 22px;
  padding: 0px 0px 0px 0px;
  margin: 160px 0px 0px 0px;
  background: url(images/email.gif) no-repeat;
}

#Map.img {
  border: 0px;
}


/*}}}                           */


/*{{{ miscellaneous        */

.clearer {
  clear: both;
  line-height: 0px;
  height: 0px;
  font-size: 0px;
}

.clearLeft {
  clear: left;
  line-height: 0px;
  height: 0px;
  font-size: 0px;
}

/* --- Global Page Wrapper --- */
#wrapper {
  margin: 0 auto;
  width: 808px;
}
/* --- */

.break {
  line-height: 0px;
  height: 3px;
  margin: 0px;
  padding: 0px;
  font: 3px "Trebuchet MS", Verdana, Helvetica, sans;
}

/*}}}                           */


/*{{{ footer           */


div#footer {
  padding: 0px auto;
  margin-right: 6px;
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  height: 63px;
  width: 790px;
  display: block;
  }

#footer.style {
  padding-top: 5px;
  padding-left: 11px;
  text-align: left;
  color: #6C6C6C;
  height: 63px;
  width: 790px;
  background: #003300;
}

#footer.style a {
  color: #FFFF99;
  text-decoration: underline;
}

#footer.style a:hover {
  color: #FFFFFF;
  text-decoration:  underline;
}


/*}}}                           */



