﻿body
{
  margin: 10px;
  border: 1px solid #000;
  padding: 10px;
  font: 12px Georgia, Arial, Sans-serif;
  color: #778866;
  line-height: 150%;
}
a:link
{
  color: #335522;
}
a:visited
{
  color: #335522;
}
a:hover
{
  color: #335522;
  font-weight: bold;
}
a:active
{
  color: #335522;
}
/* paragraph styling */
p
{
  font: 12px Georgia, Arial,Sans-serif;
  line-height: 150%;
  text-indent: 15px;
}
div#page
{
  /*border: 1px solid #334433;*/
  width: 755px;
  margin: 0 auto;
  padding: 5px;
  text-align: left;
}
div#header
{
  text-align: center;
  z-index: 1;
}
div#menu
{
  width: 200px;
  float: left;
  margin: 10px 0 10px 5px;
  text-align: left;
  position: relative;
  bottom: 0px;
  z-index: 1;
}
div#content
{
  text-align: justify;
  width: 510px;
  margin: 10px 0 10px 235px;
  min-height: 500px;
  position: relative;
  bottom: 0px;
  z-index: 1;
}
div#footer
{
  border-top: 2px solid Gray;
  width: 750px;
  height: 30px;
  text-align: left;
  position: relative;
  bottom: 0px;
  z-index: 1;
}
.sectionHeading
{
  background-color: #ddeebb;
  font-weight: bold;
}
legend
{
  font: 12px Georgia, Arial, Sans-serif;
  color: #778866;
}
.float-right
{
  float: right;
}
.float-left
{
  float: left;
}
.churchImage
{
  position: relative;
  top: 10px;
  z-index: 1;
  left: 0px;
}
.visitors
{
  position: relative;
  bottom: 20px;
  z-index: 3;
}
