@charset "utf-8";
#nav {
	margin: auto;
	width: 800px;
	background-color: #D4C59A;
	font-family: "Myriad Web Pro";
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9F8300;
	border-right-color: #9F8300;
	border-bottom-color: #9F8300;
	border-left-color: #9F8300;
	text-decoration: none;
	color: #996633;
}

