@charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	background-color:#024;
	background-image:url(images/top.png);
	background-position:top;
	background-repeat:repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height:1.2em;
	height:100%;
}

h1, h2, h3 {
font-family:Tahoma, Arial, Helvetica, sans-serif;
color:#003366;
}

strong {
color:#036;
}

h1 {
font-size:24px;
}

h2 {
font-size:18px;
}

h3 {
font-size:14px;
}
	
#spons {
	clear:both;
	width:100%;
	text-align:center;
	}

#wrapper{
	height: 100%;
	min-height: 100%;
	margin-top:50px;
	}
	
#logo {
	width: 738px;
	height: 80px;
	margin: 0 auto;
	background: url(images/logo.jpg) no-repeat;
	color: #3E5C0E;
	padding:20px;
	color: #FFFFFF;
}

#logo h1 {
	padding: 0 0 0 20px;
	letter-spacing: -1px;
	font-size: 20px;
	color:#FFFFFF;
}

#logo h2 {
	padding: 0 0 0 25px;
	font-weight: normal;
	font-size:12px;
}

#tree {
	float:right;
	}

#menu {
	width: 778px;
	height: 30px;
	margin: 0 auto;
	background-color: #000;
	background-image:url(images/menubg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

#page {
	width: 778px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 30px;
	background: url(images/img03.jpg) no-repeat;
	background-color:#FFFFFF;
}

#content {
	float: left;
	width: 738px;
	padding-left:20px;
	padding-right:20px;
	padding-bottom:20px;
	height:100%;
	background-color:#FFFFFF;
}

#footer {
	clear: both;
	padding: 10px 0;
	font-size: smaller;
	color:#999999;
	margin: 0;
	text-align: center;
	line-height: normal;
}

#treephoto{
	float:right;
	margin:10px;
	}
	
.item {
width:200px;
float:right;
padding-left:10px;
margin-left:10px;
/*border-left: solid 1px #ccc;*/
}

.item2 {
max-width:500px;
border: #ccc 1px solid;
padding:5px;
margin-bottom:5px;
}

p a {
color:#006699;
text-decoration:none;
}

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