body {
	background-color: #A0A0A4;	

}

/*--------divs-----------------------*/

#container {
	position: relative;
	margin: 0 auto;
	width: 1024px;
	height: 100%;

}

#header {
	position: absolute;
	width: 1024px;
	height: 170px;
	left: 0px;
	top: 0px;
	background-image: url(headerback.png);
	background-repeat: no-repeat;

}

#nav{
	position: absolute;
	width: 1024px;
	height: 51px;
	left: 0px;
	top: 138px;
	padding-left: 150px;
	background-image: url(navbar.png);
	background-repeat: no-repeat;
	z-index: 2;

}

#nav li{
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 20px;
	font-weight: bold;

}

#maincontent{
	position: absolute;
	width: 982px;
	left: 0px;
	top: 158px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	border: solid #000000 1px;
	z-index: 1;
	padding: 20px;
	padding-top: 40px;
	overflow: visible;
	

}

#kidwithguitar {
	position: absolute;
	width: 169px;
	height: 197px;
	left: 20px;
	top: 8px;
	background-repeat: no-repeat;
	background-image: url(kidwithguitar.png);
	z-index: 5;

}

#sticks {
	position: absolute;
	width: 148px;
	height: 129px;
	left: 874px;
	top: 98px;
	background-repeat: no-repeat;
	background-image: url(sticks.png);
	z-index: 5;

}

#mic {
	position: absolute;
	width: 552px;
	height: 215px;
	left: 71px;
	top: -45px;
	background-repeat: no-repeat;
	background-image: url(gearpics/fullband3.png);
	z-index: 0;

}

#title {
	position: absolute;
	width: 460px;
	height: 57px;
	left: 510px;
	top: 12px;
	background-repeat: no-repeat;
	background-image: url(title.png);
	z-index: 5;

}

#addressphone {
	position: absolute;
	width: 487px;
	height: 34px;
	left: 513px;
	top: 62px;
	background-repeat: no-repeat;
	background-image: url(addressphone.png);
	z-index: 5;

}

#whatwesell {
	position: absolute;
	width: 352px;
	height: 34px;
	left: 548px;
	top: 88px;
	background-repeat: no-repeat;
	background-image: url(whatwesell.png);
	z-index: 5;

}

#picks {
	position: absolute;
	width: 151px;
	height: 124px;
	left: 496px;
	top: 233px;
	background-repeat: no-repeat;
	background-image: url(3picks.png);
	z-index: 5;

}

#footer {
	position: absolute;
	width: 984px;
	height: 104px;
	left: 0px;
	bottom: 45px;
	padding: 20px;
	z-index: 5;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;

}

#featured {
	position: static;
	width: 155px;
	height: 424px;
	left: 356px;
	top: 11px;
	float: right;
	z-index: 5;
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
	background-image: url(featuredback.png);
	background-repeat: no-repeat;
	padding: 30px;

}


/*----------text------------------------*/

#footerrule {
	text-align: center;
	color: #000000;
	width: 975px;


}

.style1 {font-family: Arial, Helvetica, sans-serif}
.style2 {font-size: 12px}
.maintext {font-family: Arial, Helvetica, sans-serif; font-size: 12px; }
.style4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}



/*-----------links-----------------------*/

a.footerlinks:link {
	text-decoration: none;
	color: #000000;

}

a.footerlinks:visited {
	text-decoration: none;
	color: #000000;

}

a.footerlinks:hover {
	text-decoration: underline;
	color: #000000;

}

/*-------------images---------------------*/
