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

body {
	background-image: url(/graphics/spacer.jpg);
	margin-left: 0px;
	margin-top: 0px;

}
.mainLayout {
	width:100%; 
	border:1px solid #000000;
	}

#footer{
  background-color:#000000;
  height:22px;
  padding-top:4px;
  padding-bottom:4px;
  white-space:nowrap;
  }
#footer a:link, #footer a:hover, #footer a:visited {
	padding-right:14px;
	color:#FFFFFF;
	font-size:14px;
	text-decoration:none;
	font-weight:bold;
	text-align:center;
	font:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
	display:block;
}
#footer a:hover {
	color: #FFFF99;
	text-decoration:none;
	}
#footer a.selected { 
	color:#FFFF99;
	}

/* footer for frontend - difference is color */
#footer2{
	height:22px;
	padding-top:4px;
	padding-bottom:4px;
	white-space:nowrap;
}
#footer2 a:link, #footer2 a:hover, #footer2 a:visited {
	padding-right:14px; 
	color:#FFFF99; 
	font-size:14px;
	text-decoration:none; 
	font-weight:bold;
	text-align:center;
	font:Verdana, Arial, Helvetica, sans-serif;
	letter-spacing:0.2em;
}
#footer2 a:hover {
	color: #FFFFff; 
	text-decoration:none;
}


.albumTitle {color:#003300; font-weight:bold;}
.buyCD_btn {
	white-space: nowrap;
	position:relative;
	display: inline;
	/* only works with display:block
	width:54px;
	height:16px;
	*/
	font-size:9px;
	color:#006633;
	border:1px solid #003300;
	text-align:center;
	padding:0px;
	margin:0px;
}
.buyCD_btn a:link:visited {
	text-decoration:none; 
	display:inline; 
	font-size:9px; 
	padding:0px 0px;
	color:#000000;
	margin:2px;
  }
.buyCD_btn a:hover {
	text-decoration:none;
	display:incline;
	background-color: #8EA394;
	color:#FFFFFF;
	margin:0px;
	padding:1px 1px;
}
