body {
	margin: 0 10%;
	padding: 0px;
	background-color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
}
#wrapper {background-color: #ffffff;}
#header {display: none;}
.location {display: none;}
#nav {display: none;}
#content {padding: 0px;}

/* special offers */
.coupon {
	padding: 0px;
}
.materials {
	display: none;
}
.printpic {
	height: 350px;
	width: 591px;
}	

/* footer stuff */
#footer {
	display: none;
}
.footleft {
	display: none;
}
.footright {
	display: none;
}
a:link, a:visited, a:active {
	text-decoration: underline;
	color: #0362A4;
}
a:hover {
	text-decoration: underline;
	color: #ffffff;
}
