﻿body 
{
    
    background-color: #ffffff;
    padding: 0px;
    margin: 0px;
}
  
/* Main layout */ 
   
#PageCenter
{
    width: 790px;
    margin: 5px auto;
    }
    
#Header
{
    height: 104px;
    background-image: url(images/nav/headbg.jpg);
    background-repeat: no-repeat;
    margin-bottom: 2px;
    }
   
#Nav
{
    padding-top: 85px;
    margin: 0px 110px 0px 102px;
    height: 22px;
    }
    
#ContentWrapper
{
    background-image: url(images/nav/bg.gif);
    background-repeat: repeat-y;
    background-position: 10px 0px;
    }
    
#LeftBar
{
    margin-left: 10px;
    display: inline; /* prevents ie6 margin trap */
    float: left;
    width: 160px;
    }
    
#RightBar
{
    margin-top: 50px;
    float: right;
    width: 190px;
    }
    
#Main
{
    border-left: solid 1px #ffffff;
    margin-left: 171px;
    margin-right: 200px;
    padding-top: 10px;
    min-height: 400px;
    height: auto;
    }
    
#Footer
{
    height: 53px;
    background-image: url(images/nav/footer.jpg);
    background-repeat:no-repeat;
    background-position: top;
    }   
   
   
.SiteMenu
{
   margin: auto;
    }


/* section layouts */

#Banner 
{
    width: 394px;
    }

.Section
{
    float: left;
    width: 394px;
    margin: 0px 0px 10px 15px;
    display: inline-block;
    }

.SectionHead
{
   padding-left: 10px;
   padding-top: 1px;
   height:19px;
   background-image: url(images/nav/section_top.gif);
   background-position:top;
   background-repeat:no-repeat;
    }
    
    
 .SectionBody
{
    background-image: url(images/nav/section_mid.gif);
    background-position:top;
    background-repeat:repeat-y;
	padding: 5px 10px 15px 15px;
    }



.SectionFooter
{
    height:18px;
    background-image: url(images/nav/section_bot.gif);
    background-position:top;
    background-repeat:no-repeat;
    }
    
.Clearer
{
    clear: both;
    } 
      
.RightSection
{
    }

.RightSectionHead
{
   padding-left: 10px;
   padding-top: 1px;
   height:19px;
   background-image: url(images/nav/right_bar_top.gif);
   background-position:top;
   background-repeat:no-repeat;

   
    }
    
 .RightSectionBody
{
    background-image: url(images/nav/right_bar_mid.gif);
    background-position: top;
    background-repeat:repeat-y;
	background-color: white;
	padding: 5px 10px 10px 15px;
    }

.RightSectionFooter
{
    height:18px;
    background-image: url(images/nav/right_bar_bot.gif);
    background-position:top;
    background-repeat:no-repeat;
	margin-bottom:10px;
    }
    
.LeftBarImg
{
     width: 160px;
     float: left;
     clear: both;
    }   

.NewsItem
{
    margin: 0px 0px 20px 0px;
    }
    
input, textarea, select, td span, .val a
{
    margin: 0px 5px 10px 5px;
    }
    
.mceEditor
{
    display: inline;
    float: left;
    margin: 0px 5px 10px 5px;
    } 

.SermonText
{
    margin: 5px 5px 0px 120px;
    text-align: left;
    }