DIV{
/*border: 1px solid black;*/
}

DIV#content{
width: 728px;
height: 100%;
margin-left:auto;
margin-right:auto;
text-align:left;
margin-top:0;
margin-bottom:0;
background-image:url(images/contentbackground.jpg);
background-repeat:repeat-y;

}

BODY{
margin:0px;
font-family:Arial, Helvetica, sans-serif;
line-height:1.5em;
color:#6D3D93;
background-image:url(images/sitebackground.jpg);
}



DIV#header{
width: 728px;
height:263px;

}
H1#titlebar{
width:728px;
height:263px;
background-image:url(images/header.jpg);
background-repeat:no-repeat;
margin:0;
padding:0;
}

DIV#menu{
width:222px;
}
DIV#menu UL, DIV#menu LI{
margin:0;
padding:0;
list-style-type:none;
display:inline
}

DIV#menu A{
width:222px;
display:block;
margin:0px;
padding:0px
}


A#home{
height:40px;
background-image:url(images/home.jpg);
}
A#pastors{
height:29px;
background-image:url(images/pastors.jpg);
}
A#beliefstatements{
height:27px;
background-image:url(images/beliefstatements.jpg);
}
A#uniqueministry{
height:29px;
background-image:url(images/uniqueministry.jpg);
}
A#events{
height:27px;
background-image:url(images/events.jpg);
}
A#directions{
height:28px;
background-image:url(images/directions.jpg);
}
A#links{
height:28px;
background-image:url(images/links.jpg);
}
A#guestbook{
height:28px;
background-image:url(images/guestbook.jpg);
}
A#contactus{
height:34px;
background-image:url(images/contactus.jpg);
}


DIV#body{
width:501px;
float:right;
display: inline;
}

DIV#innerbody{
width:420px;
padding-left: 20px;
/*border: 1px solid #69358D;*/
}


/*BODY HEADERS*/
DIV#body H2{
margin-bottom:0px;
width: 501px;
height: 40px;
background-repeat:no-repeat;
}

/*Home*/
H2#welcomeheader{
background-image:url(images/welcomeheader.jpg);
}
/*Belief Statement*/
H2#beliefstatementsheader{
background-image:url(images/beliefstatementsheader.jpg);
}
/*Contact Us*/
H2#contactusheader{
background-image:url(images/contactusheader.jpg);
}
/*directions*/
H2#directionsheader{
background-image:url(images/directionsheader.jpg);
}

/*events*/
H2#eventsheader{
background-image:url(images/eventsheader.jpg);
}

/*guestbook*/
H2#guestbookheader{
background-image:url(images/guestbookheader.jpg);
}
/*links*/
H2#linksheader{
background-image:url(images/linksheader.jpg);
}
/*pastor*/
H2#pastorsheader{
background-image:url(images/pastorsheader.jpg);
}
/*uniqueministryr*/
H2#uniqueministryheader{
background-image:url(images/uniqueministryheader.jpg);
}


DIV#footer{
width:728px;
height:91px;
margin-left:auto;
margin-right:auto;
clear:both;
background-image:url(images/footer.jpg);
background-repeat:no-repeat;
}

.hide{
display: none;
}



