/* CSS Document */
body {
	background-color:#000;
	font-family:arial, helvetica, sans-serif
}
.holder {
	position:relative;
	left:0px;
	top:0px;
	width:910px;
	height:700px;
	z-index:1;
	margin-left: auto;
	margin-right: auto;
	z-index:1;
}
.nav {
	position:absolute;
	left:0px;
	top:0px;
	width:152px;
	height:642px;
	z-index:3;
}
.bgImage {
	position:absolute;
	left:151px;
	top:0px;
	width:758px;
	height:642px;
	z-index:1;
	overflow-x: hidden;
	overflow-y: auto;
}



.content {
	position:absolute;
	left:169px;
	top:66px;
	width:692px;
	height:518px;
	z-index:2;
	padding-right:1em;
	background-color: #F5F5E7;
}

.indexflashbox {
	position:absolute;
	left:177px;
	top:102px;
	width:698px;
	height:203px;
	z-index:4;
}

.mp3caption {
	position:absolute;
	left:618px;
	top:312px;
	width:250px;
	height:21px;
	z-index:4;
}


.indexflash {
	position:absolute;
	left:161px;
	top:54px;
	width:723px;
	height:539px;
	z-index:2;
	background-image:url(../images/indexbkgrnd.jpg);
	background-repeat:no-repeat;
	background-color: #F5F5E7;
}

.guitars {
	position:absolute;
	left:169px;
	top:66px;
	width:692px;
	height:518px;
	z-index:2;
	padding-right:1em;
	background-color: #352E1E;
}


.header {
	position:absolute;
	left:515px;
	top:167px;
	width:367px;
	height:134px;
	z-index:2;
}

a:link {
color: #000000;
}
a:hover {
color: #000000;
}
a:visited {
color:#333333;
}
a:active {color:#000000;}

