

/*------------Common Page Elements------------*/




body {

	background-image:url(../images/common/bg.jpg);
	background-repeat:repeat;

}



p {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:22px;
	color:#333333;
	
}




h1 {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	
}





h4 {
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:0px 0px -10px 0px;
	
}




h4 a{
	
	color:#333333;
	text-decoration:underline;
	
}




h4 a:hover{
	
	text-decoration:none;
	
}




p a{
	
	color:#333333;
	text-decoration:underline;		
}




p a:hover{
	
	color:#333333;
	text-decoration:none;
		
}




#pageContent {

	position:relative;
	top:100px;
	left:40px;
	width:555px;

}




#artistPageContent {

	position:relative;
	top:100px;
	left:40px;
	width:1000px;

}



/*------------Navigation Elements------------*/




#nav {

	position:absolute;
	margin-left:161px;
	margin-top: 529px;
	z-index:15;
	width:800px;

}




#navList {

	list-style:none;
	margin:0px 0px 0px 0px;
	height:33px;
	width:800px;
	list-style:none;
	display:block;
	overflow:hidden;
	
}




#navList a:hover {

	background-position:0 -33px;

}




#navList a:active, #nav a.selected {

	background-position:0 -33px;

}




#home a {

	height:33px;
	width:73px;
	background: url(../images/common/nav/homeButt.jpg) top left no-repeat;
	float:left;
	overflow:hidden;	
	
}




#aboutUs a {

	height:33px;
	width:109px;
	background: url(../images/common/nav/aboutUsButt.jpg) top left no-repeat;
	float:left;
	overflow:hidden;	
	
}




#artists a {

	height:33px;
	width:87px;
	background: url(../images/common/nav/artistsButt.jpg) top left no-repeat;
	float:left;
	overflow:hidden;	
	
}




#press a {

	height:33px;
	width:77px;
	background: url(../images/common/nav/pressButt.jpg) top left no-repeat;
	float:left;
	overflow:hidden;	
	
}




#contactUs a {

	height:33px;
	width:128px;
	background: url(../images/common/nav/contactButt.jpg) top left no-repeat;
	float:left;
	overflow:hidden;	
	
}




#joinUs a {

	height:33px;
	width:92px;
	background: url(../images/common/nav/joinUsButt.jpg) top left no-repeat;
	float:left;
	overflow:hidden;	
	
}




/*------------Artist Page Elements------------*/




#cjList {

	list-style:none;
	margin:0px 0px 0px 0px;
	height:95px;
	width:323px;
	list-style:none;
	display:block;
	overflow:hidden;
	position:absolute;
	margin-left: 40px;
	margin-top: 227px;	
	
}




#cjList a:hover {

	background-position:0 -95px;

}




#cjList a:active, #cjList a.selected {

	background-position:0 -95px;

}




#circleJerksButt a {

	height:190px;
	width:323px;
	background: url(../images/artists/cjButt.jpg) top left no-repeat;
	float:left;
	overflow:hidden;	
	
}




#kidneysList {

	list-style:none;
	margin:0px 0px 0px 0px;
	height:95px;
	width:229px;
	list-style:none;
	display:block;
	overflow:hidden;
	position:absolute;
	margin-left: 548px;
	margin-top: 227px;	
	
}




#kidneysList a:hover {

	background-position:0 -83px;

}




#kidneysList a:active, #kidneysList a.selected {

	background-position:0 -83px;

}




#kidneysButt a {

	height:83px;
	width:229px;
	background: url(../images/artists/kidneysButt.jpg) top left no-repeat;
	float:left;
	overflow:hidden;	
	
}



.bandTitle {

	position:absolute;
	top: -63px;
	left: -6px;
	
}




#radio {

	position:absolute;
	top:310px;

}





.bandPhoto {
	
	position:absolute;	
	top:-13px;	
	
}




#content {
	
	position:absolute;
	left:435px;
	top:-24px;
	
}



.artistPageLinks {
	
	position:absolute;
	left:463px;
	top: 315px

}




.artistPageLinks h4{
	
	margin:0px 0px 5px 0px;

}



/*------------Press Page Elements------------*/


.pressRelease h1 {
	
	margin: 0px 0px -10px 0px;

	
	
}




/*------------Contact Page Elements------------*/




#contactCopy p{
		
	margin-bottom:20px;

}