/* CSS STYLES FOR NEW CALVARY LIFE  */

body {
	margin:0 auto;
	text-align:center;
	font-family:"Verdana", helvetica, sans-serif;
	font-size:.75em;
	color:#555;
	line-height:150%;
	background:#CCC url('images/bg.jpg') repeat-x 0 0;
}

#header {
	margin:0 auto;
	width:900px;
	text-align:left;
}
#headerA {
	width:406px;
	float:left;
}

#headerB {
	width:200px;
	float:right;
	padding:20px 15px 0 0;
	text-align:right;
	font-size:.9em;
}

#headerB a {text-decoration:none;}

#headerC {
	clear:both;
}

/* --- HOME PAGE STUFF --- */
#hmContent {
	margin:0 auto;
	width:900px;
	height:370px;
	background: #FFF url('images/hmContentbg.jpg') no-repeat 0 0;
}

#hmLeft {
	margin:0 0 0 20px;
	width:367px;
	float:left;
	line-height:110%;
}

#vid {
margin:0 auto;
width:230px;
background: #333;
}

#hmLeft h2 {
	font-family:times,sans-serif;
	font-size:1.4em;
	margin:7px 0 3px 0;
}

#hmRight {
	margin:0 30px 0 0;
	width:400px;
	float:right;
	text-align:left;

}

#hmRight h1 {
	font-family:times,sans-serif;
	font-size:2em;
}

.rt {display:block;width:200px;float:right;line-height:110%;color:#333;border-bottom:1px solid #69C;}

#banner {
	margin:0 auto;
	width:900px;
	background:#FFF;
	}


/* --- STANDARD CONTENT PAGE STUFF --- */
#stdContent {
	margin:0 auto;
	width:900px;;
	background: #FFF url('images/stdContentbg.jpg') no-repeat 0 0;
}



#stdLeft {
	margin:0 0 0 20px;
	width:150px;
	float:left;
	line-height:110%;
}

#stdRight {
	margin:0 30px 0 0;
	width:550px;
	float:right;
	text-align:left;
}

#stdRight h1 {
	font-family:times,sans-serif;
	font-size:2em;
}

#stdRight h2 {
	font-family:times,sans-serif;
	font-size:1.4em;
}

.item {
	width:380px;
	margin:5px 0 15px 5px;
	padding:7px;
	border:1px solid #FEEC73;
	line-height:120%;
	font-size:.9em;
}

.item h3 {font-family: Verdana, helvetica, sans-serif;font-size:1.2em;margin:3px 0;}

#footer {
	clear:both;
	width:900px;
	height:70px;
	margin:0 auto;
	padding-top:30px;
	background: #FFF url('images/footerbg.jpg') no-repeat 0 100%;
	line-height:160%;
	color: #999;
	border:0;
}

#footer a {text-decoration:none;color:#555;}
#footer a:hover {color:#69C;}
#footer .v {font-weight:bold;color:#69C;font-size:1.1em;}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* Hides from IE-mac \*/
	*html .clearfix {height:1%;}
/* End hide from IE-mac */