body {
  margin: 0;
  background: #ffffff url('/graphics/gradient.png') repeat-x;
}

div#container {
  width: 760px;
  margin: 0 auto;
}

h1 {
  display: none;
}

h2 {
  font-family: Georgia, sans-serif;
  font-size: 160%;
  font-weight: normal;
  margin: 10px 0 15px 0;
}

h3 {
  font-family: 'Trebuchet MS', sans-serif;
  font-size: 90%;
  color: #555555;
  font-weight: normal;
  margin: 10px 0 15px 0;
}

div#slideshow {
  width: 760px;
  height: 225px;
  overflow: hidden;
  background: #000000;
  margin: 10px 0 0 0;
}

ul#menu {
  width: 150px;
  height: 390px;
  float: left;
  font-family: Arial, sans-serif;
  list-style: none;
  font-size: 100%;
  background: url('/graphics/menu.png') repeat-y;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}

ul#menu li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 2px 15px;
}

ul#menu li a:hover {
  color: #ffff88;
}

div#content {
  width: 428px;
  float: left;
  background: #ffffff url('/graphics/gradient.png') repeat-x;
  border: #aaaaaa 1px solid;
  margin: 10px 0 0 0;
  padding: 0 15px 20px 15px;
  min-height: 500px;
}

div#content p {
  font-family: Arial, sans-serif;
  font-size: 80%;
  color: #444444;
}

div#updates {
  width: 130px;
  height: 400px;
  float: left;
  clear: both;
  background: #bbbbbb;
  margin: 10px 0 0 0;
  padding: 0 10px;
}

div#updates strong {
  color: #444444;
  font-size: 80%;
  font-family: Arial, sans-serif;
}

div#updates p {
  text-indent: 20px;
  font-size: 70%;
  color: #000000;
  margin: 0 0 20px 0;
}

div#copyright {
  clear: both;
  text-align: center;
  font-size: 70%;
  font-family: Arial, sans-serif;
  color: #999999;
  padding: 10px 0 20px 0;
}

blockquote {
  font-size: 70%;
  color: #777777;
  font-family: Arial, sans-serif;
  text-align: center;
}

p.verse {
  text-align: center;
}

table#needs {
  width: 100%;
  font-family: Arial, sans-serif;
  color: #333333;
  padding: 0 30px 30px 30px;
  font-size: 80%;
}

table#needs th {
  padding: 20px;
}

img#photo {
  position: relative;
  z-index: 1;
}

img.inline {
  float: left;
  margin: 0 10px 10px 0;
}

p#donate {
  text-align: center;
}

p#donate img {
  border: none;
}
