
/* Layout divisions and rules */
	
BODY	{
	margin: 10px;
	padding: 0;
	border: 0;
	text-align:left;	
	color: #555;
	background-color: #fff;
	font: 11px arial, helvetica, helve, sans-serif;
	}

#wrapper	{
	margin: 0px;
	padding: 0;
	border: 0;
	width: 250px;
	background-color: #ffffff;
	text-align:left;	
	}

.couponPrint {
			border-top: 3px dashed;
			border-right: 3px dashed;
			border-left: 3px dashed;
			background-color: #e3e3e3;
			text-align: center;
			padding: 4px;
			margin: 10px 0px;
			background: #e3e3e3 url(../images/couponBg.gif) bottom right no-repeat;
			
		}

h2, h3, h4, h5	{
	font-weight: normal;
	margin: 0px 0 5px 0px;
	padding: 0 0px;
	border: 0;
	letter-spacing: 1px;
	line-height: 1em;
	color: #781319;
	text-transform: uppercase;
	font: 14px Georgia, "Times New Roman", Times, serif;
	}