
/* 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: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
	color: #000000;
	background-color: #FFF;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
	overflow-x: hidden;
}*/

a {
	color: #FF0000;
	text-decoration: none;
}

.container {
	width: 100%;
	height: 100%;
	position: relative;
}

.clr {
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}

.main,
.container > header {
	width: 80%;
	max-width: 1100px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}

.container > header {
	padding: 30px;
}

.container > header h1 {
	font-size: 34px;
	line-height: 38px;
	margin: 0;
	font-weight: 700;
	color: #FF0000;
	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: #FF0000;
	text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}

.main p {
	text-align: center;
	padding-top: 45px;
	color: #FF0000;
	
}


