html, body { 
  margin: 0px;
  padding: 0px; 
  background: url('../img/backgroundimage.gif') repeat;
  border: none; 
}
#container {
  width: 755px;        /* This holds all the content */
  margin-left: auto; 
  margin-right: auto;
  background: black;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  color: #F3E7A9;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 8px;
}
#banner {
  top:  0px;
  width: 752px;
  height: 182px;
  background-image: url('http://www.anchorofhopechurch.org/img/banner.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: top center;
  padding-left: 90px;
  padding-top: 20px;
  color: black;
}
#banner p {
  background-color: transparent;
  font-size: 30px;
  font-weight: bold;
  margin-top: -20px;
}
#banner table {
  font-weight: bold;
  background-color: transparent;
  margin-top: -20px;
}
#banner table td {
  font-size: 18px;
  font-weight: bold;
  background-color: transparent;
}
#banner A:link {
  color: black;
  text-decoration: none;
}
#banner A:visited {
  color: black;
  text-decoration: underline;
}
#banner A:active {
  color: black;
  text-decoration: underline;
}
#menu {
  top:  120px;
  width: 752px;
  background-color: transparent;
  padding-left: 90px;
  font-size: 18px;
  font-weight: bold;
  color: #F3E7A9;
}
#menu table {
  width: 290px;
}
A:link {
  color: #C9C299;
  font-weight: bold;
  text-decoration: none;
}
A:visited {
  color: #C9C299;
  font-weight: bold;
  text-decoration: underline;
}
A:active {
  color: #C9C299;
  font-weight: bold;
  text-decoration: underline;
}
A:hover {
  color: #C9C299;
  background-color: yellow;
  text-decoration: none;
}
.left {
  float: left;
  padding-right: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
}
.right {
  float: right;
  padding: 3px;
}
.small	{
font-size: 0.7em;
}
ul {
list-style-type: none;
}

