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

body {
	font-size:80%;
	font-family:Georgia,Times,serif;
	background-color:#E1CEAE;
	margin:0;
	padding:0;
}

h1 {
	font-size:1.8em;
}

h2 {
	font-size:1.6em;
}

h3 {
	font-size:1.3em;
	margin:0;
}

p {
	font-size:1.1em;
	line-height:150%;
}

img {
	border:0;
}


/* Container */
#container {
	width:800px;
	margin:20px auto 20px auto;
}

/* Masthead */
#masthead {
	height:280px;
	margin:0;
	background:url(images/layout_03.gif) no-repeat;
}

#masthead h1 {
	padding:78px 0 0 213px;
}

#masthead p {
	font-size:1.1em;
	color:#999;
	text-align:center;
	padding:15px 0 0 0;
}

#masthead p a:link, #masthead p a:visited, #masthead p a:active {
	color:#999;
	text-decoration:none;
}

#masthead p a:hover {
	color:#977B47;
	text-decoration:underline;
}

/* Content */
#content {
	width:800px;
	float:left;
	background:url(images/layout_05.gif) repeat-y;
}

#column_a {
	float:left;
	width:468px;
	border-right:1px solid #d9d5d5;
	margin:0;
}

#column_a h2 {
	padding:0 20px 0 68px;
}

#column_a h3 {
	padding:10px 20px 10px 68px;
}

#column_a p {
	padding:0 20px 0 68px;
}

#column_a ul {
	list-style-type:none;
	color:#977B47;
	margin:0;
}

#column_a li {
	padding:0 0 0 40px;
	font-size:1.1em;
	line-height:130%;
}

#column_a a:link, #column_a a:visited, #column_a a:active {
	color:#999;
	text-decoration:none;
}

#column_a a:hover {
	color:#977B47;
	text-decoration:underline;
}

#column_b {
	float:left;
	width:278px;
}

#column_b h2 {
	text-align:center;
}

#column_b p {
	color:#977B47;
	margin:0;
	line-height:150%;
}

#column_b a:link, #column_b a:visited, #column_b a:active {
	color:#999;
	text-decoration:none;
}

#column_b a:hover {
	color:#000;
	text-decoration:underline;
}

#churchPage #column_a {
	width:800px;
	float:left;
	text-align:center;
	border:none;
}

#churchPage #column_a p{
	text-align:center;
	padding-right:80px;
}

.spacer {
	clear:both;
}

.headBuffer {
	padding-top:25px;
}

.picFloat {
	float:left;
	margin:0 10px 20px 10px;
}

.picBorder {
	border:1px solid #000;
	margin:0 auto 60px;
}

/* Footer */
#footer {
	float:left;
	clear:both;
	height:115px;
	width:800px;
	margin:0;
	background:url(images/layout_19.gif) no-repeat;
}

#footer p {
	color:#999;
	margin:20px 0 0 0;
	font-size:.9em;
	text-align:center;
}

#footer a:link, #footer a:visited, #footer a:active {
	color:#999;
	text-decoration:underline;
}

#footer a:hover {
	color:#977B47;
	text-decoration:underline;
}