.navbar {
	padding: 0;
	border-bottom: 40px solid #907e28;
	
}

.navbar img {
	padding: 0px;
	margin: 0px;
	float: right;
}

.bottomnav {
	background-image: url("../img/bottomnav.jpg");
	background-color: #;
	background-repeat: repeat-x;
	text-align: center;
	color: #555;
	padding: 10px;
	height: 60px;
}

.bottomnav a{
	color: #333;
	text-decoration: underline;
}

.bottomnav a:hover {
	text-decoration: none;
}