﻿
/* pushes the page to the full capacity of the viewing area */
html, body 
{
	position:relative;
	height: 100%;
	margin: 0;
	padding: 0;
}
img, div, table, td, tr 
{ 
	behavior: url(/css/iepngfix.htc); 
}

/* prepares the background image to full capacity of the viewing area */
#bg 
{
	position:absolute; 
	top:0; 
	left:0; 
	width:100%; 
	height:100%;
	z-index:0; 
}


/*- Layout settings for the main sections for the background image-*/
#header
{
	
	width:780px;
    height:216px;
    border:none;
    z-index:1;
    margin:0;
   	padding:0;
	background-repeat:no-repeat;
    background-image:url('http://www.faithtabernaclepentecostalchurch.org/images/churchHeader.png');

}

#body
{
	
	width:780%; 
    border:none;
    z-index:1; 
    margin: 0;  
    padding: 0; 
    background-repeat:repeat-y;
    background-image:url('http://www.faithtabernaclepentecostalchurch.org/images/Body2.png'); 

}

#footer
{
	 
	 width:780px;
     height:160px;
     border:none;
     z-index:1;
     margin:0;
     padding:0;
     background-repeat:no-repeat;
     background-image:url('http://www.faithtabernaclepentecostalchurch.org/images/churchFooter.png');
     text-align:center;
     font-size:x-small;
     
}

#content
{
	position:relative;
    top:0;
    left:0;
    right:0;
    z-index:1;
    width: 780px;
    height:100%;
    padding:0;
    margin-left: auto;
    margin-right: auto;

}

/*- Top Menu bar settings-*/
#menu 
{
	position: absolute;
	top:100px;	
}

#subMenu
{
	position:relative;
	top:130px;
	left: 20px;
	width:585px;
	border-bottom:1px solid black;
}

#subMenu table
{
	width:580px; 
	text-align:center; 
	font-size:16px;
	font-weight:bold;
	
}

#menu a:link, #menu a:visited
{
	color:white;
	text-decoration:none;
}

#subMenu a:link, #subMenu a:visited
{
	color:black;
	text-decoration:none;
	
}

#menu a:hover, #subMenu a:hover
{
         text-decoration:underline;
	 font-size:16px;
	 font-weight:bold;
}

#menu table
{
	 width:600px; 
	 text-align:center; 
	 font-size:18px;
}

#menu td, #subMenu td
{
	border-right: 1px solid black;
	
}

/*- Main layout section -*/

#mainDisplay
{
	margin-left: 20px;	
}

/*- Sidebar layouts -*/

#verse
{
	border:1px solid black;
	font-size:small;
	padding:6px;
}
#service
{
	font-size:small;
	padding:6px;
	border-bottom:1px solid black;
	border-top:1px solid black;

}


