body
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  font-family: Arial;
}

h1,h2,h3,h4,h5
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

ul
{
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

li
{
}

a 
{
  color: #7f5500;
  font-weight: bold;
  font-size: 11pt;
  text-decoration: none;
}

a:hover
{
  text-decoration: underline;
}

#Container
{
  width: 785px;
  margin: 0px auto;
}


#Logo
{
  background-image: url('../../images/buylocal-header.gif');
  background-repeat: no-repeat;
  width: 785px;
  height: 150px;
  margin: 0px 0px 20px 0px;
}


#Left
{
  float: left;
  text-align: left;
  width: 190px;

}

#Right
{
  float: left;
  text-align: left;
  width: 170px;
}

#Left h2, #Right h2
{
  font-weight: bold;
  font-size: 14pt;
  color: #005d43;
  
}

#Left ul, #Right ul
{
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 20px 0px;
}

#Left li, #Right li
{
  margin: 0px 0px 0px 0px;
  padding: 3px 0px 3px 15px;
  background-image: url('../../images/arrow.gif');
  background-repeat: no-repeat;
  background-position: 5px 6px;
}

#Body
{
  float: left;
  text-align: justify;
  width: 410px;
  padding: 0px 15px 0px 0px;

}

#Body h1
{
  font-weight: bold;
  font-size: 14pt;
  color: #7f5500;
  padding-bottom: 3px;
  margin: 0px 0px 5px 0px;
  border-bottom: solid 3px #005d43;
}

#Body ul
{
	list-style-type: none;
	margin: 0px 35px 0px 35px;
}

#Body li
{
 margin : 0px 0px 0px 0px;
  padding: 6px 0px 6px 15px;
  background-image: url('../../images/arrow.gif');
  background-repeat: no-repeat;
  background-position: 5px 6px;
}

.Coupon
{
	border: dashed 2px #303030;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	width: 380px;
}

.Coupon h2
{
	font-size: 14pt;
	
}

.CouponMember
{
	font-size: 10pt;
	font-weight: bold;
	color: #005d43;	
}

.CouponExpiry
{
	padding: 5px 0px 0px 0px;
	font-size: 10pt;
	text-align: right;
}

.PrintButton
{
	padding: 5px 0px 10px 0px;
}

@media print 
{
	#Right { display: none; }
	#Left { display: none; }	
	#Logo { display: none; }
	.PrintButton { display: none; }
}
