#bottom_navigation {
	clear: both;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CDBCE6;
}

#bottom_navigation ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#bottom_navigation li {
	display: inline;
	margin: 0px;
}
#bottom_navigation a {
	display: inline;
	width: 10%;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}

#bottom_navigation a:hover {
	display: inline;
	width: 10%;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

