
  /*
   * file: styles.css
   *
   * author: Andrew Smith <andrew@arcticdesigns.us>, Nick Mealey
   * created: Thu, 8 Jan 2009 16:48 PST
   * modified: Wed, 14 Jan 2009 19:47 PST
   */

body {
	background-color: #452d11;
	background-image: url(../images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: 0 225px;
	margin: 0;
	padding: 0;
	text-align: center;
}

p {
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 13px;
}

a {
	color: #fffb95;
}

div#header {
	background-color: white;
	background-image: url(../images/header_bg.gif);
	width: 100%;
	height: 223px;
	padding: 1px 0;
}

div#header img#logo {
	margin: 35px 0 25px 0;
}

div#header p#verses {
	width: 900px;
	background-image: url(../images/verses.gif);
	height: 0;
	overflow: hidden;
	padding: 44px 0 0 0;
	margin: -44px auto 0 auto;
	position: relative;
	top: -50px;
}

div#header ul {
	list-style-type: none;
	width: 365px;
	height: 24px;
	margin: 0 auto;
	padding: 0;
}

div#header li {
	display: inline;
	float: left;
	padding: 0 11px;
	font-size: 20px;
}

div#header li a {
	color: #525252;
	display: block;
	height: 0px;
	overflow: hidden;
	padding-top: 24px;
}

/* Off State */
#n_home a {
	background-image: url(../images/home_off.gif);
	width: 57px;
}

#n_tracts a {
	background-image: url(../images/tracts_off.gif);
	width: 151px;
}

#n_contact a {
	background-image: url(../images/contact_off.gif);
	width: 91px;
}

/* On State -- Highlighted Page */
#home #n_home a {
	background-image: url(../images/home_on.gif);
}

#tracts #n_tracts a {
	background-image: url(../images/tracts_on.gif);
}

#contact #n_contact a {
	background-image: url(../images/contact_on.gif);
} 

div#body {
	margin: 0 auto 30px auto;
	text-align: left;
	width: 484px;
	color: #fffad6;
}

div#body img#welcome {
	margin: 20px 0 0 0;
}

div#body img#picture1 {
	position: relative;
	top: 300px;
	left: -230px;
	margin-top: -221px;
}

div#body img#picture2 {
	position: relative;
	top: 350px;
	left: 216px;
	margin-top: -221px;
	float: right;
}

div#body h2 {
	text-align: center;
	color: #ffffff;
}


div#footer {
	background-color: #543d24;
	color: #101010;
	padding: 2px 0 15px 0;
}

div#footer p.links {
	font-size: 14px;
}

div#footer p.links a {
	padding: 0 5px;
}

div#footer p.footnote a {
	color: #101010;
	text-decoration: underline;
}