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

/*AUTHOR: Eric Diedrick
		ediedrick@charter.net */
		
/* NOTE..  RESAVE THIS FILE AS style.css TO LINK IT TO THE WEB PAGES */

/* TOOLBOX */
.floatleft { float: left; }
.floatright { float: right; }
.clear { clear: both; }
/* END TOOLBOX */		
		
/* RESETS & BASIC PAGE SETUP */
* { margin: 0; padding: 0; }
html { overflow-y: scroll; }
body {
	font: 62.5% Helvetica, sans-serif;
	background:#a6bf7d;
}

.large {
	font-size: 2em;
	}
	
.donate {
	margin-top: 10px;
	}
	
#content h1.large {
	font-size: 3em;
	}

#content h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	font-size: 1.4em;
	letter-spacing: 0.03em;
	margin-bottom: 0.8em;
}

#content h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.1em;
}

#content h4 {
	font-weight: medium;
	letter-spacing: 1px;
	text-decoration: underline;
	margin: -5px 0 10px 0;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

div#page-wrap {
	width: 990px;
	margin: 0 auto;
	}
	
div#header {
	width: 990px;
	background:  url(images/header-nav-bg_revised.jpg) no-repeat;
}

ul#nav {
	text-align: center;
	height: 287px; width: 990px;
	list-style: none;
	padding-left: 40px;
}

ul#nav li {
	display: block;
	margin-right: 0.5em;
	border-right: 1px solid #FFFFFF;
	font-weight: bold;
	letter-spacing: 0.1em;
	width: 140px;
	float: left;
	margin-top: 255px;
}
	
ul#nav a{
	color: white;
	text-decoration: none;
}

ul#nav li a:hover, ul#nav li a:active {
	color: #009933;
}
	
ul#nav li.last {
	border-right: 0;
}

li {
	font-size: 1.4em;
}

div#content {
	width: 990px;
	padding: 15px 0 0 0;
	background: url(images/content-bg_revised.jpg) repeat-y;
}

div#left-col {
	width: 610px;
	float: left;
	padding: 0 30px 0 70px;
	border-right: 2px solid #a6bf7d;
	font-size: 1.3em;
}

div#right-col {
	float: right;
	margin: 0 55px 0 0;
	/*padding: 0 30px 0 10px;*/
	font-size: 1.1em;
	text-align: center;
}

div#footer {
	width: 990px;
	background: url(images/content-bottom_revised.jpg) no-repeat;
	color: white;
	padding: 50px 0 25px 0;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	letter-spacing: 0.05em; 
}
