body {
	margin: 0px;
	background-color: #fff;
	padding-right: 50px;
	color: #666;
	font-family: arial, helvetica, sans-serif;
}

#pageContainer {
	width: 900px;
	margin-right: auto;
}

#boxnav {
	clear: both;
	border-bottom: 1px solid #fff;
	font-size: 0em;
}

#box1, #box2, #box3, #box4, #box5 {
	width: 50px;
	height: 49px;
	border-right: 1px #fff solid;
}

#box1 img, #box2 img, #box3 img, #box4 img, #box5 img, #box6 img {
	width: 49px;
	height: 25px;
	border: 0px;
}

#box1 {	background-color: #408040; }

#box2 { background-color: #569456; }

#box3 { background-color: #6fa86f; }

#box4 { background-color: #8fbf8f; }

#box5 { background-color: #b0d4b0; }

#box6 { background-color: #d3e8d3; }

#mainTitle {
	background-color: #408040;
	color: white;
	font-size: larger;
	letter-spacing: .5em;
	font-weight: bold;
	padding-left: 50px;
}

#tree {
	float: left;
	padding: 0px;
	margin: 0px;
	width: 200px;
	text-align: center;
	vertical-align: top;
	display: inline;
	font-size: smaller;
}

#tree img {
	width: 104px;
	height: 190px;
	padding: 5px;
}

#navigation {
	display: inline;
	text-align: right;
	border-right: 1px #408040 solid;
	float: right;
}

#navigation a {
	margin: .33em;
	margin-left: 1em;
}

#subtitle {
	clear: right;
	float: right;
	width: 699px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
	font-size: larger;
	letter-spacing: .25em;
	font-weight: bold;
	border-right: 1px #408040 solid;
	border-bottom: 1px #408040 solid;
}

#about {
	clear: right;
	float: right;
	width: 699px;
	text-align: justify;
}

#mainText {
	clear: both;
	background-color: #408040;
	color: #fff;
	font-size: larger;
	padding-left: 250px;
	letter-spacing: .25em;
}

.start {
	height: 75px;
	width: 650px;
	clear: both;
	margin-left: 200px;
	background-color: #408040;
	color: white;
	font-size: larger;
	padding-left: 50px;
	letter-spacing: .25em;
}

.top {
	width: 649px;
	margin-left: 200px;
	border-top: 1px #408040 solid;
	border-left: 1px #408040 solid;
	padding-left: 50px;
	padding-top: 1em;
	font-weight: bold;
}

.bottom {
	margin-left: 200px;
	width: 650px;
	text-align: justify;
	border-left: 1px #408040 solid;
	padding-bottom: 1em;
	padding-left: 50px;
}

.line {
	padding: 0;
	border-bottom: 1px dotted #000;
}

#copyright {
	clear: both;
	text-align: center;
	width: 700px;
	margin-left: 200px;
	background-color: #408040;
	color: white;
	font-size: x-small;
}

p, ul {
	margin-top: 0px;
	margin-bottom: 0px;
}

p {
	font-size: 90%;
	line-height: 150%;
}

a:link, a:visited {
	color: #002a0e;
	text-decoration: none;
}

a:active, a:hover {
	color: #002a0e;
	text-decoration: underline;
}

a:link.links, a:visited.links {
	color: #666;
	text-decoration: none;
}

a:active.links, a:hover.links {
	color: #666;
	text-decoration: underline;
}
