/* CSS Document */
body {
background-color: #f2f4dc;
	font-family:verdana;
	color:#231f20;
	font-size: 9px;
	text-align : center; /*For IE */
}

#container {
	position:relative;
	left:-50px;
	width:594px;
	height:auto;
	z-index:1;
	margin: 0 auto;
	top: -5px;
}

#masthead {
	position:absolute;
	width:682px;
	height:54px;
	z-index:1;
	top: -10px;
	left: 0px;
	background-image: url(images/header.jpg);
	visibility: visible;
	text-align: center;
	padding-top: 60px;
}

#album {
	position:absolute;
	width:682px;
	min-height: 200px; height: auto !important; /*this line for firefox (and IE7) etc */
	height: 200px; /* this line for IE6 */
	z-index:2;
	left: 0px;
	top: 104px;
	background-image: url(images/bgnd.jpg);
	visibility: visible;
}
#music {
	position:absolute;
	width:100px;
	height:20px;
	z-index:2;
	left: 110px;
	top: 75px;
}
#viewcart {
	position:absolute;
	width:100px;
	height:20px;
	z-index:3;
	left: 225px;
	top: 75px;
}
#Layer1 {
	position:absolute;
	width:100px;
	height:20px;
	z-index:4;
	left: 350px;
	top: 75px;
}
#Layer2 {
	position:absolute;
	width:100px;
	height:20px;
	z-index:5;
	left: 470px;
	top: 75px;
}

#footer {
	position:absolute;
	width:595px;
	height:83px;
	z-index:2;
	left: 0px;
	top: 262px;
	visibility: visible;
}

/* text styles*/



	
h1 {
	
	font-weight:normal;
	color:#231f20;
	font-size: 11px;}
	
p {line-height: 8pt; }
	
a {color:#5c5c5c; text-decoration: underline; }
	
a:hover {color: #231f20; }



.clear {
	clear:both;
}
