@charset "utf-8";
/*HTML Tag Styles*/
body {
	background: #21553A;
	text-align: center;
}
a:link {
	color: #3F3;
	text-decoration: none
}
a:visited {
	text-decoration: none;
	color: #3F3;
}
a:hover {
	color: #FFC;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
/*Class Styles - can be applied many times per page*/
.garden {
	height: 267px;
	width: 200px;
	margin-right: auto;
	margin-left: 200px;
	margin-bottom: auto;
	}
	.menu {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
	color: #3F3;
}
.mwp {
	font-family: Enviro, "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #FFC;
}
/*DIV ID Styles - can be applied only once per page*/
#backgroundIndex {
	margin: 25px 100px auto;
	width: 780px;
	background: #21553A url(../images/background/bamboo_bkgd.png);
	text-align: left;
	height: 600px;
}
#contentIndex {
	margin: 0px auto 20px;
	width: 600px;
	background: url(../images/background/no_logo_bgnd.png);
	text-align: center;
	height: 500px;
}
#copyright {
	background: #21553A url(../images/background/bamboo_bkgd.png);
	width: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #FFC;
	margin: auto;
}
