﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	width:100%;
}
/* Fonts
================================================== */
@font-face {
	  font-family: 'League Gothic Regular';
	  src: url('League_Gothic.eot');
	  src: local('League Gothic Regular'), local('LeagueGothic-Regular'), url('League_Gothic.otf') format('opentype');
	}
/* Site styles
================================================== */
html, body {
	height: 100%;
}
body {
	font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.4em;
	text-align: center;
	color: #473d20;
}
h1 {
	font-family: 'League Gothic Regular', Helvetica, sans-serif;
	font-size: 30px;
	line-height: 1em;
	margin-bottom: 20px;
	text-transform: uppercase;
	letter-spacing: 10px;
	text-shadow: 0px -1px 1px #333;
}
h2 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
}
hr {
	margin: 15px 0;
	height: 1px;
	border: 0;
	background-color: #ccc;
}
p {
}
a {
	color: #a51018;
	text-decoration: none;
	border-bottom: 1px dotted #099;
}
a:hover {
	border-style: solid;
	color: #066;
}
#content {
	width: 800px;
	margin: 0 auto;
	padding: 30px;
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid #a51018;
	border-radius: 20px;
	box-shadow: 1px 1px #7a7a7a;
}
.footer {
	clear: both;
	text-align: left;
	color: #999;
	font-size: 14px;
}
.footer hr {
	margin-top: 40px;
	margin-bottom: 10px;
}
.footer span {
	float: right;
}
.footer a {
	color: #999;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
.footer a:hover {
	border-style: solid;
	color: #666;
}
