@font-face {
  font-family: "GIZ";
  src: url("../fonts/GravurCodensed-Bold.woff");
}

@font-face {
  font-family: "GIZ Light";
  src: url("../fonts/GravurCodensed-Light.woff");
}

body{
	font-family: "GIZ Light", sans-serif;
	color: #666;
	margin: 0;
}

h1{
	font-family: "GIZ", sans-serif;
	color: #c30f08;
}

a, a:visited{
	color: #c30f08;
	text-decoration: none;
}

#header{
	width: 100%;

}

#header #left{
	width: 100%;
	text-align: center;
}

#header #left #logo{
	width: 100%;
	height: auto;
	max-width: 236px;	
	margin: 40px auto;
}

#header #right{
	width: 100%;
	text-align: center;
	background-color: #eceded;
}

#header #right p{
	margin-bottom: 0;
}

#header #right h2{
	margin-top: 0;
}

#content{
	width: auto;
	clear: both;
	background-color: #fff;
	padding-top: 15px;
}

#content ul{
	padding-left: 0;
	list-style-type: none;
}

#footer{
	width: 100%;
	clear: both;
	padding: 50px 0;
	text-align: center;
	background-color: #c30f08;
	color: #fff;
	position: absolute;
	bottom: 0;
}

#footer ul{
	display: inline;
	list-style-type: none;
}

#footer a{
	color: #fff;
}

@media only screen and (min-width: 600px) {

	#header{
		height: 145px;
	}

	#header #left{
		width: 30%;
		float:left;
	}
	
	#header #right{
		width: 70%;
		float:right;
	}
	
	#content{
		padding: 25px 10% 15px 10%;
	}
	
	#footer ul li{
		display: inline;
	}

	#footer a{
		color: #fff;
		padding: 3px 5px;
		margin: 0 10px;
	}

}
