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

.nav{
	background-image: url(images/navbar.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 690px;
	font-family: "Times New Roman", Times, serif;
	color: #CCCDA1;
	font-size: 16px;
	padding-top: 10px;
	padding-right: 20px;
	font-style: italic;
	text-align: right;
	font-weight: bold;
	padding-left: 20px;
}
.nav a:link{
	color: #929452;
	text-decoration: none;
}
.nav a:visited{
	color: #929452;
	text-decoration: none;
}
.nav a:hover{
	color: #ECEEAA;
}

