body {
	background: url("images/background.gif") 0 0 #000 repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #F00;
	padding: 0;
	margin: 0;
}

a, a:visited, a:link, a:active { color: #FFFF00; }
#container { text-align: left; }
#header { text-align: center; }
#header a, #header a:visited { color: #F00; text-decoration: none; font-weight: bold; }
#copyright { text-align: center; font-size: .8em; }

.bundle { border: 1px solid #fff; }
.bundletop {
	border-bottom: 1px solid #fff;
	background: url("images/bundle_bg.gif") 0 0 #000 repeat-x;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 1.1em;
	height: 20px;
}
.bundlebot { padding: 2px; }

.imgleft { float: left; padding: 0 2px 0 0; }

table { font-weight: 1em; }


#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav ul li {
	height: 25px;
	width: 125px;
	line-height: 25px;
	margin-bottom: 5px;
	margin-left: 15px;
}

#nav ul li a {
	display: block;
	text-decoration: none;
}

#nav ul li a:link {
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#home { background-image: url("images/new-home.gif"); display: block; }
#about { background-image: url("images/new-about_us.gif"); display: block; }
#photos { background-image: url("images/new-photos.gif"); display: block; }
#schedule { background-image: url("images/new-schedule.gif"); display: block; }
#buycd { background-image: url("images/new-buy_our_cd2.gif"); display: block; }
#music { background-image: url("images/new-our_music.gif"); display: block; }
#contact { background-image: url("images/new-contact_us.gif"); display: block; }
#guest { background-image: url("images/new-guestbook.gif"); display: block; }

#nav ul li a:hover {
	background-position: 0px -25px;
	background-repeat: no-repeat;
}

#nav ul li a:active {
	background-position: 0px -25px;
	background-repeat: no-repeat;
}

#nav ul li a:visited {
	background-position: 0px 0px;
	background-repeat: no-repeat;
}

#nav ul li a:visited:hover {
	background-position: 0px -25px;
	background-repeat: no-repeat;
}

.past {
color: #808080;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 7pt;
text-align: center;
padding: 6px;
}

.past a {
color: #808080;
text-decoration: none;
}

.coming {
color: #e7e7e7;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 10pt;
text-align: center;
padding-right: 6px;
padding-left: 6px;
padding-top: 12px;
padding-bottom: 12px;
border-top: 1px solid #808080;
}

.separationboxes { margin: 4px; border: 1px solid #fff; }