/*!
Pure v0.6.2
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
body {
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	-webkit-font-smoothing: antialiased;
	margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
    font-family: inherit;
    text-align: left;
}

.header {
	background:#fff
}

.content {
	border:1px solid #ccc;
	margin-top:-40px;
	background:#fff;
	padding:40px;
	margin-bottom:40px;

}

h1,h2 {
    font-family: 'Cinzel', serif;
    color:#003e15;
}

.cinzel {
    font-family: 'Cinzel', serif !important;
}


.content p {
	line-height: 170%;
    margin-bottom: 1.5em;
    color:#111;
    font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
}

.l-box {
	text-align: center;
}

.footer {
	background:#003e15;
	padding:30px;
	font-size:2em;
	color:#fff;
}