@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
#wrapper {
	max-width: 1280px;
	margin: auto;
	background-color: #EAF4F2;
	width: 100%;
	overflow: auto;
}
body {
	font-family: 'Raleway', "sans-serif;";
	background-color: #B3D1CF;
}
nav {
width: 90%;
float: left;
margin-top: 2%;
margin-right: auto;
margin-left: 5%;
}
nav ul li {
list-style-type: none;
float: left;
width: 28%;
margin-bottom: 12px;
margin-left: 8px;
margin-right: 8px;
}
nav ul li a {
    display: block;
    text-decoration: none;
    border-radius: 8px;
    border: 1px solid #B20B4F;
    color: #2E5442;
    font-size: 10pt;
    line-height: 24pt;
    text-align: center;
    font-weight: 300;
    -webkit-box-shadow: 4px 4px 6px #C9E2DF;
    box-shadow: 4px 4px 6px #C9E2DF;
}
nav ul li a:hover {
    box-shadow: 4px 4px 6px #FFF;
}
footer  {
text-align: center;
width: 90%;
float: left;
color: #649285;
font-size: 8pt;
margin-top: 2%;
letter-spacing: 1px;
margin-bottom: 24PX;
margin-left: 5%;
}
#EdgeID {
height: 400px;
}
