@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
html, body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #d5d2c3;
}
#page-wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#banner-wrapper {
	margin-top: 100px;
	position: relative;
}
#buy-our-granola a {
	text-indent: -9999px;
	background-image: url(/images/buy-our-addictive-granola.png);
	background-repeat: no-repeat;
	height: 55px;
	width: 350px;
	z-index: 100;
	position: absolute;
	left: 55px;
	top: -40px;
}
#indian-ridge-badge {
	height: 130px;
	width: 140px;
	position: absolute;
	left: 695px;
	top: -100px;
}
#content p {
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 5px;
	padding-right: 15px;
}
#content a {
	color: #968c56;
	font-weight: bold;
	text-decoration: none;
}
#content a:hover {
	text-decoration: underline;
}
#footer p, #footer address {
	text-align: center;
	color: #9d2623;
	font-size: 0.8em;
}
#footer a {
	color: #9d2623;
}
