#navigation {
	margin-right: auto;
	margin-left: auto;
	background-color: #121157;
	height: 27px;
	width: 955px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #BA903A;
}
#navigation ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	text-align: center;
}
#navigation li {
	display: inline;
	padding-right: 6px;
	padding-left: 6px;
	line-height: 27px;
}
#navigation a:link, #navigation a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FCF8C2;
	text-decoration: none;
	font-weight: bold;
}
#navigation a:hover {
	color: #BA903A;
}
body#home li.home, body#about li.about, body#events li.events, body#artists li.artists, body#press li.press, body#contact li.contact {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FCF8C2;
	text-decoration: none;
	font-weight: bold;
}
body#home li.home a:link, body#home li.home a:visited, body#about li.about a:link, body#about li.about a:visited, body#events li.events a:link, body#events li.events a:visited, body#artists li.artists a:link, body#artists li.artists a:visited, body#press li.press a:link, body#press li.press a:visited, body#contact li.contact a:link, body#contact li.contact a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FCF8C2;
	text-decoration: none;
	font-weight: bold;
}
