@font-face {
	font-family: walkway;
	src: url('../fonts/WalkwayBold.ttf')
}

body {
	font-family: walkway;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: #666;
}

image {
	border-width: 0px;
}

.top {
	height: 246px;
	width: 1069px;
	background-image: url(../images/topnavigation.png);
	background-repeat: no-repeat;
}

.top a {
	color: white;
	text-decoration: none;
}

.top a:hover {
	color: #46c4da;
}

.top img {
	width: 250px;
	height: 160px;
	position: relative;
	left: 0px;
	top: 0px;
}

nav {
	text-align: center;
}

nav a {
	padding-left: 4%;
	padding-right: 4%;
}

.topnavigation {
	position: relative;
	left: 200px;
	top: 30px;
	width: 638px;
}

.login {
	position: relative;
	left: 880px;
	top: -30px;
	width: 200px;
}

.bottom {
	background-color: #959393;
	height: 82px;
}

.bottomtext {
	width: 1069px;
}

.bottomnavigation {
	position: relative;
	top: 15px;
}

footer {
	text-align: center;
}