* {
margin: 0;
padding: 0;
}

body {
margin-top: 1em;
margin-bottom: 1em;

background-color: #ffe;
color: #654708;
}

.large {
	color: #B3AD8F;
	font-size: 100%;
}

a, a:link {
	color: #5697B6;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px solid #5697B6;
}


a:visited {
	/*color: #9A7932;*/
	color: #5697B6;
	background-color: transparent;
	text-decoration: none;
	/*border-bottom: 1px dotted #5697B6;*/
	border-bottom: 1px solid #996;
	
}

a:hover {
	color: #7AD;
	border-bottom: 1px solid #7AD;
}

#container {
position: relative;
width: 720px;
height: 576px;
margin-right: auto;
margin-left: auto;

background-color: white;

border: 1px solid brown;

overflow: hidden;
}
#tree_bg {
position: absolute;
top: 0;
left: 0;
height: 576px;
width: 500px;
background-image: url(/images/fallTree.jpg);
background-repeat: no-repeat;

z-index: 1;
}

#leaf_page {
	position: absolute;
	top: 502px;
	left: 220px;
	background-image: url(/images/leafPage.gif);
	height: 73px;
	width: 162px;
	z-index: 50;
}

#intro_tagline {
position: absolute;
top: 0;
left: 400px;
width: 320px;
height: 300px;
background-color: transparent;

z-index: 10;
}

#animation_part1 {
position: absolute;
top: 0;
left: 30px;
z-index: 50;
}


#animation_part2 {
position: absolute;
top: 130px;
left: 80px;
z-index: 50;
}

#content {
position: absolute;
top: 315px;
left: 380px;
z-index: 100;

font-family: "hoefler text", georgia, times, serif;
color: #9A7932;
font-weight: normal;
font-size: 12px;
line-height: 1.6em;
}

h2 {
	font-family: "hoefler text", georgia, times, serif;
	color: #5697B6;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6em;
}

#content p {
margin-right: 1em;
margin-left: 1em;
}
#nav {
position: absolute;
top: 420px;
left: 75px;
z-index: 100;
}

#nav a {
	border-width: 0;
}

#nav ul {
list-style: none;
}

#nav ul li {
margin-bottom: -2px;
}

#nav ul li img {
	vertical-align: bottom;
}

.main_text {
	width: 340px;
	height: 188px;
	overflow: auto;
	color: #654708;
}

.main_text p {
	margin-bottom: 1em;
}

.leaf_break {
	background-color: transparent;
	background-image: url(/images/littleLeaf.gif);
	background-position: center center;
	
	height: 22px;
	
	clear: both;
	background-repeat: no-repeat;
}