/* copyright © 2006 Lifestreams Christian Church. All rights reserved. */
/* http://www.spcc.org.au */

body {
	padding: 0;
	margin: 0;
	background: #FFF url(../images/lcc_bg.png) 0 0 repeat-x;
	font: 12px/16px normal Geneva, arial, helvetica, sans-serif;
	}

h1 {font: 18px Arial, Helvetica, sans-serif; color: #666;}	
h2 { font-size: 12px; color: #333; font-weight: bold;}	
h3 {font: 14px Tahoma, Arial, Helvetica, sans-serif; color: #666;}	
h4	{font: 13px normal Tahoma, Arial, Helvetica, sans-serif; color:#666;}

a:link { color: #039; text-decoration: none; font-weight: bold; background: transparent;}
a:visited {	color: #936; text-decoration: none; font-weight: bold; background: transparent;}	
a:hover	{ color: #F60; text-decoration: underline; font-weight: bold; background: transparent; }
	
/* layout */

#container {
	width: 759px;
	\width: 779px;
	w\idth: 759px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	background-color: #fff;
	padding: 0;
	border-bottom: 6px solid #ccc;	
	}
	
html>body #container {width:759px;}

#header {
	height: 124px;
	background-repeat: repeat-x;
	background-position: center top;
	background-image: url(../images/LCC_header_1px.png);
	}
/*
#header { height: 124px; background: #fff url(../images/spcc_header.jpg) top center no-repeat; }
*/	
	
#header p {
	float: right;
	width: 360px;
	margin: 40px 20px 0 0;
	font: 16px/18px normal Verdana, Arial, sans-serif;
	color: #fff;
	text-align: right;
	}
	
#logo {
	float: left;
	width:280px;
	height:124px;
	background-color: transparent;
	background-image: url(../images/LCC-Logo-white.png);
	background-repeat: no-repeat;
	}
/*
#logo {
	float: left;	
	width:280px;
	height:124px;
	background: transparent url(../images/spcc_logo.jpg) no-repeat;
	}
*/
	
#service {
		float: right;
		width: 280px;
		font: 14px/16px normal Verdana, Arial, sans-serif;
		color: #fff;
		text-align: left;
		}
	
#footer {
	font-size: 12px;
	color: #ccc;
	text-align: center;
	padding: 20px 0 0 0;
	margin: 40px 0 0 0 ;
	}	
	
/* content */

#indexcontent {
	clear: both;
	background-color: transparent;
	padding: 10px 20px 20px 20px;
	margin-top: 5px;
	margin: 0;
	}
	
#content {
	clear: both;
	padding: 10px 00px 20px 20px;
	margin-top: 5px;
	margin: 0;
	background-color: transparent;
	/*	background-image: url(../images/spcc_emblem.jpg); */
	background-repeat: no-repeat;
	background-position: right top;
	}

#content p { color: #333; font-weight: normal; text-align: justify;}
	
#content li {
	text-align: left;
	line-height: 1.8em;
	margin-left: -24px;
 	list-style-type: circle;
 	z-index: 3;
	}
	
#themesparklers {
	float: left;
 	width: 240px;
	height: 480px;
 	background: #000 url(../images/greengrad.jpg) top left repeat-x;
 	}
 	
#themebeamers {
	float: left;
 	width: 240px;
	height: 480px;
 	background: #000 url(../images/yellowgrad.jpg) top left repeat-x;
 	} 	
 	
#themetwinklers {
	float: left;
 	width: 240px;
	height: 480px;
 	background: #000 url(../images/dkbluegrad.jpg) top left repeat-x;
 	}
 	
#themelifestreamers {
	float: left;
 	width: 240px;
	height: 480px;
 	background: #000 url(../images/redgrad.jpg) top left repeat-x;
 	}

#themesparklers img { margin:10px; text-align: center; border: 2px solid #fff;}	
#themebeamers img { margin:10px; text-align: center; border: 2px solid #fff;}
#themetwinklers img { margin:10px; text-align: center; border: 2px solid #fff;}
#themelifestreamers img { margin:10px; text-align: center; border: 2px solid #fff;}
	
#maintext {
	float: left;
	width: 420px;
	margin: 0 0 0 30px;
}

.clearfloat { clear: both; line-height: 0; visibility: hidden; display: block; }

/* images */	
	
.floatright	{ float: right; margin-left: 10px;}

.floatleft { float: left;  margin-right: 10px;}
	
.centerpic { display: block; margin-left: auto; margin-right: auto; }
	
.indexbutton { float: left; width: 220px; padding: 10px 0px 20px 10px; }
		
.pagetop { clear: both; padding-top: 10px; padding-bottom: 10px; border: 0px; }

	
