@charset "utf-8";

#nav {
	position: fixed;
	width: 1100px;
	height: 100px;
	z-index: 10;
	left: 50%;
	top: 0px;
	margin-left: -550px;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#menu {
	position: absolute;
	z-index: 11;
	left: 141px;
	top: 50px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #999;
	line-height: 18px;
	width: auto;
}
#logo {
	position: absolute;
	z-index: 11;
	left: 0px;
	top: 49px;
	font-size: 10px;
	font-family: HansGrotesque-ExtraBold;
	line-height: 18px;
	letter-spacing: 1px;
}
