#nav {
	display: block;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 75px;
	padding-left: 15%;
	margin-bottom: 20px;
}
.home {
	display: block;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FF1515;
	border-left-color: #FF1515;
	margin-right: 2%;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	text-align: center;
}
.port {
	display: block;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #57ACB4;
	border-left-color: #57ACB4;
	margin-right: 2%;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	text-align: center;
}
.info {
	display: block;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #59B026;
	border-left-color: #59B026;
	margin-right: 2%;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	text-align: center;
}
.bio {
	display: block;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #0D51FC;
	border-left-color: #0D51FC;
	margin-right: 2%;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	text-align: center;
}
.cred {
	display: block;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #B647EF;
	border-left-color: #B647EF;
	margin-right: 2%;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	text-align: center;
}
.contact {
	display: block;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EE8639;
	border-left-color: #EE8639;
	margin-right: 2%;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	text-align: center;
}
.video {
	display: block;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #060;
	border-left-color: #060;
	margin-right: 2%;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	text-align: center;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#nav .home a {
	color: #FF1515;
}
#nav .port a {
	color: #57ACB4;
}
#nav .info a {
	color: #59B026;
}
#nav .cred a {
	color: #B647EF;
}
#nav .contact a {
	color: #EE8639;
}
#nav .video a {
	color: #060;
}
#nav .bio a {
	color: #0D51FC;
}
body {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}

