* {margin: 0; padding: 0;}

/************************************* Main structure *************************/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	background-image: url(images/container_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#container {
	background-image: url(images/container_bg.jpg);
	background-repeat: no-repeat;
	height: 400px;
	width: 928px;
	font-size: 1.2em;
	margin: 4px;
	border-top: 1px solid white;
}

#header {
	height: 205px;
	padding-top: 20px;
	margin-left: 240px;
}
.pictureheader {
	margin: 30px;
	padding: 30px;
	float: left;
	clear: left;
	position: relative;
	left: -300px;
	top: 30px;
	text-align: left;
	display: inline;
}
#picture_left {
	height: 206px;
	width: 300px;
	float: left;
	clear: left;
	background-image: url(images/church.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#header_left {
	float: left;
	width: 450px;
	height: 206px;
}

#header_right {
	height: 206px;
	margin-left: 460px;
	margin-right: 30px;
}

/******************************* Text and image formatting *******************************/

p {margin-bottom: 15px;
   margin-top: 10px;
}

p.quote:first-letter 
{
	color: #6F9800;
	font-size:xx-large;
	margin-top: 20px;
	font-size: 2.5em;
    padding-right: 2px;
   
}

h1 {
	color: #006699;
	margin-top: 85px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 2.6em;
}

.red {color: #614240;}

h2 {
	color: #bf8a44;
	margin-left: 120px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
}

h3 {
	height: 31px;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-left: 75px;
	font-size: 1.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}

h4 {
	width: 210px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #F5F9EB;
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CEAC86;
	border-bottom-color: #CEAC86;
	font-size: 1.2em;
	color: #A6BB7A;
}

h5 {
	height: 60px;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-left: 5px;
	font-size: 2.6em;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #84A54A;
	border-bottom: 1px dotted #CCCCCC;
}

blockquote {
	background-color: #F4F7F0;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 30px;
	padding-bottom:30px;
	border: 1px dotted #EBE2B7;
	background-image: url(images/blockquote.png);
	background-repeat: no-repeat;
	font-style: italic;
}

.read_more {
	background-color: #FFFFFF;
	padding: 3px;
	text-align: right;
	font-weight: bold;
	font-style: italic;
}

img {border: none;}

.float_left {float: left;
              margin-right: 5px;}
			  
.float_right {float: right;
              margin-left: 10px;}
			 
a:link {color: #557C2B; text-decoration: none;}     /* unvisited link */
a:visited {color: #83A956; text-decoration: none;}  /* visited link */
a:hover {color: #821115; text-decoration: none;}   /* mouse over link */
a:active {color: #577E2D; text-decoration: none;}   /* selected link */

/********************************* Navigation **********************************/

