@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	height: auto;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header {
	height: 150px;
}
#wrapper #navi {
	height: 40px;
	vertical-align: middle;
	text-align: center;
	background-color: #97CA49;
	padding-top: 15px;
	padding-bottom: 10px;
}
#wrapper #slide {
	height: 400px;
	border: thin solid #97CA49;
}
#wrapper #band {
	height: 150px;
	background-color: #97CA49;
	background-image: url(images/welcome.png);
}
#wrapper #content {
	float: left;
	height: auto;
	width: 750px;
	padding: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: justify;
	border-top-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #97CA49;
	border-right-color: #97CA49;
	border-bottom-color: #97CA49;
	border-left-color: #97CA49;
	font-size: 16px;
}
#wrapper #sidecontent {
	float: right;
	width: 405px;
	padding: 5px;
	height: auto;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-top-width: thin;
	border-right-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #97CA49;
	border-right-color: #97CA49;
}
#wrapper #bottom {
	clear: both;
	height: 150px;
	background-color: #97CA49;
	padding: 10px;
}
#wrapper #footer {
	height: 50px;
	padding: 10px;
	background-color: #B9559F;
	clear: both;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
}





/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
