body {
 background-color:#009933;
 font-family:arial;
 font-size:12px;
 	}
#premspon {
	float:left;
	width:200px;
	height:100%;
	background-color:#CCCCCC;
	}
#premleft {
	float:left;
	/*width:800px;*/
	}
#maincontain {
	width:800px;
	background-color:#FFFFFF;
	z-index:50;
	}
#maintop {
	float:left;
	width:100%;
	height:54px;
	background-image:url(../gogreenfliertop.jpg);
	}
#mainmid {
	float:left;
	width:100%;
	background-image:url(../gogreenfliermid.jpg);
	}
#mainbot {
	float:left;
	width:100%;
	height:51px;
	background-image:url(../gogreenflierbottom.jpg);
	}
#header{
	float:left;
	width:100%;
	height:112px;
	background-image:url(../gogreenheader2.jpg);
	
	}
#maincontent {
	width:100%;
	padding-left:7%;
	padding-right:7%;
	}
#logo {
	float:left;
	width:200px;
	}
#listcont {
	text-align:left;
	margin-left:250px;
	}
#introtext {
	float:left;
	text-align:center;
	width:100%;
	}
#storytext {
	width:434px;
	float:left;
	text-align:left;
	padding:5%;
	}
#footer{
    float:left;
	width:100%;
	}
a:link{
	color:#009933;
	font-size:12px;
	font-weight:bold;
	font-family:Arial;
	}
a:hover{
	color:#006633;
	font-size:12px;
	font-weight:bold;
	font-family:arial;
	}
.big {
	font-size:18px;
	color:#009933;
	}
.big2 {
	font-size:14px;
	}
.huge {
	font-size:18px;
	color:#009933;
	}
.huge2 {
	font-size:36px;
	}

#menu {
width: 684px;
background: #ffffff;
float: left;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 171px;
height:40px;
float: left;
}
#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu h2 {
color: #fff;
background: #000;
text-transform: uppercase;
}

#menu a {
color: #000;
/* background: #efefef; */
background-image:url(../menubutton.jpg);
text-decoration: none;
}

#menu a:hover {
color: #fff;
/* background: #fff; */
background-image:url(../menubuttondown.jpg);
}