* {
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:active {
	text-decoration: none;
	color: #999;
}
body {
	text-align: center;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #d1ae86;
}
main {
	background-color: #FFF;
	width: 80%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 2%;
}
p {
	margin-bottom: 6%;
}
#logonoa {
	width: 50%;
	margin-top: 5%;
}
#menu {
	width: 60%;
}
.space {
	margin-bottom: 20px;
}
.icons {
	width: 20px;
	height: auto;
	vertical-align: -5px;
}
iframe {
	width: 80%;
	height: 300px;
	margin-top: 10px;
	margin-bottom: 20px;
}
#design {
	font-size: 10px;
}
#noa-alt {
	width: 150px;
	height: auto;
	margin-left: 5px;
	margin-right: 5px;
}
@media (min-width: 580px) {
body {
	font-size: 20px;
	line-height: 30px;
}
p {
	margin-bottom: 2%;
}
#logonoa {
	width: 30%;
}
#menu {
	width: 40%;
}
.icons {
	width: 40px;
	vertical-align: -15px;
}
#design {
	font-size: 14px;
}
}