@page :top {margin-top: 1in;}
body {
	background:#fff;
	color:#333;
	margin-top: 0;
}

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

/* this will help to center your coupons on the page */
body, p, table, #wrapper, #container, #columns, #leftcol, #leftcol-inner{width:auto;display: block;clear:both;border:none;background:white;position: static;padding:0;margin:0;z-index: auto;overflow: visible;}

/*nothing below this line should change in this rule*/
#leftcol #leftcol-inner table {
	width:80%;
	margin:.5em auto 0 auto !important;
	display: block !important;
	padding:.5em;

}

body.promotions #leftcol-inner table td p {color:#000;}
body.promotions #leftcol p.print {height:30px;}
#leftcol #leftcol-inner table td {padding:0;}

#page-break {
	height:0; page-break-before:always; margin:0;display: block;
}