@charset "UTF-8";
/* CSS Document */

body {
	/*background-color:#83796f;*/
	background-color:#000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(../layout/backgroundGradient.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:100%;
	text-align:center;
}

#trees {
	background-image:url(../layout/trees.gif);
	background-repeat:repeat-x;
	width:100%;
	height:368px;
	position:absolute;
	top:545px;
	left:0px;
	position:absolute;
	z-index:1;
}


#wrapper {
	margin-left: auto;
	margin-right: auto;
	width: 1024px;
	text-align: left;
	background-color:#000000;
	background-image:url(../layout/paintBackground.jpg);
	height:850px;
	z-index:2;
	position:relative;
}

#bigBlackBox {
	width:405px;
	height:537px;
	margin-left:70px;
	padding-top:65px;
}

#navigation {
	float:right;
	margin-top:30px;
	margin-right:60px;
	width:450px;
}

#copyright {
	z-index:3;
	position:relative;
}

.navPadding {
	margin-right:8px;
}

.photoPadding {
	margin-right:25px;
}

.photoPadding:Hover {
	cursor:pointer;
}

#player {
	margin-left:370px;
	margin-top:150px;
}

/***
 * All the divs that make up the "sections" of the site
 ***/
#bioDiv {
	top:65px;
	position:absolute;
	visibility:hidden;
	width:405px;
	overflow:hidden;
}
#newsDiv {
	top:65px;
	position:absolute;
	width:405px;
	height: 520px;
	overflow:hidden;
}
#gigsDiv {
	top:65px;
	visibility:hidden;
	position:absolute;
	width:405px;
	height: 520px;
	overflow:hidden;
}
#photosDiv {
	top:65px;
	position:absolute;
	visibility:hidden;
	width:950px;
	height: 538px;
}
#linksDiv {
	top:65px;
	visibility:hidden;
	position:absolute;
	width:405px;
	height: 538px;
}
#contactDiv {
	top:65px;
	visibility:hidden;
	position:absolute;
	width:405px;
	height: 538px;
}
