body {
	width: 100%;
	max-width: 480px;
	min-width: 240px;
	padding: 0;
	margin: 0;
	background: #545454 url(/images/bg-gradient.png) repeat-x 0 100%;
}
#logo {
	position: relative;
	width: 204px;
	height: 41px;
	overflow: hidden;
}
	#logo a {
		display: block;
		position: relative;
		width: 100%;
		height: 100%;
	}
	#logo a span {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: url(/images/logo.png) no-repeat 0 0;
		z-index: 10;
	}
footer {
	padding: 10px;
}
	footer a:hover {
		border-bottom: none;
		text-decoration: underline;
	}
	footer h2 {
		padding: 0 0 .5em;
	}
	footer input {
		display: inline-block;
		margin: 0;
	}
	footer ul {
		padding: 0;
		margin: 0;
		list-style-type: none;
	}
	footer .adr {
		display: block;
	}
	footer .fn {
		display: none;
	}
header {
	width: 100%;
	height: auto;
	min-height: 97px;
	max-height: 194px;
	padding: 10px 0 0;
	overflow: hidden;
	}
.ir {
	position: relative;
	display: block;
	background-repeat: no-repeat;
	text-indent: -2000em;
	overflow: hidden;
}
#contactinfo .map {
	display: block;
	width: 300px;
	height: 150px;
	margin: 0 25px 1em 0;
	background: url("http://maps.google.com/maps/api/staticmap?center=31+E+8th+St,+Holland,+MI+49423&zoom=14&size=300x150&maptype=roadmap&markers=color:red|color:red|label:A|42.79045000,-86.105797&sensor=false&key=MAPS_API_KEY") no-repeat 0 0;	
}
#mainnav {
	position: relative;
	padding: 0 0 0 10px;
	overflow: hidden;
	list-style-type: none;
}
#mainnav li {
	position: relative;
	float: left;
	height: 97px;
	padding: 0;
	margin: 0;
}
	#mainnav span {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 27px;
		padding-top: 70px;
		background-image: url(/images/nav-sprite.jpg);
		background-repeat: no-repeat;
		text-indent: 0;
	}
	#who { width: 102px;}
		#who span { background-position: 0 0; }
		.who #who span,
		#who :hover span { background-position: 0 -97px; }
	#why { width: 128px; }
		#why span { background-position: -102px 0; }
		.why #why span,
		#why :hover span { background-position: -102px -97px; }
	#what { width: 133px; }
		#what span { background-position: -240px 0; }
		.what #what span,
		#what :hover span { background-position: -240px -97px; }
	#contact { width: 99px; }
		#contact span { background-position: -374px 0; }
		.contact #contact span,
		#contact :hover span { background-position: -374px -97px; }
	#mainnav a {
		position: absolute;
		top: 0;
		display: block;
		width: 100%;
		height: 27px;
		padding-top: 70px;
		overflow: hidden;
	}
	#socialmedia a {
		display: block;
		height: 32px;
		padding: 0 0 0 40px;
		background-repeat: no-repeat;
		background-position: 0 center;
		line-height: 32px;
	}
	#socialmedia li {
		padding: 0 30px 10px 0;
	}
		#flickr { background-image: url(/images/icons/flickr-32x32.png); }
		#twitter { background-image: url(/images/icons/twitter-32x32.png); }
		#youtube { background-image: url(/images/icons/youtube-32x32.png); }}
