body{
background-image: url(images/background.jpg);
background-repeat: no-repeat;
background-repeat: repeat-X;
text-align: center;
font-family: helvetica, arial;
margin: 0px;
}

.menu{
position: relative;
top: 34px;
margin-left: auto;
margin-right: auto;
width: 980px;
}

.title{
position: relative;
text-align: left;
top: 35px;
margin: 0px;
margin-left: auto;
margin-right: auto;
}

.content{
position: relative;
width: 810px;
text-align: left;
top: 50px;
margin: 0px;
margin-left: auto;
margin-right: auto;
}

.caption{
display: inline;
}

.caption-small{
display: inline;
font-size: 12px;
}

.sub-caption{
font-size: 11px;
color: 666666;
}

.sub-caption-medium{
font-size: 12px;
color: 666666;
}

.sub-caption-large{
font-size: 12px;
}

.flash-header{
width: 900px;
margin-top: 65px;
margin-left: auto;
margin-right: auto;
}

.paragraph{
width: 860px;
text-align: left;
font-size: 13px;
margin: 0px;
margin-left: auto;
margin-right: auto;
}

.paragraph-smaller{
width: 860px;
text-align: justify;
font-size: 12px;
margin: 0px;
margin-left: auto;
margin-right: auto;
}

.section-header{
font-size: 18px;
text-align: left;
}

.section-header-right{
font-size: 18px;
text-align: right;
}



.no-display{

display: none;

}

.black-border{
border-style: solid;
border-color: 000000;
border-width: 2px;
}

a{
text-decoration: none;
}

a:link{
color: 000000;
}

a:visited{
color: 000000;
}

a:hover{
color: 666666;
}

a:active{
color: 666666;
}

a#sermons{
display: block;
float: left;
width: 115px;
height: 31px;
background-image: url(images/sermons.jpg);
}

a#sermons:hover{
background-image: url(images/sermons-down.jpg);
}

a#worship{
display: block;
float: left;
width: 115px;
height: 31px;
background-image: url(images/worship.jpg);
}

a#worship:hover{
background-image: url(images/worship-down.jpg);
}

a#beliefs{
display: block;
float: left;
width: 115px;
height: 31px;
background-image: url(images/beliefs.jpg);
}

a#beliefs:hover{
background-image: url(images/beliefs-down.jpg);
}

a#history{
display: block;
float: left;
width: 115px;
height: 31px;
background-image: url(images/history.jpg);
}

a#history:hover{
background-image: url(images/history-down.jpg);
}

a#vh{
display: block;
float: left;
width: 50px;
height: 31px;
background-image: url(images/vh.jpg);
}

a#vh:hover{
background-image: url(images/vh-down.jpg);
}

a#sundays{
display: block;
float: left;
width: 115px;
height: 31px;
background-image: url(images/sundays.jpg);
}

a#sundays:hover{
background-image: url(images/sundays-down.jpg);
}

a#groups{
display: block;
float: left;
width: 115px;
height: 31px;
background-image: url(images/groups.jpg);
}

a#groups:hover{
background-image: url(images/groups-down.jpg);
}

a#calendar{
display: block;
float: left;
width: 115px;
height: 31px;
background-image: url(images/calendar.jpg);
}

a#calendar:hover{
background-image: url(images/calendar-down.jpg);
}

a#contact{
display: block;
float: left;
width: 115px;
height: 31px;
background-image: url(images/contact.jpg);
}

a#contact:hover{
background-image: url(images/contact-down.jpg);
}

a#contact-links{
color: 666666;
}

a#contact-links:visited{
color: 666666;
}

a#contact-links:hover{
color: 000000;
}

a#contact-links:active{
color: 000000;
}

img{
border: 0px;
vertical-align: middle;
}


a#line{
display: block;
float: left;
width: 1px;
height: 31px;
background-image: url(images/line.jpg);
}