body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	background-image: url(bannerbg.gif);
	background-repeat:repeat-x;
	text-align:center;
}

#container {
width: 800px;
background: transparent;
margin: auto;

}
#banner {
	width: 800px;
	height: 120px;
	border-bottom: solid 1px blue;
	

}
#banner h1 {
	font-size: 2em;
	font-style: italic;
	color: #ffcc33;
	text-align: right;
	padding: 2em 0.1em 0 0;
	letter-spacing: 2px;
}
#banner img {
    float: left;
}


#pageName {
	margin: 0;
	}
#pageName h2
{
    font-size: 1.2em;
    font-variant: small-caps;
    color: #D0B26F;
    letter-spacing: 0.4em;
    text-align: right;
    border-bottom: 1px solid #D0B26F;
}
	
#content {
	margin: 0 2em 2em 2em;
	text-align:left;
}
#content img {
	/*float: none;*/
	margin-right: 3px;
	margin-bottom: 3px;
	}
#content h2
{
    color: black;
    text-align: Left;
    border-bottom: 1px solid #D0B26F;
    padding: 1.5em 0.1em 0 0;
}
#content table
{
  border-collapse: collapse;
}
#content th,td
{
    border: 1px solid #D0B26F;
    font-size:95%;
}

#nav 
{
    background: Transparent;
    
}
#nav li 
{
    list-style: none;
    display: inline;
    margin-right: 8px;
}
#nav ul 
{
    text-align: center;
}
#nav a 
{
    color: Blue;
    text-decoration: none;
     padding: 0.25em 0.5em;
     
}
#nav a:hover 
{
    /*color: #F8DD47;*/
    background: #6f71ff;
    color: #fff;
    
    
}
#subnav 
{
    text-align: left;
    background: Transparent;
    float: right;
    margin-top: 5em;
    border-left: solid 1px #D0B26F;
}
#subnav p 
{
    margin: 0 0 0 0;
    padding: 0.35em;
}
#subnav ul 
{
    text-align: left;
}
#subnav a 
{
    color: Blue;
    text-decoration: none;
    padding: 0.25em 0.5em;
}
#subnav a:hover 
{
    /*color: #F8DD47;*/
    background: #6f71ff;
    color: #fff;
    
}
#image 
{
    float: right;
    margin: 0 0.5em 0.5em;
    
}
#churchdetails h3, p
{
    margin: 0 0 0.5em 0;
}
#churchdetails td 
{
    border: 1px solid #D0B26F;
    font-size:95%;
}

.ministerdetails
{
      width: 750px;
      margin-bottom:1em;
      border-bottom: 1px solid #D0B26F;
}
.ministerdetails img 
{
    float: right;
}
.ministerdetails h3, p
{
    margin: 0 0 0.5em 0;
}
#circle th,td
{
    
    border: 0;
}
#circle 
{
    width: 550px;
    border: solid 1px black;
}
.quote 
{
    color: Red;
    font-style: italic;
    font-size: 80%;
    text-align:center;
}
.newsdetails
{
      width: 590px;
      margin-bottom:1em;
      border-bottom: 1px solid #D0B26F;
}
.newsdetails img 
{
    float: right;
    margin-left: 1em;
}
.newsdetails h3, p
{
    margin: 0 0 0.5em 0;
}
#footer 
{
    width:750px;
    margin-top:3em;
    font-size:75%;
    border-top: solid 1px #D0B26F;
    padding-top:1em;
}