@charset "UTF-8";
/* CSS Document */
div.nav
{
	position:relative;
	left: 235px;
	top: 30px;
	width: 600px;
	color: #FFFFFF;
	font-size: 14px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
a.navButton
{
	color: #FFFFFF;
	text-decoration:none;
}
a.navButton:hover
{
	color: #edb32b;
	text-decoration:none;
}

