/* CSS Document */

body {
	background:url(../tree.gif) bottom left no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	padding:5px;
}

#container {
	margin:0px auto 0px auto;
	background: none;
	border: none;
	width:800px;
	height:800px;
}

#container a {
	text-decoration:none;
	color:#FFFFFF;
}
#container a:hover {
	color:#999999;
}

#menu {
	text-align:center;
}

#menu li {
	display:inline;
}

#menu li a {
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-right:10px;
	text-decoration:none;
	color:#666;
}

#menu li a:hover {
	color:#0099cc;
}

#content {
	color:#000;
	margin-top:15px;
	margin-left:90px;
	padding:5px;
	width:680px;
	height:720px;
	border: none;
}

#content h2 {
	color:#333;
	text-align:left;
	font:Georgia, "Times New Roman", Times, serif;
	font-size:26px;
	margin-top:5px;
}

#content h3 {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	margin:5px;
	padding-left:20px;
}

#content p {
	color:#333;
	margin:5px 5px 15px 5px;
}

#footer {
	color:#333;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:right;
	margin-right:5px;
}