@charset "UTF-8";
body {
	background-image: url(images/bg.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}
#gradient {
	background-image: url(images/bg-gradient.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	height: 198px;
}
#maincontainer {
	background-color: #000000;
	text-align: center;
	padding: 0px;
	width: 766px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#maincontainer #topnav {
	background-image: url(images/bg-topnav.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 60px;
	width: 766px;
}
#mainnav {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 45px;
	height: 30px;
	width: 721px;
	text-align: left;
}
#mainnav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
h1, #mainnav span {
	position: absolute;
	left: -500px;
	top: -500px;
}
#mainnav ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: inline;
}
#legend {
	text-decoration: none;
	background-image: url(images/nav/home/legend-home.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	height: 16px;
	width: 79px;
	float: left;
}
a#legend:hover {
	background-position: -79px;
}
#journey {
	text-decoration: none;
	background-image: url(images/nav/home/journey-home.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	height: 16px;
	width: 87px;
	float: left;
}
a#journey:hover {
	background-position: -87px;
}
#production {
	text-decoration: none;
	background-image: url(images/nav/home/production-home.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	height: 16px;
	width: 109px;
	float: left;
}
a#production:hover {
	background-position: -109px;
}
#artists {
	text-decoration: none;
	background-image: url(images/nav/artists.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	height: 17px;
	width: 124px;
	float: left;
}
a#artists:hover {
	background-position: -124px;
}
#supporters {
	text-decoration: none;
	background-image: url(images/nav/supporters.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px 20px 0px 0px;
	padding: 0px;
	height: 17px;
	width: 77px;
	float: left;
}
a#supporters:hover {
	background-position: -77px;
}
#media {
	text-decoration: none;
	background-image: url(images/nav/media.gif);
	background-repeat: no-repeat;
	display: block;
	margin: 0px;
	padding: 0px;
	height: 17px;
	width: 77px;
	float: left;
}
a#media:hover {
	background-position: -77px;
}
#middle {
	margin: 0px;
	padding: 0px;
}
#bottom {
	margin: 0px;
	padding: 0px;
	width: 766px;
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	display: block;
	height: 14px;
	clear: both;
	background-position: bottom;
}
