/***********************\
|	bottom_menu			|
\***********************/
#bottom_menu {
	margin: 0px;
	background-color: #d7e2f6;
	font-size: 12px;
}
#bottom_menu ul {
	margin: 0px;
	padding: 0px;
}
#bottom_menu li {
	display: inline;
}
#bottom_menu a {
	padding: 1px 8px;
	height: 40px;
	line-height: 40px;
	color:#6d2e5d;
	text-decoration: none;
	font-variant: small-caps;
}
#bottom_menu a:hover {
	text-decoration: underline;
}