/* General Page Style */
@import url(http://fonts.googleapis.com/css?family=Lato:400,700|Englebert);

	*,
	*:after,
	*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
	.clearfix:before,
	.clearfix:after {
	content: " ";
	display: table;
	}

	.clearfix:after {
	clear: both;
	}

	.clearfix {
	*zoom: 1;
	}

	body {
	font-family: 'PT sans narrow', Calibri, Arial, sans-serif;
	background: transparent;
	font-weight: 400;
	font-size: 16px;
	color: #333;
	}
	
	a {
	color: #555;
	text-decoration: none;
	}

	.container {
	width: 100%;
	max-height: 100%;
	display:block;
	position: absolute;
	}

	.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
	}

	.main,
	.container > header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	}
	
	.main{
	height:auto;
	}

	.container > header {
	padding: 30px;
	}

	.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #dc4e2a;
	float: left;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
	}

	.container > header h1 span {
	display: block;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,0.2);
	}

	.container > header p {
	float: right;
	padding-top: 10px;
	color: #dc4e2a;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
	}

	.main p {
	text-align: center;
	padding-top:0;
	color: #a07419;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
	}





