@charset "UTF-8";

body {
	background-color:#475A74;
}

#wrapper {
	max-width: 1020px;
	margin: 0 auto;
}

header {
	position: relative;
	height: 70px;
	background: #fff;
	margin: 0;
}

h2 {
	font-weight: 500;
	letter-spacing: .05em;
	color: #333333;
	font-style:normal;
	font-family: source-sans-pro, sans-serif;
}

