/* CSS Document */

#wrapper {
	height: 2000px;
	width: 1400px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-right: 300px;
	margin-left: 75px;
	background-image: url(graphics/greensceneLG2.png);
	margin-bottom: 100px;
}
#header {
	height: 164px;
	width: 800px;
	position:absolute;
	left: 306px;
	top: -17px;
}
#leftside {
	height:550px;
	width: 200px;
	position: absolute;
	left: 0px;
	top: 200px;
	background-repeat: no-repeat;
	background-image: url(graphics/leftnav/background.png);
	font-family: "Comic Sans MS", Tahoma, "Lucida Console", Verdana, sans-serif;
	font-size: 80%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
#bodytext {
	width: 690px;
	height:auto;
	font-family: "Comic Sans MS", Tahoma, "Lucida Console", Verdana, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	position: absolute;
	left: 231px;
	top: 150px;
	overflow: auto;
	right: 180px;
	bottom: 0px;
	padding-right: 10px;
	padding-left: 10px;
}
.heading {
	font-family: "Comic Sans MS", Tahoma, "Lucida Console", Verdana, sans-serif;
	font-size: 150%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.heading2 {
	font-weight: bold;
}
.heading3 {
	font-family: "Comic Sans MS", Tahoma, "Lucida Console", Verdana, sans-serif;
	font-size: 125%;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #663300;
}
.heading1 {
	font-family: "Comic Sans MS", Tahoma, "Lucida Console", Verdana, sans-serif;
	font-size: 100%;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: small-caps;
}

