/* CSS Document
Client:  Apple Seeds, Inc.
Site:  http://appleseedsinc.org
Author:  Greg Leding
Created:  23 April 2009 */  

body {
   	background: #305025 url(as-greenwood.jpg) repeat fixed;
	color: #fff; /* white */
	font-family: Helvetica, Arial;
	margin: 0;
	}

#container {
	height: auto;
	margin: 12px auto 78px auto;
	width: 816px;
	}

#content {
	background-image: url(images/apple-seeds.png);
	height: auto;
	width: 816px;
	}

#banner {
	background-image: url(images/as-banner.png);
	height: 174px;
	width: 816px;
	}

#left_navigation {
	height: 40px;
	padding: 0;
	width: 160px;
	}

#left_column {
	float: left;
	height: auto;
	margin-left: 16px;
	padding: 10px 0 10px 10px;
	width: 160px;
	}
	
#right_column {
	color: #000; /* black */
	float: right;
	font-size: 12px;
	height: auto;
	padding: 20px 40px 20px 20px;
	width: 540px;
	}
	
#footer {
	background-image: url(images/as-footer.png);
	color: #f6e537;
	font-size: 14px;
	height: 58px;
	padding-top: 8px;
	position: relative;
	text-align: center;
	width: 816px;
	}

/* Library */

h1, h2, h3 { color: #2b4520; }
p { line-height: 1.5; }
	
#left_navigation ul {
    font-size: 14px;
	list-style: none;
	margin: 0 auto 0 auto;
	padding: 0;
	}	

#left_navigation li {
    margin: 0;
	padding: 6px 0 6px 8px;
	position: relative;
	}
	
a.nav:link {
	color: #f6e537; /* yellow */
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}
	
a.nav:visited {
	color: #f6e537; /* yellow */
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}
	
a.nav:hover {
	color: #f6e537; /* yellow */
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}
	
a.nav:active {
	color: #f6e537; /* yellow */
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	}

li { padding: 4px 0 4px 0; }