body {
	text-align: center;
	margin: 0;
	padding: 0;
	background: #cccccc url(images/background.jpg) repeat-y center;
}

a {
	color: #FF8000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:selected {
	text-decoration: underline;
}

#wrapper {
	width: 980px;
	height: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
}

#scHeader {
	position: relative;
	width: 980px;
	height: 209px;
	background: url(images/header.gif) no-repeat top left;
}

#tapePlayer {
	float:right;
	padding-right:146px;
	margin-top:30px;
}

#leftEdge {
	float:left;
	width:166px;
	height:592px;
	background: url(images/left.jpg) no-repeat top left;
}

#bandPic {
	position: absolute;
	top: 240px;
	margin-left:190px;
	height: 187px;
	width: 456px;
	border: 0;
}

#rightEdge {
	float:right;
	width:269px;
	height:592px;
}


#home #rightEdge {
	background: url(images/right-quoteA.jpg) no-repeat top right;
}

#songlist #rightEdge {
	background: url(images/right-quoteB.jpg) no-repeat top right;
}

#faq #rightEdge {
	background: url(images/right-quoteC.jpg) no-repeat top right;
}

#contact #rightEdge {
	background: url(images/right-quoteD.jpg) no-repeat top right;
}

#preloadQuoteB {
	visibility:hidden;
	height: 1px;
	width: 1px;
	background: url(images/right-quoteB.jpg) no-repeat -1000px -1000px;
}

#preloadQuoteC {
	visibility:hidden;
	height: 1px;
	width: 1px;
	background: url(images/right-quoteC.jpg) no-repeat -1000px -1000px;
}

#preloadQuoteD {
	visibility:hidden;
	height: 1px;
	width: 1px;
	background: url(images/right-quoteD.jpg) no-repeat -1000px -1000px;
}

#preloadNav0 {
	visibility:hidden;
	height: 1px;
	width: 1px;
	background: url(images/menu/home_dual.jpg) no-repeat -1000px -1000px;
}

#preloadNav1 {
	visibility:hidden;
	height: 1px;
	width: 1px;
	background: url(images/menu/songlist_out.jpg) no-repeat -1000px -1000px;
}

#preloadNav2 {
	visibility:hidden;
	height: 1px;
	width: 1px;
	background: url(images/menu/faq_out.jpg) no-repeat -1000px -1000px;
}

#preloadNav3 {
	visibility:hidden;
	height: 1px;
	width: 1px;
	background: url(images/menu/contact_out.jpg) no-repeat -1000px -1000px;
}

#preloadNav4 {
	visibility:hidden;
	height: 1px;
	width: 1px;
	background: url(images/menu/faq_dual-contactout.jpg) no-repeat -1000px -1000px;
}

#preloadNav5 {
	visibility:hidden;
	height: 1px;
	width: 1px;
	background: url(images/menu/contact_dual-faqout.jpg) no-repeat -1000px -1000px;
}

#preloadNav6 {
	visibility:hidden;
	height: 1px;
	width: 1px;
	background: url(images/menu/songlist_dual.jpg) no-repeat -1000px -1000px;

}

#midContent {
	float: left;
	width: 545px;
	height: 592px;
	background: url(images/mainBox_bg.jpg) no-repeat bottom left;
}

#homeContent {
	position: absolute;
	top: 320px;
	width: 545px;
	height: 1%;
	visibility: visible;
}

#songlistContent {
	position: absolute;
	top: 320px;
	width: 545px;
	height: 1%;
	visibility: visible;
}

#faqContent {
	position: absolute;
	top: 320px;
	width: 545px;
	height: 1%;
	visibility: visible;
}

#contactContent {
	position: absolute;
	top: 320px;
	width: 545px;
	height: 1%;
	visibility: visible;
}

#home #homeContent {
	top: 320px;
}
#home #songlistContent, #home #faqContent, #home #contactContent {
	top: -1000px;
}

#songlist #songlistContent {
	top: 320px;
}
#songlist #homeContent, #songlist #faqContent, #songlist #contactContent {
	top: -1000px;
}

#faq #faqContent {
	top: 320px;
}
#faq #songlistContent, #faq #homeContent, #faq #contactContent {
	top: -1000px;
}

#contact #contactContent {
	top: 320px;
}
#contact #songlistContent, #contact #faqContent, #contact #homeContent {
	top: -1000px;
}

.songTitle {
	font-family: Trebuchet MS, Arial;
	font-size: 12pt;
	color: #FF8000;
	font-weight: bold;
	line-height: 13pt;
}

.songTitle a {
	color: #FF8000;
	text-decoration: underline;
}

.songTitle a:hover {
	text-decoration: underline;
}

.songTitle a:selected {
	text-decoration: underline;
}

.songArtist {
	font-family: Trebuchet MS, Arial;
	font-size: 12pt;
	color: #FFFFFF;
	font-style: italic;
}

.midTextContent-top {
	font-family: Trebuchet MS, Arial;
	font-size: 11pt;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}

.midTextContent-topSmaller {
	font-family: Trebuchet MS, Arial;
	font-size: 10pt;
	line-height: 10.8pt;
	color: #FFFFFF;
	padding-left: 20px;
	padding-right: 20px;
}

.midTextContent-bottom {
	position: relative;
	font-family: Trebuchet MS, Arial;
	font-size: 11pt;
	color: #FFFFFF;
	right: -90px;
	padding-left: 20px;
}

.midTextContent-bottomSmaller {
	position: relative;
	font-family: Trebuchet MS, Arial;
	font-size: 10pt;
	line-height: 10.8pt;
	color: #FFFFFF;
	right: -60px;
	padding-left: 20px;
}

#bandPicList {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#bandPicList li {
	float: left;
}

#bandPicList a {
	display: block;
	line-height: 187px;
	height: 187px;
}

#bandPicList .evan a {
	width: 99px;
	background: url(images/bandPic_Evan.jpg) no-repeat left center;
}

#bandPicList .pete a {
	width: 76px;
	background: url(images/bandPic_Pete.jpg) no-repeat left center;
}

#bandPicList .naomi a {
	width: 75px;
	background: url(images/bandPic_Naomi.jpg) no-repeat left center;
}

#bandPicList .rob a {
	width: 88px;
	background: url(images/bandPic_Rob.jpg) no-repeat left center;
}

#bandPicList .mark a {
	width: 118px;
	background: url(images/bandPic_Mark.jpg) no-repeat left center;
}

#mainNav {
	margin: 0;
	padding: 0;
	list-style-type:none;
}

#mainNav li {
	float: left;
}

#home #mainNav .home a,
#home #mainNav .songlist a,
#home #mainNav .faq a,
#home #mainNav .contact a,
#songlist #mainNav .home a,
#songlist #mainNav .songlist a,
#songlist #mainNav .faq a,
#songlist #mainNav .contact a,
#faq #mainNav .home a,
#faq #mainNav .songlist a,
#faq #mainNav .faq a,
#faq #mainNav .contact a,
#contact #mainNav .home a,
#contact #mainNav .songlist a,
#contact #mainNav .faq a,
#contact #mainNav .contact a {
	display: block;
	color: #000;
	height: 111px;
	line-height: 111px;
}

#home #mainNav .home a:hover,
#home #mainNav .songlist a:hover,
#home #mainNav .faq a:hover,
#home #mainNav .contact a:hover,
#songlist #mainNav .home a:hover,
#songlist #mainNav .songlist a:hover,
#songlist #mainNav .faq a:hover,
#songlist #mainNav .contact a:hover,
#faq #mainNav .home a:hover,
#faq #mainNav .songlist a:hover,
#faq #mainNav .faq a:hover,
#faq #mainNav .contact a:hover,
#contact #mainNav .home a:hover,
#contact #mainNav .songlist a:hover,
#contact #mainNav .faq a:hover,
#contact #mainNav .contact a:hover,
.selected a {
	background-position: right bottom;
}

/* NAVIGATION LINKS FOR HOME PAGE */

#home #mainNav .home a {
	width: 138px;
	background: #000000 url(images/menu/home_out.jpg) no-repeat left center;
}
#home #mainNav .songlist a {
	width: 136px;
	background: #000000 url(images/menu/songlist_dual-homeout.jpg) no-repeat left center;
}
#home #mainNav .faq a {
	width: 134px;
	background: #000000 url(images/menu/faq_dual.jpg) no-repeat left center;
}
#home #mainNav .contact a {
	width: 137px;
	background: #000000 url(images/menu/contact_dual.jpg) no-repeat left center;
}

/* NAVIGATION LINKS FOR SONGLIST PAGE */

#songlist #mainNav .home a {
	width: 138px;
	background: #000000 url(images/menu/home_dual.jpg) no-repeat left center;
}
#songlist #mainNav .songlist a {
	width: 136px;
	background: #000000 url(images/menu/songlist_out.jpg) no-repeat left center;
}
#songlist #mainNav .faq a {
	width: 134px;
	background: #000000 url(images/menu/faq_dual.jpg) no-repeat left center;
}
#songlist #mainNav .contact a {
	width: 137px;
	background: #000000 url(images/menu/contact_dual.jpg) no-repeat left center;
}

/* NAVIGATION LINKS FOR FAQ PAGE */

#faq #mainNav .home a {
	width: 138px;
	background: #000000 url(images/menu/home_dual.jpg) no-repeat left center;
}
#faq #mainNav .songlist a {
	width: 136px;
	background: #000000 url(images/menu/songlist_dual.jpg) no-repeat left center;
}
#faq #mainNav .faq a {
	width: 134px;
	background: #000000 url(images/menu/faq_out.jpg) no-repeat left center;
}
#faq #mainNav .contact a {
	width: 137px;
	background: #000000 url(images/menu/contact_dual-faqout.jpg) no-repeat left center;
}

/* NAVIGATION LINKS FOR CONTACT PAGE */

#contact #mainNav .home a {
	width: 138px;
	background: #000000 url(images/menu/home_dual.jpg) no-repeat left center;
}
#contact #mainNav .songlist a {
	width: 136px;
	background: #000000 url(images/menu/songlist_dual.jpg) no-repeat left center;
}
#contact #mainNav .faq a {
	width: 134px;
	background: #000000 url(images/menu/faq_dual-contactout.jpg) no-repeat left center;
}
#contact #mainNav .contact a {
	width: 137px;
	background: #000000 url(images/menu/contact_out.jpg) no-repeat left center;
}


