@charset "UTF-8";
/* CSS Document */

/***** Jen creds area *****/
#voucher-container {
	position: relative;
	width: 940px;
	padding: 30px 0px 0px 0px; /*top, right, bottom, left*/
	margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	height:392px;
	background-image:url(../images/voucher.png);
	background-position: bottom center;
	background-repeat:no-repeat;
}

	#voucher-container h3 {
		font-size: 36px;
		line-height:38px;
		font-weight:300;
		letter-spacing:-1px;
		color: #666666;
		text-align:left;
		padding: 70px 0px 0px 650px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	}

	#voucher-container p {
		padding: 15px 0px 0px 650px; /*top, right, bottom, left*/
		margin: 0px 0px 0px 0px; /*top, right, bottom, left*/
	}

	.voucher-quote {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size:18px;
		line-height:22px;
		font-weight:normal;
		color:#6cbcd9;
	}