/* Site-wide styles */

body {
	background-color: #FFFFFF top center;
	margin: 0px;
	padding: 0px;
	border: 0px;
	min-width: 770px;
	font-size: 100%;
}

/* Header-wide styles */

.coupon_layout {
	width: 770px;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}

.coupon_layout_main {
	width: 540px;
	margin: 50px 100px 0px 100px;
	padding: 0px 30px 0px 30px;
	border: 5px dashed #000000;
}

.coupon_border {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: center;
}

.coupon_layout_main h1 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 46pt;
	color: #000000;
	text-align: center;
}

.coupon_layout_main h2 {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	font-size: 18pt;
	color: #000000;
	text-align: center;
}

.coupon_layout_main p {
	font-family: "gill sans mt",arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	line-height: 12px;
}

.coupon_layout_main ul li {
	font-family: "gill sans mt",arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
	color: #000000;
	line-height: 16px;
}

.print_coupon {
	padding-top: 20px;
}