html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	font-size: 14px;
	font-family: "Georgia", Times New Roman, Serif;
	line-height: 1;
	color: #000;
}
.body-wrap{
	padding-left: 80px;
	padding-bottom: 0px;
	padding-right: 80px;
	padding-top: 0px;
	margin: 0px;
	width: 800px;
	text-align: center

}

h1 {
	margin-right: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	background-position: 0px 0px;
	width: 960px;
	margin-left: -0px;
	text-align: center;
	font-size: 2em;
}
#coupon { background-color: white; 
	padding: 5px; 
	border-style: solid; 
	border-color: black; 
	border-width: 1px;
 	margin-left: 80px;
	margin-bottom: 0px;
	margin-right: 80px;
	margin-top: 0px;
}
.coupon-wrap {
	padding-left: 10px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-top: 10px;
	text-align: center;	
	background-color: white;
	border-color: #a8a8a8;
	border-style: dashed;
	border-width: 2px;
	
}

.grey {
	margin-bottom: 4px;
	margin-top: 20px;
	text-align: center;
	color: #7f7f7f;
	font-size: 0.75em;
}

.blurb {
	text-align: center;
	font-size: 1.5em;
}




.offer {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #aa000d;
	font-size: 2em;
}

.expiration {
	margin-left: 15%;
	margin-bottom: 0px;
	margin-right: 15%;
	margin-top: 0px;
	text-align: center;
	color: #7f7f7f;
	padding: 5px;
	border-color: #a8a8a8;
	font-size: 0.75em;
	border-style: solid;
	border-width: 1px;
}


