/*
*****************************************************

Christian fellowship Church Belfast Css http://www.cfcbelfast.com
Interface, Css and Site Development by Allison Baxter Design http://www.allisonbaxter.com 

*****************************************************
*/

* { padding: 0; margin: 0; }

body {
background-color: #272f43;
	margin-top: 20px;
	font: normal 12px Frutiger,Univers,"Helvetica Neue","Lucida Grande",Calibri,Helvetica,Verdana,sans-serif;
	text-transform: uppercase;
	color: #ffffff;
	text-align: center;
}


#wrapper { 
 margin: 0 auto 10px;
 width: 940px;
}

#fivewrapper { 
 margin: 0 auto 60px;
 width: 940px;
 font-size: 30px;
 font-weight: bold;
}

#firstcolumn a, a:link { 
  margin: 10px 0 0 0px;
 padding: 0;
 height: 82px;
 width: 189px;
 float: left;
	color: #42809b;
	text-decoration: none;
	
}


#firstcolumn a:hover { 
	color: #42809b;
	text-shadow: 3px 3px 5px #666;
}


#secondcolumn a, a:link { 
 margin: 10px 0px 0px 0px;
 height: 82px;
 width: 185px;
 float: left;
	color: #a64138;
	text-decoration: none;
}

#secondcolumn a:hover { 
	color: #a64138;
	text-shadow: 3px 3px 5px #666;
}

#thirdcolumn a, a:link { 
  margin: 10px 0px 0px 0px;
 height: 82px;
 width: 184px;
 float: left;
	color: #464873;
	text-decoration: none;
}

#thirdcolumn a:hover {
	color: #464873;
	text-shadow: #666 3px 3px 5px;
}

#fourthcolumn a, a:link { 
  margin: 10px 0px 0px 0px;
 height: 82px;
 width: 154px;
 float: left;
	color: #f2c063;
	text-decoration: none;
}
#fourthcolumn a:hover { 
	color: #f2c063;
	text-shadow: 3px 3px 5px #666;

}

#fifthcolumn a, a:link { 
  margin: 10px 0px 0px 0px;
 height: 82px;
 width: 228px;
 float: left;
color: #736140;
	text-decoration: none;
}

#fifthcolumn a:hover { 
	color: #736140;
	text-shadow: 3px 3px 5px #666;

}

	
	
.clear { float: left; width: 1px; /* http://www.positioniseverything.net/explorer/peekaboo.html */ }

#slideshowcontent {
	height:  420px;
	width: 920px;
	margin-top: 10px;
	z-index: -1;
	padding: 10px;
	border: 1px solid #ffffff;
}

img{border:none;}

	/* ------------------------------- Two Column Directory Styles ------------ */

#left {
		float:left;
		width:280px;
		margin:0; padding:0;
		}
		
	#right {
		float:right;
		width:280px;
		margin:0; padding:0;
		}
		
	#middle {
		margin:0 280px;
		width:280px;
		}
	
	.cleaner {
		clear:both;
		height:1px;
		font-size:1px;
		border:none;
		margin:0; padding:0;
		background:transparent;
		}
		