
body {
  margin: 0;
  padding: 0;
  font-size: 1.2em;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #feefd2;
  color: #9b2a00;
}

#content {
  position: relative;
  width: 960px;
  margin: 0 auto;
  text-align: center;
  border: 7px solid #8d8530;
  padding: 7px;
}

#flag {
  position: absolute;
  top: 50px;
  left: 50px;
}

#jesus {
  position: absolute;
  top: 40px;
  right: 50px;
}

#picright {
  position: absolute;
  top: 1000px;
  right: 5px;
}

#picleft {
  position: absolute;
  top: 1000px;
  left: 5px;
}


div.donate {
  background-color: #fdf5e6;
  width: 80%;
  border: 2px solid #000000;
  padding: 7px;
  margin: 0 auto;
}


a:link, a:visited, a:hover, a:active {
  color: #89ab5f;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
}

.scripture {
  background-color: transparent;
  color: #ff0000;
  font-style: italic;
}

div.redbox {
  border: 2px solid #ff0000;
  padding: 7px;
  width: 65%;
  margin: 0 auto;
}

.smalltext {
  font-size: .8em;
  font-weight: bold;
  background-color: transparent;
  color: #ff0000;
}

.lefttext {
  text-align: left;
  margin: 0 30px;
}

img {
  border: none;
}

.highlight {
  background-color: #ffff00;
  border: medium dashed #000000
}

.highlight h2 {
  margin-top: 0;
}

