﻿body{
	 background-image:url('../images/white-bg-fade.png'); 
	background-position: top center;
}

div#wrapper {
	margin: 0 auto;
	width: 900px;
	
}

div#navigationPrimary{
	background-image:url('../images/body_background_tile.png');
	border-top: 1px #ff9900 solid;
	height:20px;
	
}

div#navigationPrimary ul{
	text-align:center;
			
}
div#navigationPrimary li{
	display:inline;
	list-style:none;
	text-decoration:none;
	text-transform: uppercase;
	font-size:0.9em;
	
}

div#navigationPrimary li a.current{
	color: #FFDE70;
}

div#navigationPrimary li a{
	font-family: Arial,Helvetica,sans-serif;
	text-decoration: none;
	color: white;
}

div#navigationPrimary li a:hover{
	color:#ff9900;
	border-bottom: 1px #ff9900 dotted;
}

div#masthead {
	position: relative;
	width: 100%;
	height: 150px;
	z-index: 1;
	background-image: url('../images/masthead-bg.png');
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-color: #FF9900;
}


div#meatOfPage{
	padding: 10px;
	color: #333333;
}

div#meatOfPage div#sidebarLeft{
	width: 600px;
	float: left;
}

div#meatOfPage div#sidebarLeft h2{
	color:#800000;
	margin-left: 25px;
	font-size:large;
	
}

div#meatOfPage div#sidebarLeft p{
	margin-left: 35px;
}


div#meatOfPage div#mainTextualContent{
	width: 250px;
	float: right;
	
}


div#floatDIV{
	
	clear: both;
}

div#footer{
	background-image:url('../images/body_background_tile.png');
	height:100px;
	border-top: 5px #ff9900 solid;
	text-align:center;
	color: white;
	padding-top: 25px;
	font-size: small;
	
}


span#snewsTitle{
	font-size:1.2em;
	margin-top: 2px;
	background-image:url('../images/body_background_tile.png');
}

span#footerChurch{
	color: #FF9900;
	font-size: x-large;
	padding-top:25px;
}


