html,body {
	color:#000;
	font-size: 12px;
	font-family: Book Antiqua, Times, Garamond, Georgia, serif;
	background: #fff url(images/tree_bg.jpg) no-repeat left top;
	padding: 0;
	margin: 0;
	}
	
a {
	color: #003;
	}
	
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333;
}

		
#header {
	position: absolute;
	height: 116px;
	width: 100%;
	background: transparent url(images/header_mask.png) repeat left top;
	margin: 0;
	padding: 0;
}

#nav {
	margin-top: -15px;
	margin-left: 150px;
	text-align: left;
	padding:0;
	}

#subnav {
	text-align: right;
	padding:0;
	margin: 0;
	}

#home_quote {
	position: absolute;
	top: 10px;
	right:20px;
	text-align: right;
	color: #fff;
	font-size: 19px;
	letter-spacing: 1px;
	}

.menu ul {
	margin:0;
	padding:0;
	list-style:none;
	}

.menu li {
	display: inline;
	color: #ccc;
	letter-spacing: 2px;
	font-weight: lighter;
	margin:0;
	padding:0 8px 0 0;
	}
	
.menu a {
	color:#ccc;
	font-size: 17px;
	text-decoration:none;
	}

.menu a:hover {
	text-decoration:underline;
	}

#left {
	position: absolute;
	margin-top: 150px;	
	margin-left: 10px;
	width: 215px;
	text-align: right;
}

#sibebar {
	position: absolute;
	margin-top: 400px;	
	margin-left: 10px;
	width: 215px;
	text-align: right;
}

.quote {
	display:block;
	margin-top:15px;
	font-size: 18px;
	color: #003;
	}
	
.pdf {
	color: #003;
	font-size: 10px;
	text-align: right;
	font-weight: normal;
	padding: 0;
	margin: 0;

}
	
.attribute {
	display: block;
	font-size: 15px;
	color: #666;
	}
	
.stories ul {
	margin:0;
	padding:0;
	list-style:none;
	}

.stories li {
	color: #003;
	list-style:none;
	letter-spacing: 2px;
	font-weight: lighter;
	margin:0;
	padding:0 0 15px 0;
	}
	
.stories a {
	color:#003;
	font-size: 15px;
	text-decoration:none;
	}

.stories a:hover {
	text-decoration:underline;
	}



#main {
	position: absolute;
	width: 400px;
	margin-top: 150px;
	margin-left: 245px;
	min-height: 500px;;
	}
	
	
#footer {
//	position: relative;
}

.copyright {
	font-size: .85em;
	color: #999;
}


.hidden {
	display:none;
	}
	
/* Headers */

h1 {
	font-size: 50px;
	font-weight: normal;
	color:#fff;
	letter-spacing: 12px;
	padding:25px 0 0 15px;
	margin: 0;
}
	
h2 {
	color: #003;
	font-size: 20px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	}
