<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(http://fonts.googleapis.com/css?family=Arimo:400,700);
@import url(http://fonts.googleapis.com/css?family=Arbutus+Slab&amp;subset=latin,latin-ext);
@import url(http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700italic,700,400italic&amp;subset=latin,latin-ext);


h1, h2, h3, h4, h5, h6 {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: 'Arbutus Slab', serif;
}

body{
	margin:0;
	padding:0;
	color:#333;
	background:#fff url(images/bg2.png) repeat-x center top;
	font:normal 1em/150% 'Archivo Narrow', "Trebuchet MS", arial, verdana, sans-serif;
	text-shadow: 0px 0px 1px transparent; /* google font pixelation fix */
}
blockquote {
font-size: 16px;
font-style: italic;
margin: 0.25em 0;
padding: 0.25em 30px;
line-height: 1.45;
margin-left: 20px;
position: relative;
color: #383838;
border: none;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
blockquote:before {
display: block;
content: "\201C";
font-size: 80px;
position: absolute;
left: -20px;
top: -20px;
color: #7a7a7a;
}
blockquote cite {
color: #999999;
font-size: 14px;
display: block;
margin-top: 5px;
}
 
blockquote cite:before {
content: "\2014 \2009";
}

#wrap{
	width: 880px;/*960*/
	margin: 0 auto;
	padding: 0;
	margin-top: -19px;
}

#header {
	width: 880px;
	height: 401px;
	background: url('images/banner12.png') no-repeat right;
	padding-top: 20px;
}
	#header h2 {
		font-size: 36px;
		letter-spacing: -1px;
		font-weight: normal;
		margin-top: 0;
		padding-top: 27px;
		text-align: left;
		color: #F4F419;
		width: 480px;
	}
	#header h5 {
		font-size: 13px;
		font-weight: normal;
		margin-top: -20px;
		text-align: left;
		color: #b0b0b0;
		text-shadow: 1px 0 0 #333;
	}
.buybutton {
	width:360px;
	height: 62px;
	display: block;
	text-align: center;
	color: #242f06;
	padding-top: 18px;
	font-size: 24px;
	margin-top:30px;
	text-shadow: 1px 0 0 #b7cf7a;
	text-decoration: none;
	background: url('images/button.png') no-repeat top;
}
#benefit {
	width: 880px;
	height: 281px;
	margin-top: -20px;
	background: url('images/benefit.png') no-repeat top;
}
	#benefit .column {
		width: 230px;
		float: left;
		text-align: center;
		padding: 0 30px;
		text-shadow: 1px 0 0 #080a0e;
	}
	
	#benefit .column  img {
		margin-top: 35px;
	}
	#benefit .column h3 {
		font-size: 21px;
		color: #333;
		text-shadow: 1px 0 0 #fff;
		font-weight: normal;
	}
	#benefit .column p {
		font-size: 14px;
		color: #555;
		text-shadow: 1px 0 0 #fff;
		margin-top: -20px;
	}

#content {
	padding: 0 40px;
}

#footer{
	text-align:center;
	padding:10px;
	margin:0;
	color:#999;
	font-size:0.8em;
	text-shadow:0px 1px 1px #fff;
	position: relative;
	top:0;
	left:0;
	border-top: 1px solid #fafafa;
}
</pre></body></html>