div#couponContainer {
	padding: 0;
	float: right;
	width: 300px;
	margin-right: 20px;
}
div#couponContainer h3 {
	padding: 0;
	float: right;
	margin: 0;
	width: 300px;
	background: none;
	font-size: 90%;
	text-align: center;
	color: #274DA5;
}
div#starBurstCoupon {
	border: thick dotted #274DA5;
	padding: 0;
	width: 300px;
	float: right;
}
div#starBurstCoupon h2 {
	padding: 0;
	text-align: center;
	background-color: #1B4FA3;
	color: white;
	margin: 2px;
}
div#starBurstCoupon div {
	padding: 0;
	text-align: center;
}
.photoGallery {
	background-color: #000;
	height: 275px;
	width: 350px;
	overflow: scroll;
	float: left;
}
#rightColumn {
	text-align: center;
	width: 350px;
	float: right;
}
div#starBurstCoupon div.couponLine1 {
	padding: 0;
	text-align: center;
	font-size: 110%;
	color: #F00;
	font-weight: bold;
}
div#starBurstCoupon div.couponLine2 {
	padding: 0;
	text-align: center;
	color: #00F;
	font-size: 90%;
}
div#starBurstCoupon div.couponLine3 {
	padding: 0;
	text-align: center;
	font-size: 80%;
	font-weight: normal;
}
