#welcome #page,
#church #page {
	margin: 0;
	padding: 0;
	background: #fff url(../graphics/bg_body.gif) top left repeat-x;
}

#primal #page {
	margin: 0;
	padding: 0;
	background: #fff url(../graphics/bg_primal_body.gif) top left repeat-x;
}

#head {
	position: relative;
	height: 141px;
}

#welcome #head h1,
#church #head h1,
#primal #head h1,
#primal #head h2 {
	margin: 0;
	padding: 0;
	position: absolute;
}

#welcome #head,
#church #head h1 {
	top: 30px;
}

#primal #head h2 {
	top: 40px;
}

#primal #head h1 {
	top: 64px;
	right: 0;
}

#church #head h1 a {
	display: block;
	text-decoration: none;
}

#welcome #head h1 span, 
#welcome #head h1 br,
#church #head h1 span, 
#church #head h1 br,
#primal #head h1 span, 
#primal #head h1 br, 
#primal #head h2 span, 
#primal #head h2 br {
	visibility: hidden;
	display: none;
}


#navigation, #head, #body, #foot {
	margin: 0 auto;
	width: 860px;
}


#navigation {
	height: 33px;
	margin-bottom: 2px;
}

#body {
	clear: left;
	padding: 0;
}

#church #body {
	background: #fff url(../graphics/bg_edge.jpg) right top repeat-x;
	background-repeat:no-repeat;
	background-position: top right;
}

#primal #body {
	background: #0a0a0a url(../graphics/bg_paint.jpg) right top no-repeat;
}

#body .main {
	width: 645px;
	float: left;
	font-size: 1.2em;
	position: relative;
	min-height: 360px;
}

#body_footer {
	position: absolute;
	bottom: 1px;
	background: url(../graphics/bg_body_footer_crnr.png) right bottom no-repeat;
	height: 19px;
	width: 860px;
}

#foot {
	color: #AAA;
	background: url(../graphics/bg_foot.gif) left top repeat-x;
	clear: left;
	height: 66px;
	width: 100%;
	margin-top: 20px;
}

#foot p {
	margin: 0 auto;
	width: 630px;
	padding: 15px 0 15px 230px;
	color: #AAA;
	text-decoration: none;
}

#foot p a {
	color: #AAA;
	text-decoration: none;
}

#ccc_welcome {
	float: left;
	width: 175px;
	padding: 20px;
	height: 125px;
	overflow:hidden;
	background: #e6e5e0 url(../graphics/top_left.jpg) left top repeat-x;
}

#slogan {
	float: left;
	background: url(../graphics/swf_standin.jpg) left top no-repeat;
	width: 430px;
	height: 165px;
}

#slogan * {
	visibility: hidden;
	display: none;
	margin: 0;
	padding: 0;
}

#bottom_left {
	background: url(../graphics/bottom_left.jpg) left top no-repeat;
	width: 215px;
	height: 200px;
	margin: 0;
	padding: 0;
	float: left;
}

#bottom_left * {
	visibility: hidden;
	display: none;
	margin: 0;
	padding: 0;
}

#bottom_middle {
	background: url(../graphics/bottom_middle.jpg) left top no-repeat;
	margin: 0;
	width: 175px;
	padding: 15px 20px;
	float: left;
	height: 170px;
	overflow:hidden;
}

#bottom_right {
	background: url(../graphics/bottom_right.jpg) left top no-repeat;
	width: 215px;
	height: 200px;
	margin: 0;
	padding: 0;
	float: left;
}

#bottom_right * {
	visibility: hidden;
	display: none;
	margin: 0;
	padding: 0;
}

#bottom_right a, #bottom_left a  {
	visibility: visible;
	display: block;
	margin: 0;
	padding: 0;
	width: 215px;
	min-height: 200px;
	text-decoration: none;
}

.clear {
	clear: both;
	height: 1px;
	font-size: 1px;
	margin-top: -1px;
	width: 100%;
	background-color: #fff;
	position: relative;
}


