#bottomNav a {
	display: block;
	height: 21px;
	width: 160px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 4px;
}
#bottomNav a:link, #bottomNav a:visited, #bottomNav a:active {
	color: #C1B9AA;
}
#bottomNav a:hover {
	color: #C1B9AA;
	background-color: #000000;
}
a:link, a:visited, a:active {
	color: #988A72;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
.active a:link, .active a:visited, .active a:hover {
	color: #C1B9AA;
	background-color: #000000;
}
#sideNavButs a {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	height: 31px;
	width: 196px;
	text-align: center;
	padding-top: 15px;
	border: 2px solid #988a72;
}
#sideNavButs a:link, #sideNav a:visited, #sideNav a:active {
	color: #988A72;
}
#sideNavButs a:hover {
	color: #EAE8E3;
	background-color: #988A72;
	text-decoration: none;
}
#pictureNav a {
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}
#pictureNav a:link, #pictureNav a:visited, #pictureNav a:active {
	color: #000000;
}
#pictureNav a:hover {
	color: #EAE8E3;
}
