body {
	background:#FFF;
}

/*hide everything except the parent containers for the coupon*/
body.coupons #branding,
body.coupons #nav,
body.coupons #leftcol,
body.coupons #rightcol h1, body.coupons #rightcol p,
#footer,
#branding,
#leftcol,
#nav,
#rightcol p,
#rightcol h1,
#rightcol h2 {
	display:none !important;
}

/*nothing below this line should change in this rule*/
#rightcol {
	float: left;
	width:85%;
}

#rightcol table {
	float:left;
	width:80%;
      margin:0 auto 10px auto;
}


#rightcol table td {
	padding:0 0 20px 0;
}

.coupons #rightcol table,
.coupons #rightcol table h1,
.coupons #rightcol table p {
	display:block !important;
}

#coupons .box {
	margin-bottom:0.6em;
}

