/*        CSS Stylesheet for New Life Fellowship         */
/*********************************************************/
/*      global id's for New Life Fellowship Site         */
/*********************************************************/
/* This area to handle the look of the body for the site */
body
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
}
/*********************************************************/
/*          global id's for container tags               */
/*********************************************************/
#container
{
width: 800px;
}
span
{
font-weight: bold;
}
hr
{
color: #ff0000;
margin: 4px auto;
}
h4
{

}
/*********************************************************/
/*          global id's for header tags                  */
/*********************************************************/
#header
{
background-image: url(images/nlfheader.jpg);
background-repeat: no-repeat;
width: 715px;
height: 175px;
margin-left: 10px;
}
#menubar
{
background-image: url(images/menubar.gif)no-repeat;
width: 715px;
height: 28px;
margin: 0 0 5px 5px;
}
/*********************************************************/
/*       global classes for content tags                 */
/*********************************************************/
.content
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
vertical-align: top;
width: 430px;
margin: 20px 9px;
padding: 0 9px;
background-color: #ffffff;
text-align: left;
}
/*********************************************************/
/* page specific id's for classes within .content tags   */
/*********************************************************/
.content #tos
{
color: #333333;
margin: auto auto;
padding: 0 0 0 50px;
background-color: #ffffff;
text-align: left;
}
.content #contact
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
vertical-align: top;
width: 430px;
margin: 10px 9px;
padding: 0 9px;
background-color: #ffffff;
text-align: center;
}
.content #staff
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
vertical-align: top;
width: 400px;
margin: 20px 9px;
padding: 0 9px;
background-color: #ffffff;
text-align: center;
}
.content #events
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
vertical-align: top;
width: 400px;
margin: 20px 9px;
padding: 0 9px;
background-color: #ffffff;
text-align: left;
}
.content #events li
{
padding: 5px 0;
}
.content #worship
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
vertical-align: top;
width: 430px;
margin: 20px 9px;
padding: 0 9px;
background-color: #ffffff;
text-align: left;
}
.content #beliefs
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
vertical-align: top;
width: 430px;
margin: 20px 9px;
padding: 0 9px;
background-color: #ffffff;
text-align: left;
}
.content #location
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
vertical-align: top;
width: 430px;
margin: 20px 9px;
padding: 0 9px;
background-color: #ffffff;
text-align: center;
}
.content #childrens
{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
vertical-align: top;
width: 430px;
margin: 20px 9px;
padding: 0 9px;
background-color: #ffffff;
text-align: center;
}
/*********************************************************/
/* page specific id's for classes within .extras tags    */
/*********************************************************/
.extras
{
vertical-align: top;
border-left: thin solid #0000ff;
width: 280px;
margin: 20px 0;
padding: 0 0 0 9px;
float: none;
width: auto;
}
#cellwidth
{
width: 280px;
}
.extras #cellwidth p
{
margin: 20px 0 0 9px;
}
.extras #cellwidth #home
{
vertical-align: top;
margin-top: 10px;
padding: 0 0 0 9px;
float: none;
width: auto;
text-align: center;
}
.extras #cellwidth #deacons
{
vertical-align: top;
margin-top: 20px;
padding: 0 0 0 9px;
float: none;
width: auto;
text-align: center;
}
#footer
{
text-align: center;
color: #808080;
font-size: 12px;
margin-top: 55px;
width: 760px;
clear: both;
}
