body {
	background:#FFF;
}

/*hide everything except the parent containers for the coupon*/

.coupons #branding,
.coupons #nav,
.coupons #leftcol,
.coupons #rightcol-inner h1,
.coupons #rightcol-inner h2,
.coupons #rightcol-inner p,
.coupons #footer,
/*nothing below this line should change in this rule*/
.coupons hr,
#nav,
#nav * {
	display:none !important;
}

#content table {
	width:780px;
}

#content table td {
	padding:0;
}

.coupons #content table,
.coupons #content h1,
.coupons #content p {
	display:block !important;
}

#coupons .box {
	margin-bottom:0.6em;
}

#content p.print {
	display:none !important;
}