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