header h1 {
	position: absolute;
	background-image: url("amfest.jpg");
	width: 379px;
	height: 322px;
	margin: 0;
	padding: 0;
	z-index: 0;
	left: -83px;
}
header h1 a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
}

header nav {
	font-family: 'robotoblack_italic';
	font-size: 20px;
	text-transform: uppercase;
	padding: 55px 0 36px;
	margin-left: 240px;
	z-index: 1;
	position: relative;
}
header nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
header nav li {
	float: left;
	margin-left: 10px;
}
header nav li:first-child {
	margin-left: 0;
}
header nav a {
	text-decoration: none;
	color: #212a67;
}
header nav a:hover, header nav a.active {
	color: #d21137;
}


.main {
	width: 690px;
	float: right;
	min-height: 300px;
	position: relative;
	z-index: 2;
}