/* CSS Document */
.coupon{border:3px dashed #000000;}
.coupon h2{
font-size:1.7em;
}
.littleprint{
font-size:.75em;
}
h4{
	font-size:1.4em;
	text-align:center;
	color:#FF0000;
	font-weight:bold;
	}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 25px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  width:600px;
  padding: 0px 10px 10px 10px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  background-color:#D7D7FF;
}
#outerWrapper #contentWrapper {
  overflow: hidden;
  border:none;
  }
  #outerWrapper #header {
  background-image:url(../images/wraheadback.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 15px;
  padding:5px 0px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}