@charset "utf-8";
/* CSS Document */

/*Bottom Navigation*/
	
#bottom_nav {
	position: relative;
	font: normal 20px "Candara",  sans-serif;
	color:#1D0302;
	text-align: center;
	left: 330px;
	top: -30px;
	width: 500px;
	height: 100%;
}

#bottom_nav ul {
	list-style-type: none;
	padding: 0;
}

#bottom_nav li {
	display: inline;
	padding: 30px;
}

#bottom_nav a:link, #bottom_nav a:visited {
	color: #00f;
	text-decoration: none;
	background-color: transparent;
}

#bottom_nav a:hover {
	color: #999;
	text-decoration: none;
	background-color: transparent;
}
