@charset "utf-8";
html, body {
	background: #c00 url("../images/NAS-TRACK-inside.jpg") top right no-repeat fixed;
	border: 0;
	padding: 0;
	margin: 0;
}
* {
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	color: #fff;
	font-size: 18px;
	margin: 0 0 18px;
}
p, a:link, li {
	color: #fff;
}
a:visited {
	color: #ff0;
}
a:active {
	color: #f80;
}
hr {
	margin: 20px 0;
}
form, #content {
	margin: 0 10px;
	padding: 0;
	width: 502px;
}
.text {
	font-size: 14px;
	margin: 0 0 10px 10px;
}
.header {
	font-size: 18px;
	font-weight: bold;
	margin: 10px 0 0 10px;
}
#menu {
	margin: 0 0 20px;
}
#menu ul {
	margin: 10px 0;
	padding: 0;
}
#menu li {
	list-style-type: none;
	display: inline;
	font-family: Futura, Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 15px;
}
#menu a {
	color: #fff;
	text-decoration: none;
}
#menu a:hover {
	color: #000;
}
#bios {
	margin: 10px 80px;
}
#map {
	margin: 10px 0;
}
#flash {
	clear: both;
}