#header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
#nav {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #71797F;
	background: #BDCFDE;
	position: absolute;
	left: 140px;
	top: 135px;
	padding: 8px;
	visibility: visible;
}
#nav a {
	line-height: 18px;
	text-decoration: none;
	color: #009900;
	font-weight: bold;
}
#nav a:hover {
	color: #D0661E;
}
