@charset "UTF-8";
/* CSS Document */

#Nav {
}
#Nav a {
	font-size: 18px;
	color: ffffff;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: lighter;
}
#Nav a:hover {
	font-size: 18px;
	color: #A5966F;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: lighter;
}
#Nav a:visited {
	font-size: 18px;
	color: #CDAE6B;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-weight: lighter;
}
