@charset "UTF-8";
/* CSS Document */

/*  =GLOBAL ELEMENTS
-------------------------------------------------------------- */
 
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight:normal;
	color: #000;
}
 
a:link {
	color: #333;
}
 
a:visited {
	color: #333;
}
 
a:hover, a:active {
	color: #333;
	text-decoration: none;
}
 
h1 {
	color: #9e181d;
	font-size:30px;
	font-weight:normal;
	font-family:'Bebas',Helvetica,Arial,san serif;
	text-shadow:0 1px 0 #FFFFFF;
}
 
h2 {
	color: #666;
	font-size:22px;
	font-weight: bold;
}
 
h3 {
	color: #333;
	font-size:17px ;
	font-weight: bold;
}
 
h4 {
	color: #;
	font-size: ;
}
 
ol {
	list-style-type: ;
}
 
ul {
	list-style-type: ;
}
 
li {
	margin: ;
}

.left {
	float:left;
}
 
.right {
	float:right;
}

.clear {
	clear:both;
}

blockquote {}


@font-face {
	font-family: 'Bebas';
	src: url('type/BebasNeue-webfont.eot');
	src: local('?'), url('type/BebasNeue-webfont.woff') format('woff'), url('type/BebasNeue-webfont.ttf') format('truetype'), url('type/BebasNeue-webfont.svg#webfontf0WP9KEe') format('svg');
	font-weight: normal;
	font-style: normal;
}