body {
  border: 2px solid #800000;
  color: #800000;
}
img {
  border: none;
}
a:link, a:visited {
  color: #800000;
}
#header {
  margin: 0;
  padding: 5px;
  border-bottom: 2px solid #800000;
  background-image: url(../images/romtextb.jpg);
}
#header-left {
  padding: 0px 0px 0px 0px;
  text-align: center;
  float: left;
}
#header-center {
  margin: 2px 0px 0px 280px;
}
#header-center h1 {
  margin: 0;
}
#header-right {
  padding: 30px 20px 0px 0px;
  float: right;
}
#welcome {
   color: #800000;
   font-size: 150%;
}
#contact {
  font-size: .8em;
}
#navigation {
  float: left;
  margin: 0;
  padding: 0px 10px 10px 10px;
  border-right: 2px solid #800000;
  border-bottom: 2px solid #800000;
  background-image: url(../images/romtextb.jpg);
  width: 170px;
  height: 100%;
}
#schedules {
  display: inline;
}
#navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#navigation li {
  position: relative;
  margin: 0;
  padding: 0;
  height: 24px;
  padding-top: 8px;
  margin-top: 3px;
  background-image: url(../images/button.gif);
  text-align: center;
  color: #800000;
  font: bold 10pt/10pt Arial, Helvetica, sans-serif;
}
#navigation li a {
  text-decoration: none;
}
#navigation li ul {
  display: none;
  position: absolute;
  top: -5px;
  left: 170px;
  width: 170px;
  border: 2px solid #800000;
  background-image: url(../images/romtextb.jpg);
}
#navigation li:hover, #navigation li.over {
  color: #ffffff;
}
#navigation li:hover ul, #navigation li.over ul {
  display: block;
}
#navigation a:hover {
  color: #ffffff;
}
#wrapper {
  margin: 0 0 10px 190px;
  padding: 0;
  background-color: #ffffff;
}
#mission {
  margin: 0;
  padding: 1px 20px 0 20px;
  text-align: center;
  background-color: #cccc99;
  border-bottom: 2px solid #800000;
}
#main-content {
  text-align: center;
}
#content {
  margin: 0 15px 0 15px;
}
#content table {
  font-family: Times New Roman, Times;
  font-size: 16px;
  text-align: left;
  color: #000000;
  border-style: solid; 
  border-width: 1px;
  border-color: #666666;
  margin: 0px auto 0px auto;
  width: 95%;
}
#content table td {
    border-style: solid; 
    border-width: 1px;
    border-color: #666666;
}
#content table.hours {
  margin-top: 10px;
}
#content table.hours td {
  width: 33%;
}
#update h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
#update p {
  margin-top: 0;
  padding-top: 0;
}
#back-door-readings {
  width: 90%;
  margin: 0px auto 0px auto;
  list-style-type: none;
}
#news {
  width: 90%;
  margin: 0px auto 0px auto;
}
#news ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#news ul li {
  margin: 0;
  padding: 0;
}
#worship-schedule {
  width: 90%;
  margin: 0px auto 0px auto;
}
#footer {
  padding: 5px;
  border-top: 2px solid #800000;
  background-image: url(../images/romtextb.jpg);
  text-align: center;
  clear: left;
}
