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

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #006a3d;
	background-image: url(green-yellow-bg.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

div.trees-top-left{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 600px;
	width: 377px;
	z-index: 4;
}

div.trees-top-right{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 600px;
	width: 377px;
	z-index: 4;
}

div.mountain-range{
	position: absolute;
	top: 399px;
	left: 0px;
	width: 100%;
	height: 200px;
	background-image: url(mountain-range.gif);
	background-repeat: repeat-x;
	background-position: left;
	z-index: 2;
}

.mountain-base{
	position: absolute;
	top: 600px;
	left: 0;
	height: 400px;
	width: 100%;
	background-image: url(mountain-base.png);
	background-repeat: repeat-x;
}

img.grass{
	position: absolute;
	top: 174px;
	left: -174px;
	z-index: -10;
}

div.content{
	position: absolute;
	top: 280px;
	left: 50%;
	margin-left: -413px;
	height: auto;
	min-height: 400px;
	width: 782px;
	background-image: url(body-content-bg.png);
	background-repeat: repeat-y;
	background-position: 0 0;
	padding: 0px 0px 0px 44px;
	z-index: 99;
}

div.body-content-bg-top{
	position: absolute;
	top: -45px;
	left: 0px;
	height: 45px;
	width: 826px;
	background-image:url(body-content-bg-top.png);
	background-repeat: no-repeat;
	z-index: -1;
}

div.body-content-bg-bottom{
	position: absolute;
	bottom: -44px;
	left: 0px;
	height: 44px;
	width: 826px;
	background-image:url(body-content-bg-bottom.png);
	background-repeat: no-repeat;
	z-index: -3;
}

div.banner{
	position: absolute;
	height: 600px;
	width: 518px;
	top: 29px;
	left: 50%;
	margin-left: -259px;
	z-index: 50;
}

div.banner a img:hover{
	background-image: none !important;
}

div.copyright{
	position: absolute;
	bottom: -26px;
	left: 0px;
	width: 826px;
	text-align: center;
	font-size: 11px;
}


.title1{
	width: 738px;
	height: auto;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
}

img[align="right"]{
	margin-left: 12px;
}

img[align="left"]{
	margin-right: 12px;
}

p.info{
	position: relative;
	height: auto;
	width: 738px;
	padding: 0;
	margin: 0px 0px 10px 0px;
	text-align: justify;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	white-space: normal;
}

p{
	width: 738px;
	text-align: justify;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	color: #001033;
}

.header{
	font-size: 18px;
	color: #3fa754;
	text-align: center;
	font-family: 'Arial Black', Gadget, sans-serif;
}

a[href]{
	color: #006a3d;
	text-decoration: none;
}

a[href]:hover{
	color: #3fa754;
}

a[href]:active{
	color: #003387;
}

a[href] img{
	border: 0px;
}

#no-indent{
	text-indent: 0px !important;
}

br{
	line-height: 20px;
}

div#the-I-in-big{
	position: absolute;
	top: 154px;
	left: 262px;
	width: 24px;
	height: 59px;
	z-index: 4;
}

#tree-hole{
	position: absolute;
	top: 165px;
	left: 263px;
	width: 22px;
	height: 42px;
	z-index: 2;
}

#tree-hole:hover{
	cursor: pointer;
}