@charset "utf-8";
div {
	background-color: transparent;
	}
body {
	background-color: #66CC33;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
}



	p {
	background: transparent;
	margin: 20px;
	}
html {
	overflow-y: scroll;
}

	a {
		background-color: transparent;
		text-decoration: none;
		font-weight: bold;
	}
	a img {
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: none;
		border-left-style: none;
	}

	h1 {
	color: #007700;
	font-size: medium;
	margin: 20px;
	font-weight: normal;
	}
	h2 {
	font-size: small;
	color: #66CC33;
	background: transparent;
	font-weight: normal;
}
	h3 {
	font-size: medium;
	padding-bottom: 5px;
	padding-left: 40px;
	color: #007700;
	border-bottom-color: #5BB92F;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	margin: 20px;
	}
	h4 {
	font-size: small;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	margin: 20px;
	}
	h5 {
	margin: 20px;
	font-size: large;
	font-weight: bold;
	color: #660000;
	text-decoration: blink;
	text-align: center;
	}
	h6 {
	font-size: small;
	padding-top: 5px;
	color: #007700;
	font-family: "Courier New", Courier, monospace;
	text-align: right;
	padding-right: 30px;
	padding-bottom: 10px;
	}

#shadow {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/dropShadow.jpg);
	background-repeat: repeat-y;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	border-bottom-width: 1px;
}
#headerIMG {
	height: 200px;
	background-image: url(../images/nimbin-rox.jpg);
	font-size: small;
	color: #66CC33;
	display: block;
}
#navigation {
	height: 40px;
	font-size: large;
	line-height: 35px;
	text-indent: 20px;
	word-spacing: 20px;
	background-image: url(../images/navigation.jpg);
}
	#navigation a:link {
	color: #66CC33;
	}
	#navigation a:visited {
	color: #66CC33;
	}
	#navigation a:hover {
	color: #99FF66;

	}
	#navigation a:focus {
	color: #99FF66;
	}
	#navigation a:active {
	color: #99FF66;
	}
#bodyArea  {
	color: #007700;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}

	#left a:link {
	color: #007700;
	}
	#left a:visited {
	color: #007700;
	}
	#left a:hover {
	color: #009900;
	}
	#left a:focus {
	color: #007700;
	}
	#left a:active {
	color: #009900;
	}
	#right a:link {
	color: #007700;
	}
	#right a:visited {
	color: #007700;
	}
	#right a:hover {
	color: #009900;
	}
	#right a:focus {
	color: #007700;
	}
	#right a:active {
	color: #009900;
	}
#footer {
	color: #66CC33;
	font-size: small;
	text-align: center;
	padding: 5px;
}
	#footer a:link {
	color: #66CC33;
	}
	#footer a:visited {
	color: #66CC33;
	}
	#footer a:hover {
	color: #99FF66;
	}
	#footer a:focus {
	color: #99FF66;
	}
	#footer a:active {
	color: #99FF66;
	}
.slideShow {
	margin-bottom: 20px;
	text-align: center;
}
.setTitle {
	font-size: large;
	color: #018E02;
	text-align: left;
}
.controls {
	position: relative;
	z-index: 10;
	font-size: small;
	color: #66CC33;
	margin: 10px;
	word-spacing: 400px;
}
.slides {
	position: relative;
	z-index: 1;
	display: none;
	margin-top: 10px;
}
.slideTitle {
	font-size: small;
}
#slide1 {
	display: block;
}
