/* Global Reset CSS Document */
* {
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
margin:0.5em 0;
}

.clearfix:after { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

#coupon {
	width:600px;
	border: 5px dashed black;
}

#couponheader{
	clear:both;
	border-bottom: 1px solid #5f919e;
}

#couponheader img{padding-left:20px}

#couponmain{
	clear:both;
	padding:0 20px 40px 20px
	}


#couponmain h1{
	font-size:20px;
	font-weight: bold;
}
#couponmain h2{
	font-size:18px;
	font-weight: bold;
}
#couponmain p{
	font-size:16px
}

#couponfooter{
	clear:both;
	font-style: italic;
}

#couponfooter h5{
	padding-left:20px;
	font-size: 12px;
	font-weight: normal;
}

