body {
	margin: 0.8px;
	font: 62.5% Helvetica, Verdana, sans-serif;
	text-transform: uppercase;
	
}
#wrapper {
	padding: 20px;
	background: url(images/bkgd-shadow.jpg) repeat-y;
	width: 940px;
	margin: 0px auto;
	height: 1000px;
}
#header {
	margin: 0px;
}
#content {
	margin: 110px 0px 200px;
}
#footer {
	margin: 10px auto 0px;
	color: #666666;
	font-size: 0.9em;
}
#contactInfo {
	font-size: 0.9em;
	color: #FFFFFF;
	background: #676767;
	padding: 10px;
}
#contactInfo a:link {
	text-decoration: none;
	color: #FFFFFF;
}

#contactInfo a:hover, #footer a:hover {
	text-decoration: underline;
}
.copyright {
	float: right;
}
.mailChimpLink {
	color: #ccc500;
	float: right;
}
.mailChimpLink a:link {
	text-decoration: none;
	color: #ccc500;
	float: right;
}
