@charset "utf-8";
/* CSS Document */

body
	{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.84em;
	line-height:150%;
	color:#663300;
	text-align:left;
	background-image:url(images/wood.jpg);
	background-repeat:repeat;
	}
	
#wrapper
	{
	background:none;
	width:900px;
	margin:0px auto 0px auto;
	}
	
#header
	{
	width:900px;
	height:250px;
	margin:20px auto 0px auto;
	background-image:url(images/gcheader.png);
	background-repeat:no-repeat;
	background-position:bottom;
	}
	
#container
	{
	width:900px;
	background-image:url(images/gcbody.png);
	background-repeat:repeat-y;
	margin:-20px auto 0px 0px;
	padding-bottom:50px;
	}
	
#footer
	{
	clear:both;
	width:900px;
	min-height:250px;
	margin:-20px auto 0px auto;
	background-image:url(images/gcfooter.png);
	background-repeat:no-repeat;
	background-position:top;
	}
	


#navigation
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:150%;
	color:#663300;
	text-align:left;
	margin-left:33px;
	}
	
#content
	{
	float:left;
	margin:0px 20px 0px 70px;
	width:500px;
	}
	
#sidebar
	{
	float:left;
	margin:30px 0px auto 10px;
	width:250px;
	}
	
#listen
	{
	position:absolute;
	margin:135px 0px 0px 700px;
	}
	
#worshipper
	{
	position:absolute;
	margin:28px 0px 0px 330px;
	}
	
#feed
	{
	position:absolute;
	margin:90px 0px 0px 105px;
	}
	
#copyright
	{
	position:absolute;
	margin:185px 0 0px 535px;
	font-size:90%;
	text-align:center;
	}

#copyright a, a.banner
	{
	text-decoration:none;
	color:#663300;
	border-bottom:1px dashed #663300;
	}

#copyright a:link, a.banner:link
	{
	text-decoration:none;
	color:#663300;
	border-bottom:1px dashed #663300;
	}

#copyright a:hover, a.banner:hover
	{
	text-decoration:none;
	color:#663300;
	border:none;
	}

#content a, #header a
	{
	text-decoration:none;
	color:#663300;
	border-bottom:1px dashed #663300;
	}

#content a:link, #header a:link
	{
	text-decoration:none;
	color:#663300;
	border-bottom:1px dashed #663300;
	}

#content a:hover, #header a:hover
	{
	text-decoration:none;
	color:#663300;
	border:none;
	}


#navigation li
	{
	display:inline;
	}
	
h1
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:200%;
	line-height:100%;
	color:#663300;
	margin-top:40px;
	padding:10px 0px 30px 10px;
	border-left:double #663300;
	}
	
h2
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:200%;
	color:#663300;
	margin-top:40px;
	}
	
h2.election
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-style:italic;
	font-size:150%;
	color:#663300;
	}
	
h3
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:140%;
	color:#663300;
	margin-top:-20px;
	}

h4
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:120%;
	color:#663300;
	margin-top:-18px;
	}

h5
	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:140%;
	color:#663300;
	}
	
#navigation a
	{
	color:#663300;
	text-decoration:none;
	}
	
#navigation a:link
	{
	color:#663300;
	text-decoration:none;
	}
	
#navigation a:hover
	{
	color:#663300;
	text-decoration:none;
	padding-bottom:5px;
	border-bottom:double #663300;
	}

input, textarea
	{
	color:#663300;
	background:none;
	border:1px solid #663300;
	}
	
.posted
	{
	font-style:italic;
	text-align:left;
	margin-top:-40px;
	padding-left:15px;
	}
	
.clear
	{
	clear:both;
	margin-bottom:50px;
	}
	
#wanted
	{
	background-image:url(images/wanted.png);
	background-repeat:no-repeat;
	background-position:top;
	width:100%;
	height:100%;
	text-align:center;
	}
	
#wanted a
	{
	font-size:150%;
	color:#663300;
	text-decoration:none;
	padding-bottom:5px;
	border-bottom:1px dashed #663300;
	}
	
#wanted a:link
	{
	font-size:150%;
	color:#663300;
	text-decoration:none;
	padding-bottom:5px;
	border-bottom:1px dashed #663300;
	}
	
#wanted a:hover
	{
	font-size:150%;
	color:#663300;
	text-decoration:none;
	padding-bottom:5px;
	border-bottom:double #663300;
	}
	
a.birthday
	{
	font-size:120%;
	color:#663300;
	text-decoration:none;
	padding-bottom:1px;
	border-bottom:1px dashed #663300;
	}
	
a.birthday:link
	{
	font-size:120%;
	color:#663300;
	text-decoration:none;
	padding-bottom:1px;
	border-bottom:1px dashed #663300;
	}
	
a.birthday:hover
	{
	font-size:120%;
	color:#663300;
	text-decoration:none;
	padding-bottom:1px;
	border-bottom:double #663300;
	}
	
#speaker
	{
	position:absolute;
	margin:180px auto 0px 750px;
	}
