body {
	background:#FFF;
}

/*hide everything except the parent containers for the coupon*/
.request #branding,
.request #nav,
.request #leftcol,
.request #rightcol h1,
.request #rightcol h2,
.request #rightcol p,
.request #rightcol form,
.request #footer,
/*nothing below this line should change in this rule*/
.request hr,
#nav,
#nav * {
	display:none !important;
}




.request #rightcol table,
.request #rightcol table h1,
.request #rightcol table p {
	display:block !important;
}

#rightcol p.print {
	display:none !important;
}

.request #rightcol {
	width: 780px;
	margin: 0 auto;
}

#rightcol table {
	width: 100%;
	margin: 0 auto;
}

#rightcol table td.col {
	width: 390px;
}