/* CSS reset */
/* Fonts */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) */
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('fonts/BebasNeue-webfont.eot');
    src: url('fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/BebasNeue-webfont.woff') format('woff'),
         url('fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* General Demo Style */
body{
	font-family: Constantia, Palatino, "Palatino Linotype", "Palatino LT STD", Georgia, serif;
/*	background: #ddd url(../images/noisy_blue.jpg) repeat top left; */
	
background: #ed9017; /* Old browsers */

background: -moz-linear-gradient(top,  #ed9017 0%, #ed76a6 49%, #ea1029 100%); /* FF3.6+ */

background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ed9017), color-stop(49%,#ed76a6), color-stop(100%,#ea1029)); /* Chrome,Safari4+ */

background: -webkit-linear-gradient(top,  #ed9017 0%,#ed76a6 49%,#ea1029 100%); /* Chrome10+,Safari5.1+ */

background: -o-linear-gradient(top,  #ed9017 0%,#ed76a6 49%,#ea1029 100%); /* Opera 11.10+ */

background: -ms-linear-gradient(top,  #ed9017 0%,#ed76a6 49%,#ea1029 100%); /* IE10+ */

background: linear-gradient(top,  #ed9017 0%,#ed76a6 49%,#ea1029 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed9017', endColorstr='#ea1029',GradientType=0 ); /* IE6-9 */

	font-weight: 400;
	font-size: 15px;
	color: #333;
	
}
a{
	color: #333;
	text-decoration: none;
}
.container{
	width: 100%;
	position: relative;
	text-align: center;
}
.container2{
	position: relative;
	width: 800px;
	height: 300px;
	margin: 0px auto;
	display: block;
	background: #ddd url(../IMG/header.jpg) top center no-repeat;
}
.clr{
	clear: both;
}
.container > header{
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 5px 10px;
	position: relative;
	display: block;
}
h1{
	font-family: 'Bitter', serif;
	text-transform: none;
	font-size: 50px;
	line-height: 50px;
	position: relative;
	font-weight: 400;
	color: #FFF;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.7);
    padding: 10px 0px 5px 0px;
	margin: 0px 20px;
    text-align: center;
}
h1 span{
	color: #ffd252;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
h2{
	font-size: 25px;
	font-style: italic;
	color: #FFFFFF;
	text-shadow: 0px 1px 1px rgba(0,0,0,0.3);
}
/* Header Style */
.header{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 24px;
	font-size: 11px;
	background: #000;
	opacity: 1;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.header a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.header a:hover{
	color: #fff;
}
.header span.right{
	float: right;
}
.header span.right a{
	float: none;
	display: inline;
}
/* Footer Style */
.footer{
	font-family:'Arial Narrow', Arial, sans-serif;
	line-height: 24px;
	font-size: 9px;
	background: #000;
	opacity: 0.9;
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	-moz-box-shadow: 1px 0px 2px #000;
	-webkit-box-shadow: 1px 0px 2px #000;
	box-shadow: 1px 0px 2px #000;
}
.footer a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #ddd;
	display: block;
	float: left;
}
.footer a:hover{
	color: #fff;
}
.footer span.right{
	float: right;
}
.footer span.right a{
	float: none;
	display: inline;
}