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

body {
	background-image: url(images/bkgd_paper.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #76611d;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 950px;
	height: 100%;
}

#header {
	position: relative;
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	width: 870px;
	height: 180px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	position: absolute;
	background-image: url(images/harvest_worship_church.png);
	width: 219px;
	height: 180px;
	z-index: 99px;
	top: 0px;
	left: -45px;
	float: left;
}

/*  PHOTOS TOP  */

#pastor_john {
	position: relative;
	background-image: url(images/pastor_john_ramsey.png);
	width: 300px;
	height: 180px;
	z-index: 98px;
	float: right;
	right: 10px;
}

#johns_daughter {
	position: relative;
	background-image: url(images/johns_daughters.png);
	width: 450px;
	height: 180px;
	z-index: 98px;
	float: right;
}

#ministries {
	position: relative;
	background-image: url(images/staff.png);
	width: 450px;
	height: 180px;
	z-index: 98px;
	float: right;
}

#staff {
	position: relative;
	background-image: url(images/staff.png);
	width: 450px;
	height: 180px;
	z-index: 98px;
	float: right;
}

#we_believe {
	position: relative;
	background-image: url(images/we_believe.png);
	width: 230px;
	height: 180px;
	z-index: 98px;
	float: right;
	right: 20px;
}

/*  / END PHOTOS TOP  */

#container {
	position: relative;
	background-image: url(images/content_bkgd.png);
	background-repeat: repeat-y;
	width: 870px;
	min-height: 600px;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
}

#nav {
	position: relative;
	width: 1058px;
	height: 48px;
	z-index: 99;
	top: -30px;
	left: -80px;
	float: left;	
}

#video {
	position: absolute;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
	margin-left: auto;
	margin-right: auto;
	top: 7px;
	width: 833px;
	height: 200px;
	z-index: 1;
	left: 19px;
}

.vid_right {
	position: relative;
	width: 355px;
	height: auto;
	float: right;
	margin-right: 20px;
	z-index: 1;
}

.vid_info {
	position: relative;
	width: 410px;
	float: left; 
	color: #27735d;
	font-size: 1.3em;
	margin-left: 20px;
	margin-top:20px;
}

#left_div {
	position: relative;
	margin-top:170px;
	width: 540px;
	height: 100%;
	position: relative;
	background-image: url(images/white_paper.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top left;
	float: left;
	margin-left: 18px;
}

#right_div {
	position: relative;
	margin-top: 170px;
	background-image: url(images/blue_paper.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #35a28d;
	position: relative; 
	float: right;
	width: 285px;
	height: auto;
	margin-right: 18px;
}

.right_content_container {
	padding: 10px;
}

.clear {
	clear: both;
}

h2 {
	position: relative;
	font-size: 1.3em;
	color: #73551f;
	font-weight: bold;
	top: 3px;
	width: auto;
	left: 10px;
}

.h2_bkgd {
	position: relative;
	background-color: #e0d479;
	height: 26px;
	width: 100%;
}

p {
	font-size: 1em;
	color: #ffffff;
}

ol {
	position: relative;
	left: -10px;
	color: #FFFFFF;
	left: -10px;
}

.mainText {
	position: relative;
	color: #73551f;
	padding: 0px 15px 15px 15px;
}

.readMore {
	position: relative;
	text-align: right;
	color: #73551f;
	padding: 0px 15px 15px 15px;
}

.polaroid_left {
	position: relative;
	width: 315px;
	height: 342px;
	float: left;
	z-index: 99;
	left: -30px;
}

.big_info_right {
	position: relative;
	color: #27735d;
	font-size: 1.3em;
	height: auto;
	z-index: 99;
	height: 342px;
}

.big_info_right2 {
	position: relative;
	color: #27735d;
	font-size: 1em;
	height: auto;
	z-index: 99;
	padding: 0px 20px 20px 20px;
}

.polaroid_left2 {
	position: relative;
	width: 208px;
	height: 280px;
	float: left;
	z-index: 99;
	padding-bottom: 20px;
}

.info_right {
	position: relative;
	color: #27735d;
	font-size: 1em;
	height: auto;
	z-index: 99;
	height: 342px;
}

.big_info {
	color: #27735d;
	font-size: 1.3em;
}

table {
	border: none;
}

td {
	padding: 10px;
}

img {
	border: none;
}

a {
	color: #27735d;
}

a.white {
	color: #fff;
	text-decoration: underline;
}	

#footer {
	position: relative;
	background-image: url(images/footer.png);
	width: 870px;
	height: 68px;
	margin-left: auto;
	margin-right: auto;
}

.textFooter {
	color: #e0d479;
	text-align: center;
}
