body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: 10pt Verdana,Arial,Helvetica,sans-serif;
	color: white;
	background-color: black;
	text-align: center;
}

/* Main page template */
#page {
	width: 725px;
	margin: 0 auto;
	text-align: left;
}

#topnav {
	background-image: url(/images/mainpage/topnav.gif);
	width: 720px;
	height: 36px;
	background-repeat: no-repeat;
	margin: 50px 0 15px 0;;
}

#topnav ul {
	position: relative;
}

#topnav li {
	position: absolute;
	list-style-type: none;
	height: 33px;
}

#topnav a {
	display: block;
	height: 100%;
	background-repeat: no-repeat;
}

#topnav li span {
	visibility: hidden;
}

#topnav #records {
	left: 0px;
	width: 142px;
}
#topnav #records a:hover {
	background-image: url(/images/mainpage/nav_records.gif);
	background-position: 59px 21px;
}

#topnav #tickets {
	left: 142px;
	width: 148px; 
}
#topnav #tickets a:hover {
	background-image: url(/images/mainpage/nav_tickets.gif);
	background-position: 24px 21px;
}

#topnav #club {
	left: 290px;
	width: 144px; 
}
#topnav #club a:hover {
	background-image: url(/images/mainpage/nav_club.gif);
	background-position: 27px 21px;
}

#topnav #bbrp {
	left: 434px;
	width: 137px; 
}
#topnav #bbrp a:hover {
	background-image: url(/images/mainpage/nav_bbrp.gif);
	background-position: 29px 21px;
}

#topnav #manage {
	left: 571px;
	width: 147px; 
}
#topnav #manage a:hover {
	background-image: url(/images/mainpage/nav_manage.gif);
	background-position: 25px 21px;
}

#main {
	background: #F6990D url(/images/mainpage/bg-main.gif) repeat-y left;
	color: black;
	width: 721px;
	position: relative;
	margin-left: -2px;
}

#leftcol {
	position: relative;
	top: 0;
	left: 4px;
	width: 432px;
	padding: 5px 15px;
}

#rightcol {
	position: absolute;
	top: 0;
	left: 470px;
	width: 246px;
	padding: 5px 8px;
}

#bottomnav {
	background-image: url(/images/mainpage/bottomnav.gif);
	width: 695px;
	height: 56px;
	background-repeat: no-repeat;
	margin: 17px auto;
}

#bottomnav ul {
	position: relative;
}

#bottomnav li {
	position: absolute;
	list-style-type: none;
	height: 25px;
}

#bottomnav a {
	display: block;
	height: 100%;
	background-repeat: no-repeat;
}

#bottomnav li span {
	visibility: hidden;
}

#bottomnav #directions {
	left: 170px;
	width: 65px;
}
#bottomnav #directions a:hover {
	background-image: url(/images/mainpage/nav_directions.gif);
	background-position: 59px 21px;
}

#bottomnav #maillist {
	left: 266px;
	width: 65px;
}
#bottomnav #maillist a:hover {
	background-image: url(/images/mainpage/nav_maillist.gif);
	background-position: 59px 21px;
}

#bottomnav #streetteam {
	left: 367px;
	width: 65px;
}
#bottomnav #streetteam a:hover {
	background-image: url(/images/mainpage/nav_streetteam.gif);
	background-position: 59px 21px;
}

#bottomnav #contact {
	left: 471px;
	width: 47px;
}
#bottomnav #contact a:hover {
	background-image: url(/images/mainpage/nav_contact.gif);
	background-position: 59px 21px;
}
/* Home page layout */
#homepage {
	position: relative;
	width: 860px;
	margin: 0 auto;
	text-align: left;
}

#streetscene {
	background-image: url(/images/homepage/homepage.gif);
	width: 856px;
	height: 636px;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

#streetscene li {
	position: absolute;
	list-style-type: none;
}

#streetscene a {
	display: block;
	height: 100%;
	background-position: -1px -1px;
	background-repeat: no-repeat;
}

#streetscene li span {
	visibility: hidden;
}

#streetscene #records {
	left: 55px;
	top: 235px;
	width: 126px; 
	height: 143px; 
	z-index:3;
}
#streetscene #records a:hover {
	background-image: url(/images/homepage/records.gif);
}

#streetscene #tickets {
	left: 163px; 
	top: 185px; 
	width: 163px;
	height:221px;
	z-index:2;
}
#streetscene #tickets a:hover {
	background-image: url(/images/homepage/tickets.gif);
}

#streetscene #club {
	left: 312px; 
	top:127px; 
	width:221px; 
	height:304px; 
	z-index:1;
}
#streetscene #club a:hover {
	background-image: url(/images/homepage/club.gif);
}

#streetscene #bbrp {
	left: 528px;
	top: 134px; 
	width: 161px; 
	height: 292; 
	z-index:1;
}
#streetscene #bbrp a:hover {
	background-image: url(/images/homepage/bbrp.gif);
}

#streetscene #manage {
	left: 661px; 
	top: 236px; 
	width: 109px; 
	height: 150;
	z-index:2
}
#streetscene #manage a:hover {
	background-image: url(/images/homepage/manage.gif);
}

#homenav li {
	position: absolute;
	list-style-type: none;
	top: 524px;
	height: 57px;
}

#homenav a {
	display: block;
	height: 100%;
	background-repeat: no-repeat;
}

#homenav li span {
	visibility: hidden;
}

#homenav #records {
	left: 0px;
	width: 205px; 
}
#homenav #records a:hover {
	background-image: url(/images/homepage/btn_records.gif);
	background-position: 59px 21px;
}

#homenav #tickets {
	left: 207px;
	width: 160px; 
}
#homenav #tickets a:hover {
	background-image: url(/images/homepage/btn_tickets.gif);
	background-position: 24px 21px;
}

#homenav #club {
	left: 367px;
	width: 159px; 
}
#homenav #club a:hover {
	background-image: url(/images/homepage/btn_club.gif);
	background-position: 27px 21px;
}

#homenav #bbrp {
	left: 526px;
	width: 135px; 
}
#homenav #bbrp a:hover {
	background-image: url(/images/homepage/btn_bbrp.gif);
	background-position: 29px 21px;
}

#homenav #manage {
	left: 661px;
	width: 194px; 
}
#homenav #manage a:hover {
	background-image: url(/images/homepage/btn_manage.gif);
	background-position: 25px 21px;
}

#homefooter {
	display: none;
}

