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;
	background: #0e2b8d;
}

h1 {
	display: none
}
.header {
	height: 100px;
	width: 960px;
	background-image: url(a-specials-header.gif);
	background-repeat: repeat-x;
	text-align: center;
	font-size: 2em;
}

.body-wrap{
	padding-left: 80px;
	padding-bottom: 0px;
	padding-right: 80px;
	padding-top: 0px;
	margin: 0px;
	width: 800px;
	text-align: center

}

#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: #b1c6df;
	font-size: 0.85em;
}

.light-header {
	font-family: sans-serif;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 20px;
	text-align: center;
	color: white;
	font-size: 1.15em;
}

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


.offer {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	color: #c20202;
	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;
}

.tracer {border-color: #ff6b00; border-style: dotted; border-width: 1px;}

div.rounded {
	border-color: #a8a8a8;
	border-style: solid;
	border-width: 1px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; }

.askfor {
	
	margin-right: 25%;
	
	margin-left: 25%;
	
	text-align: center;
	
	padding: 5px;
	
	font-weight: bold;
	
	background-color: #fff9c1;
	
	font-size: 14px;
	
	margin-bottom: 15px;
	
	margin-top: 5px;
	
	font-family: Helvetica, Verdana, Arial, sans-serif;
	
}

