body {
	background: #fff;
	font: 13px/140% Arial, Verdana, sans-serif;
}

a {
	color: #000;
	text-decoration: none;
	border-bottom: 1px solid #666;
}
h2 {margin-top:0; font-weight: normal; text-transform:uppercase;}

#main {
	width: 930px;
	margin:30px auto;
}

#releases, #biography {
	padding:15px;
		-moz-border-radius: 2px; -webkit-border-radius: 2px;
}

#releases {
background: #ddd;
float:left;
margin-right:20px;
height:360px;
}

#releases ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type:none;
}

#biography {
	background: #ddd;
margin-left:353px;
height:360px;
}

.hidden {
	display:none;
}

#head {
	margin-bottom: 7px;
}

/* store link sprites */

#stores {
  width: 470px; height: 50px;
  background: url(../images/storespritesleena.gif) no-repeat top left;
  margin: 10px auto; padding: 0;
  position: relative;}
#stores li {
  margin: 0 10px 0 0; padding: 0; list-style: none;
  position: absolute; top: 0;}
#stores li, #stores a {
  height: 60px; display: block; border:0;}

  #wpp {left: 0; width: 160px;}
  #juno {left: 160px; width: 160px;}
  #beatport {left: 320px; width: 160px;}

  #wpp a:hover {
    background: transparent url(../images/storespritesleena.gif)
    0 -50px no-repeat;}
  #juno a:hover {
    background: transparent url(../images/storespritesleena.gif)
    -160px -50px no-repeat;}
  #beatport a:hover {
    background: transparent url(../images/storespritesleena.gif)
    -320px -50px no-repeat;}
