@charset "utf-8";

body {
	margin: 20px;
	padding: 0;
	background: url(/images/background.png);
	color: #333;
	text-align: center;
	font: 13px serif;
    *font-size: small;
    *font: x-small;
}

hr {
	border: 0;
	height: 2px;
	background: url(/images/border.png) repeat-x top left;
	margin: 0 0 20px 0;
}

table {
	border-collapse: collapse;
    font-size: inherit;
    font: 100%;
}

h1, h2, h3, h4, h5, p, ul, ol, dl, dt, dd {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

a {
	color: #333;
	text-decoration: none;
}

a img {
	border: none;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#container {
	min-width: 650px;
	text-align: left;
	margin: 0 auto;
}

#header {
	position: relative;
	margin: 0 0 20px 0;
}

#header ul {
	list-style-type: none;
	position: absolute;
	top: 20px;
	left: 280px;
	font-size: 93%;
}

#header h1 a {
	display: block;
	background: url(/images/powerplay.png) no-repeat top left;
	width: 260px;
	height: 0;
	padding: 50px 0 0 0;
	overflow: hidden;
}

#contents {
	margin: 0 0 20px 0;
}

div.artist {
	float: left;
	width: 209px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 8px;
	min-height: 250px;
	_height: 250px;
	margin: 0 10px 10px 0;
}

div.artist h3  {
	text-align: center;
	margin: 5px 0;
	font-weight: bold;
}

div.artist p {
	font-size: 85%;
	line-height: 150%;
}

div.artist.last {
	margin: 0;
}

h2 {
	font-size: 174%;
	font-weight: bold;
	font-family: Helvetica;
	margin: 0 0 20px 0;
}

#footer p {
	font-size: 77%;
}
