/* CSS Document */



/* body */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}


/* header navigation */


#header {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:50px;
}

#homebtn {
	position:absolute;
	left:0px;
	top:0px;
	width:280px;
	height:50px;
}

#aboutbtn {
	position:absolute;
	left:280px;
	top:0px;
	width:75px;
	height:50px;
}

#cdsbtn {
	position:absolute;
	left:355px;
	top:0px;
	width:75px;
	height:50px;
}

#musicalsbtn {
	position:absolute;
	left:430px;
	top:0px;
	width:105px;
	height:50px;
}

#sheetmusicbtn {
	position:absolute;
	left:535px;
	top:0px;
	width:125px;
	height:50px;
}

#projectsbtn {
	position:absolute;
	left:660px;
	top:0px;
	width:100px;
	height:50px;
}

#gallerybtn {
	position:absolute;
	left:760px;
	top:0px;
	width:93px;
	height:50px;
}

#contactbtn {
	position:absolute;
	left:853px;
	top:0px;
	width:100px;
	height:50px;
}

#navbg {
	position:absolute;
	left:860px;
	top:0px;
	width:140px;
	height:50px;
}


#playerlink {
	position:absolute;
	left:843px;
	top:2px;
	width:164px;
	height:12px;
	z-index:1;
}

#qt {
	position:absolute;
	left:378px;
	top:571px;
	width:86px;
	height:15px;
	z-index:6;
}

/* page footer, credits and copyright */

#footer {
	position: absolute;
	float: bottom;
	left:0px;
	top: 590px;
	margin: 0px;
	width: 1000px;
	height: 18px;
}

#designcredits {
	position: absolute; 
	top: 0px;
	left: 20px;
	width: 250px;
	height: 10px;
	text-align: left;
	padding: 3px;
}

#copyright {
	position: absolute; 
	top: 0px;
	left: 363px;
	width: 250px;
	height: 10px;
	text-align: center;
	padding: 3px;
}
   
#photocredits {
	position: absolute; 
	top: 0px;
	left: 696px;
	width: 254px;
	height: 10px;
	text-align: left;
	padding: 3px;
	text-align: center;
}


.credits {  font-family: Arial, Helvetica, sans-serif; font-size: 10px; color: #333333;}

.credits a:link {
	color: #444444;
	text-decoration: none;
}

.credits a:visited {
	color: #444444;
	text-decoration: none;
}

.credits a:hover {
	color: #444444;
	text-decoration: none;
}

.credits a:active {
	color: #444444;
	text-decoration: none;
}

.playerlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.playerlink a:link {
	color: #262626;
	text-decoration: none;
}
.playerlink a:visited {
	text-decoration: none;
	color: #262626;
}
.playerlink a:hover {
	text-decoration: underline;
	color: #333333;
}
.playerlink a:active {
	text-decoration: none;
	color: #333333;
}
