/* This File Controls the entire layout of fbcwasilla.org - Don't mess with this file without consulting with GKW first. You can contact GKW at gkwinspired@gmail.com  */

/* =====================================================================================================================================*/
/* ==================================================   Main Page Layout ===============================================================*/
html {
	background: url(../../images/Templates/repeatHTML.jpg) top left repeat;}
	
#topNav {
	background: #333D46;
	border-bottom: 1px solid white;
	width: 732px;}	
	
#topInfoContent {
	padding: 5px;}
	
#mainContainer {
	width: 732px;
	/*background: url(../../images/Templates/mainBack.jpg) repeat-y left top;*/
	border: 1px solid black;
	background: white;
	margin-left: auto;
	margin-right: auto;}
	
#topImage {
	background: url(../../images/Templates/top.jpg) no-repeat left top;
	width: 732px;
	height: 149px;}

#nav {
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	background: #333D46;
	width: 732px;}
	
.navSplitter {
	background: url(../../images/Templates/navSplitter.gif) repeat-y left top;
	width: 2px;
	display: inline;}
	
#navContent {
	margin-bottom: 5px;
	margin-top: 5px;
	text-align: center;
	margin-right: 25px;
	margin-left: auto;}	
	
#subNav {
	width: 150px;
	float: left;
	margin-top: -2px;
	/*\*/ margin-top: -3px; /**/}
	
#subNavItem {
	border-bottom: 1px solid #65798D;
	background: #65798D;
	margin-bottom: 10px;}
	
#body{
	vertical-align: top;}
	
.bottomBorder {
	width: 125px;
	bottom-border: 1px solid #65798D;}

#Content {
	width: 525px;
	margin: -1px 0 0 150px;
	border-left: 1px solid #65798D;
	padding: 15px;}

#bottomNav {
	border-top: 1px solid black;
	width: 732px;}
	
#bottomNavContent {
	width: 732px;
	text-align: center;
	margin-top: 10px;}
	
#worshipQuickLinks {
	width: 150px;
	border-left: 1px solid #65798D;
	border-bottom: 1px solid #65798D;
	float: right;
	padding: 8px;
	margin: 0 0 5px 3px;}
	

	

