@charset "utf-8";
/* CSS Document */
.navbar {
	font-family: Baskerville, 'Times New Roman', serif;
	font-size: 1.4em;
	color: #E0B48B;
	margin-left: auto;
	margin-right: auto;
	line-height: 38px;
	font-style: italic;
	font-weight: bold;
	background-image: url("http://www.knikriverlodge.com/images/leather.jpg");
	text-align: left;
	z-index: 90;
	width: 700px;
	padding: 12px 10px 10px 10px;
}

.navbar ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}


.navbar li {
	list-style-type: none;
	display: inline;
	padding: 0px 20px 0px 20px;
}

.navbar a {
	text-decoration: none;
	color: #e0b48b;
}
.navbar a.focus {
	color: #fff;
}

.navbar a:hover{ 
	color: #eee6cd;
}

