@import url(http://fonts.googleapis.com/css?family=Belleza);
@import url(http://fonts.googleapis.com/css?family=Open Sans Condensed);
@import url('normalize.css');
/* General Demo Style */
body{
	font-family: 'Open Sans Condensed','Arial Narrow', serif;
	background: #69523E url() repeat top left;
	font-weight: 400;
	font-size: 15px;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
}
a{
	color: #555;
	text-decoration: none;
}
.container{
	width: 100%;
	position: inherit !important;
	min-height: 750px;
	z-index:-1;/**/
	font-family: 'Open Sans Condensed', sans-serif;
}
.clr{
	clear: both;
	padding: 0;
	height: 0;
	margin: 0;
}
.container > header{
	margin-top: -10px;
	margin-bottom:10px;
	padding: 40px 10px 10px 10px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
	z-index:-20;
}
.container > header h1{
	font-size: 40px;
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: -30px;
	top:-50px;
	position: relative;
	font-weight: 600;
	color: #FFF;
	text-shadow: 2px 2px 2px rgba(50,50,50,0.7);
}
.container > header h1 span{
	font-weight: 700;
}
.container > header h2{
	line-height: 0px;
	font-size: 14px;
	font-weight: 600;
	text-transform: none;
	margin: 0;
	padding: -20px 0 5px 0;
	color: #FFF;
	text-shadow: 0px 0px 0px rgba(255,255,255,0.7);
}
/* Header Style */
