@charset "utf-8";
/* CSS Document */

body, html {
	padding: 0;
	margin: 0;	
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: url(images/bg.png) repeat-x #fff;
}

h1, h2, h3, h4 {
	margin: 0 0 10px 0;	
}

h1 {
	background: url(images/h1-bg.png) no-repeat;
	color: #fff;
	margin: -20px 0 10px -21px;	
	width: 630px;
	font-weight: normal;
	font-size: 18pt;
	padding: 2px 0 5px 20px;
}

p, ol, ul, table {
	font-size: 10pt;
	line-height: 13pt;
	margin: 0 0 10px 0;	
}

li {
	margin: 0 0 5px 0;	
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	margin: 20px 0;
	border: none;
	height: 1px;
	color: #C6C6C6;
	background: #C6C6C6;	
}

.textAlignCenter {
	text-align: center;	
}

.tinyText {
	font=size: 8pt;
	line-height: 11pt;	
}

img {
	border: none;	
}

#wrap {
	width: 980px;
	margin: 0 auto;		
}

#containerTop {
	width: 980px;
	height: 20px;
	background: url(images/containerTop-bg.png) no-repeat;	
}

#container {
	width: 950px;
	padding: 0 15px;
	background: url(images/container-bg.png) repeat-y;
	float: left;
}

#header {
	position: relative;	
	background: #fff;
	height: 177px;
	background: url(images/header-bg.png) repeat-x left bottom;
}

#logo {
	position: absolute;	
	left: -15px;
	top: -25px;
	z-index: 111;
}

#verse {
	width: 250px;
	position: absolute;
	left: 255px;
	top: 10px;	
}

	#verse p {
		margin-bottom: 3px;
	}
	
	#verse p.indent {
		padding-left: 30px;	
	}
	
#photos {
	position: absolute;
	right: 0px;
	top: -22px;	
}

#nav {
	width: 940px;
	height: 31px;
	padding: 12px 10px 0 0;
	position: absolute;
	text-align: right;
	bottom: 0;
	left: 0;
	z-index: 222;
}

	#nav a {
		font-weight: normal;
		color: #fff;
		margin: 0 7px;
	}	
	
	#nav a:hover {
		text-decoration: none;
		color: #7e92c2;
	}	
	
	#nav p {
		margin: 0;
		font-size: 10.5pt;
		font-family: Arial, Helvetica, sans-serif;
	}
	
#main {
	width: 910px;
	padding: 70px 20px 20px 20px;
	background: url(images/main-bg.png) repeat-x #fff;
	float: left;
}
	
#leftCol {
	width: 260px;
	float: left;
}

	#leftCol img {
		margin-bottom: 10px;	
	}

#rightCol {
	width: 588px;
	min-height: 300px;
	padding: 0px 20px 10px 20px;
	border: 1px solid #C6C6C6;
	border-top: none;
	border-radius: 0 0 15px 15px;
	-moz-border-radius: 0 0 15px 15px;
	float: right;
	margin-top: 20px;
}

#contactForm table {
	
}

	#contactForm td {
		
	}

	#contactForm input[type=text],
	#contactForm textarea {
		
	}

#footer {
	clear: both;
	width: 930px;
	height: 41px;
	margin: 0 auto;
	padding: 7px 25px 0 25px;
	background: url(images/footer-bg.png) no-repeat;
}

	#footer p {
		margin: 0;	
		font-size: 9pt;
		color: #fff;
	}
	
	#footer a {
		color: #fff;	
	}
	
	#footer span,
	#footer a {
		margin: 0 3px;	
	}

#footerLeftCol {
	float: left;	
}

#footerRightCol {
	float: right;
}