* {
	margin: 0;
	padding: 0;
}
/* footer positioning */
	html
	{
		height: 100%;
	}

	body
	{
		height: 100%;
	}

	#nonfooter
	{
		position: relative;
		min-height: 100%;
	}

	* html #nonfooter
	{
		height: 100%;
	}

	#footer
	{
		position: relative;
		margin: -7.5em auto 0 auto;
	}

	/* A CSS hack that only applies to IE -- specifies a different height for the footer */

	* html #footer
	{
		margin-top: -7.4em;
	}

	#page {
	min-height: 100%;
}

#footer {
	background-color: #FFF;
	position: relative;
	margin-top: -35px;
	padding-top: 10px;
	text-align: center;
	line-height: 1.6em;
	padding-bottom: 10px;
	height: 35px;
} 
/* A CSS hack that only applies to IE -- specifies a different height for the footer */
* html #footer	{
		margin-top: -35px;
}
/* end footer positioning */

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #737070;
	font-size: 80%;
	background-color: #85c226;
}
#logo {
	float: left;
}
#page {
	text-align: center;
	width: 100%;
}
#main {
	clear: left;
	margin-top: 10%;
}
/* scroller 
#footer {
	background-color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
#footernav {
	background-color: #FFF;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	height: 35px;
	padding-top: 10px;
}*/
a, a:hover, a:visited {
	color: #737070;
	text-decoration: none;
}
.module {
	width: 80%;
	margin: 0 auto;
	padding: 1em;
}



