body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #320000;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

body a {
	text-decoration: underline;
	color: #FFF;
}

body a:visited {
	color: #FFF;
}

body img {
	border: 0px;
}

body a:hover {
	text-decoration: line-through;
}

/* styles for IE 5 Mac */
#horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
}
 
/* following rules are invisible to IE 5 \*/
#horizon {
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -250px;
	text-align: center;
	min-width: 700px;
}
/* end IE 5 hack */ 
  
#wrapper {
	background-color: transparent;
	color: #FFFFFF;
	position: relative;
	text-align: left;
	width: 700px;
	height: 500px;
	margin: 0px auto;
}

#splash {
	height: 500px;
	width: 700px;
	padding: 0px;
	margin: 0px;
	background-image: url(splashbg.jpg);
	background-repeat: no-repeat;
}

#splash img {
	background-color: #000000;
	margin: 273px 0px 0px 10px;
}

#splash a img:hover, #nav a:hover {
	background-color: #320000;
	background-image: url(static.gif);
	background-repeat:repeat;
}

#nav {
	height: 460px;
	width: 200px;
	padding: 0px;
	margin: 0px;
	float: left;
	background-color: #000000;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

#nav a {
	width: 200px;
	height: 40px;
	display: block;
	background-color: #111111;
}

#nav #sunnyvale a {
	background-image: url(sunnyvale.gif);
	background-repeat: no-repeat;
	height: 140px;
}

#nav a:hover {
	background-color: #111111;
}

#nav #sunnyvale a:hover {
	background-image: url(sunnyvale_on.gif);
	background-repeat:repeat;
}

#nav #news a {
	background-image: url(news.gif);
	background-repeat: no-repeat;
}

#nav #news a:hover {
	background-image: url(news_on.gif);
	background-repeat:repeat;
}

#nav #band a {
	background-image: url(band.gif);
	background-repeat: no-repeat;
}

#nav #band a:hover {
	background-image: url(band_on.gif);
	background-repeat:repeat;
}

#nav #gigs a {
	background-image: url(gigs.gif);
	background-repeat: no-repeat;
}

#nav #gigs a:hover {
	background-image: url(gigs_on.gif);
	background-repeat:repeat;
}


#nav #discography a {
	background-image: url(discography.gif);
	background-repeat: no-repeat;
}

#nav #discography a:hover {
	background-image: url(discography_on.gif);
	background-repeat:repeat;
}

#nav #listen a {
	background-image: url(listen.gif);
	background-repeat: no-repeat;
}

#nav #listen a:hover {
	background-image: url(listen_on.gif);
	background-repeat:repeat;
}

#nav #gallery a {
	background-image: url(gallery.gif);
	background-repeat: no-repeat;
}

#nav #gallery a:hover {
	background-image: url(gallery_on.gif);
	background-repeat:repeat;
}

#nav #reviews a {
	background-image: url(reviews.gif);
	background-repeat: no-repeat;
}

#nav #reviews a:hover {
	background-image: url(reviews_on.gif);
	background-repeat:repeat;
}

#nav #links a {
	background-image: url(links.gif);
	background-repeat: no-repeat;
}

#nav #links a:hover {
	background-image: url(links_on.gif);
	background-repeat:repeat;
}

#nav #contact a {
	background-image: url(contact.gif);
	background-repeat: no-repeat;
}

#nav #contact a:hover {
	background-image: url(contact_on.gif);
	background-repeat: repeat;
}

#bgpic {
	border: 0px;
	padding: 0px;
	margin: 0px;
	width: 480px;
	height: 640px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: -1000;
}

#main {
	height: 500px;
	width: 500px;
	padding: 0px;
	margin: 0px;
	float: right;
	background-color: transparent;
	overflow: auto;
	filter: alpha(opacity=70);
	opacity: 0.7;
	-moz-opacity: 0.7;
}

#main h2 {
	width: 420px;
	background-color: #111111;
	margin: 0px 0px 0px 10px;
	padding: 10px;
	border: 1px dotted #555555;
}

.box {
	margin: 10px 0px 0px 10px;
	padding: 5px 5px 5px 5px;
	width: 430px;
	border: 1px dotted #555555;
	background-color: #000000;
}

.box h1 {
	margin: 0px 0px 5px 0px;
	padding: 5px;
	font-size: medium;
	font-weight: normal;
	letter-spacing: 2px;
	background-color: #222222;
	color: #CCCCCC;
}

.box p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: small;
	line-height: 1.5;
	color: #FFFFFF;
}

.box p, .box a, .box p a {
	color: #888888;
}

.box img {
	float: right;
	margin-left: 5px;
	filter: alpha(opacity=100);
	opacity: 1;
	-moz-opacity: 1;
}

.box .gig {
	margin-bottom: 5px;
}

.box .gig p,
.box .gig form {
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 0px;
	background-color: #111111;
	font-size: small;
}

.box .gig .date, .box .gig .more {
	font-size: x-small;
	color: #AAAAAA;
}

.box .gig .date {
	border-bottom: 1px dotted #555555;
	padding-bottom: 2px;
}

.box .gig .more {
	border-top: 1px dotted #555555;
	padding-top: 2px;
}

.box .gig a {
	text-decoration: none;
	color: #FFF;
}

.box .gig a:hover p, .box .gig a:active p {
	background-color: #181818;
	text-decoration: none;
}

a:link.rss,
a:visited.rss {
	background: url(feed-icon-28x28.png) no-repeat top left;
	text-indent: -9999px;
	width: 28px;
	height: 28px;
	float: right;
	margin-top: -30px;
	outline: none;
}
