/* CSS Document albumsnew Page
(c) 2004 Jeff Black
Web Site Designed, Developed and Maintained by Digital Vision Media, LLC using Dreamweaver MX2004 www.digitalvisionmedia.com */

body {
	background-color: #000000;
	margin: 25px;
	font-size: 101%;
}

#navbar {
	text-align: center;
}

input:focus { outline:none; }
	
}

#bodytext {
	background-color: transparent;
	text-size: .75em;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	z-index:10;
	position: absolute;
	width: 490px;
	left: 180px;
	top: 305px;
	font-size: .75em;
	line-height:1.3em;
	}
	
#albumsbackground {
	background-color: transparent;
	height: 630px;
	width: 320px;
	position: absolute;
	left: 50px;
	top: 1260px;
	z-index:5;
	}

#background {
	background-color: #101010;
	height: 875px;
	width: 375px;
	position: absolute;
	left: 150px;
	top: 275px;
	z-index:5;
	}
	
	#centerpage {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	position: relative;

	}
	
	
#coverbox {
	color: #FFF;
	background-color: transparent;
	z-index: 10;
	position: absolute;
	width: 750px;
	height:300px;
	left: 120px;
	top: 340px;
	padding: 5px;
	}
		
#coverbox img {
   border: thin #252525 solid;
}
	
#distbox {
	color: #FFF;
	background-color: transparent;
	z-index: 10;
	position: absolute;
	width: 270px;
	height:300px;
	left: 210px;
	top: 800px;
	padding: 2px;
	}
	

#distbox img {
   border: none;
	}
	
#distheadline {
	background-color: transparent;
	color: #FFF;
	z-index: 25;
	position: absolute;
	width: 50px;
	height: 25px;
	left: 210px;
	top: 760px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}
	
	
#coverheadline {
	background-color: transparent;
	color: #FFF;
	z-index: 25;
	position: absolute;
	width: 100px;
	height: 25px;
	left: 140px;
	top: 290px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}


	
	
.covercontent {
	background-color: transparent;
	color: #454545;
	font-weight: regular;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	}
	
.covercontent a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: regular;
	text-decoration: none;
	color: #FFF;
	}
	
.covercontent a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: regular;
	text-decoration: none;
	color: #FFF;
	}
	
.covercontent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: regular;
	background-color: #FFF;
	color: #000;
	text-decoration: none;
	}
#biopicture {
	float: left;
	padding: 10px;
	margin-left: 80px;
	}
	
#credit {
	background-color: transparent;
	color: #777;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: .50em;
	font-weight: regular;
	text-align: center;
	top: 1395px;
	left: 260px;
	position: absolute;
	z-index: 100;
	}

#credit a:link {
	background-color: #000;
	color: #555;
	text-decoration: none;
	}
	
#credit a:hover {
	background-color: #555;
	color: #000;
	text-decoration: none;
	}

#credit a:visited {
	background-color: #000;
	color: #555;
	text-decoration: none;
	}
