/*--------Global Stuff-----------*/

html
{
font-size:62.5%;
}

body 
	{
	background-image: url(./images/backgrounds/bg.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color: #5CD300;
	color: #090909;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 100%;
	margin: 0px;
	text-align:center;
	}

img 
	{
	border-style: none; 
	}

a
	{
	color:#1b488f;
	font-weight: bold;
	text-decoration: none;	
	}
	
	p
	{
	margin-top:.6em
	}
	
	h1
	{
	font-size:3em;
	font-weight:bold;
	color:#212121;
	margin-top:0px;
	font-family:calibri,helvetica,arial,sans-serif;
	margin-bottom:-.2em;
	}
	
	h2
	{
	font-size:1.7em;
	margin-bottom:.4em;
	font-weight:normal;
	font-family:calibri,helvetica,arial,sans-serif;
	}
	
	h3
	{
	font-size:2em;
	margin-bottom:.4em;
	}
	
	#clear
	{
	clear:both;
	}
	
#content
	{
	width: 920px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	float:none;
	clear:both;
	}
	
#content-inner
	{
	width:452px;
	font-size:1.4em;
	float:none;
	text-align:left;
	position:relative;
	top:-110px;
	left:285px;
	}
	
	
	/*HEADER STUFF !!!! WHEEE!!! */
	
	#header
	{
	width: 960px;
	margin-left:auto;
	margin-right:auto;
	float:none;
	clear:both;
	}
	
	#logo
	{
	float:left;
	height:235px;
	width:290px;
	}

	#nav
	{
	width:650px;
	height:97px;
	float:left;
	margin-left:16px;
	}

	.navlink
	{
	display:block;
	}
	
	#logolink
	{
	width:250px;
	height:180px;
	position:relative;
	left:10px;
	float:left;
	}
	
	#navlinks
	{
	text-align:left;
	}
	
	#cfbiblelink
	{
	width:300px;
	height:30px;
	margin-left:auto;
	margin-right:auto;
	}
	
	#about
	{
	position:relative;
	height:30px;
	width:66px;
	top:10px;
	left:4px;
	float:left;
	}
	
	#sunday
	{
	position:relative;
	height:30px;
	width:75px;
	top:10px;
	left:15px;
	float:left;
	}
	
	#monday
	{
	position:relative;
	height:30px;
	width:82px;
	top:10px;
	left:27px;
	float:left;
	}
	
	#tuesday
	{
	position:relative;
	height:30px;
	width:83px;
	top:10px;
	left:36px;
	float:left;
	}
	
	#wednesday
	{
	position:relative;
	height:30px;
	width:116px;
	top:10px;
	left:47px;
	float:left;
	}
	
	#thursday
	{
	position:relative;
	height:30px;
	width:93px;
	top:10px;
	left:57px;
	float:left;
	}
	
	#friday
	{
	position:relative;
	height:30px;
	width:63px;
	top:10px;
	left:68px;
	float:left;
	}
	
	#images
	{
	text-align:center;
	}
