* {
  padding: 0px;
  margin: 0px;
}
body {
  background: #000020 url(images/clouds1600.jpg);
  background-repeat: repeat-x;
  background-attachment: fixed;
}
#wrapper {
//  border: 1px solid #ff0000;
  position: relative;
  width: 1000px;
  margin: 30px auto;
}
#header {
//  border: 1px solid #ff00ff;
  background: #fbdfa0;
  position: relative;
  width: 1000px;
  height: 120px;
  padding-top: 20px;
}
#title {
//  border: 1px solid #000000;
  position: relative;
  width: 1000px;
  margin-left: 0px;
  font-family: "Times";
  font-weight: bold;
  font-size: 36px;
  color: #000000;
  text-align: center;
}
#address {
//  border: 1px solid #000000;
  position: relative;
  width: 500px;
  margin-top: 5px;
  margin-left: 250px;
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  text-align: center;
}
#menu {
  background: #000060;
  position: relative;
  width: 1000px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#main_panel {
  background: #5fa1ef;
  position: relative;
  width: 1000px;
  padding-top: 20px;
}
#slide_show_panel {
  background: #000000;
  position: relative;
  width: 820px;
  height: 310px;
  margin-left: 90px;
  padding-top: 10px;
}
#slide_show {
  position: relative;
  width: 800px;
  height: 300px;
  margin-left: 10px;
}
.center_pane {
  background: #fbdfa0;
  position: relative;
  width: 360px;
  height: 220px;
  float: left;
  margin-top: 20px;
  margin-left: 65px;
  padding: 20px;
  font-family: "Times";
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  text-align: justify;
}
.center_pane p {
  font-family: "Times";
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  text-align: justify;
  padding-bottom: 14px;
  margin: 0;
}
.center_pane h3 {
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  text-align: center;
  text-decoration: underline;
  padding-bottom: 10px;
  margin: 0;
}
.right_pane {
  background: #fbdfa0;
  position: relative;
  width: 360px;
  height: 220px;
  float: left;
  margin-top: 20px;
  margin-left: 65px;
  padding: 20px;
  font-family: "Times";
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  text-align: justify;
}
.right_pane p {
  font-family: "Times";
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  text-align: justify;
  padding-bottom: 14px;
  margin: 0;
}
.right_pane h3 {
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  text-align: center;
  text-decoration: underline;
  padding-bottom: 10px;
  margin: 0;
}
#bible_verse {
  border: 18px inset #0080ff;
  background: url(images/bible.jpg);
  position: relative;
  margin-top: 40px;
  margin-left: 285px;
  width: 360px;
  height: 215px;
  padding: 20px;
  font-family: "Times";
  font-weight: bold;
  font-size: 16px;
  color: #000080;
  text-align: justify;
}
#footer {
  background: #000040;
  position: relative;
  width: 1000px;
  margin-top: 40px;
  padding-top: 10px;
  padding-bottom: 12px;
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 10px;
  color: #ffffff;
  text-align: center;
}
#footer h2 {
  font-family: "Times";
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  margin: 0;
  padding: 0;
}
#footer a {
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 10px;
  color: #ffffff;
  text-decoration: none;
}
.navbuttons a {
  background: #99e1fd;
  position: relative;
  float: left;
  width: 96px;
  height: 20px;
  padding-top: 2px;
  margin-left:14px;
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  text-align: center;
  text-decoration: none;
//  line-height: 40px;
  display: block;
  background-repeat: repeat-x;
}
.navbuttons a:hover {
  text-decoration: underline;
}
.clear {
  clear: both;
}
.button_parent {
  background: #99e1fd;
  position: relative;
  float: left;
  width: 96px;
  height: 20px;
  padding-top: 2px;
  margin-left:14px;
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  text-align: center;
  text-decoration: none;
//  line-height: 40px;
  display: block;
  background-repeat: repeat-x;
}
.button_parent:hover > .button_child {
  visibility: visible;
}
.button_child {
  border-top: 1px solid #000000;
  background: #bce6fe;
  position: relative;
  margin-top: 0px;
//  left: 0px;
  visibility: hidden;
  width: 96px;
  height: 20px;
  padding-top: 2px;
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 14px;
  color: #000000;
  text-align: center;
  text-decoration: none;
//  line-height: 40px;
  display: block;
  background-repeat: repeat-x;
  z-index: 100;
}
.button_child a:hover {
  text-decoration: underline;
}
.button_child a {
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  text-align: center;
  text-decoration: none;
}

