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

@font-face {font-family: 'Lato', sans-serif;
}
body {font-family: 'Lato', sans-serif;
}
#apDiv1 {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100px;
	z-index:1;
	background-color:#3B3C44;
}
#picture {margin-left:auto;
margin-right:auto;width:980px; height:100px;
}

body {margin:0;
}
nav {width:980px;
margin-right:auto;
margin-left:auto;
}
header {
	height: 100px;
	width: 980px;
	margin-bottom: 5px;
}
nav ul li {
	display: inline;
	padding-left:20px;
	padding-right:20px;
	font-weight: 400;
	color: #2E3667;
	font-size:17px;
}
#container {width:980px; margin-left:auto;
margin-right:auto;
}
p {font-size:14px; line-height:1.3em;
}

section, nav, footer, header, article, aside {display:block; }
#apDiv2 {
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	height:30px;
	z-index:2;
	background-color: #74B4E0;
	font-size: 12.5px;
	font-weight: normal;
	text-align: center;
	padding-top: 10px;
}
a {
	text-decoration:none;
	color:#3471B9;
}
a:hover {color:#666; }