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

header{
	position:fixed;
	top:0;
	left: 0;
	height: 120px;
	width: 100%;
	background-color: #3d3d3d;
	color: #FFF;
}
header > div{
	padding: 50px 20px 20px 20px;
}

header img{
	position:absolute;
	top:20px;
}
header .left{
	left: 20px;
}
header .right{
	right: 20px;
}
header ul{
	list-style-type:none;
	list-style:none;
	margin: 0;
	padding: 0;
}
header ul li{
	list-style-type: none;
	display: inline;
	padding: 0px 30px;
	vertical-align: top;
}
header a{
	color: #FFF;
	text-decoration: none;
}