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

body	{
	font-family: "Lucida Grande", Helvetica, Arial;
	font-size: 12px;
	background: #30302f;
	color: #fff;
	margin: 0;
	padding: 0;
	}

#container {
	margin: 10px 0;
	}

#holder {
	width: 1073px;
	margin: 0 auto;
	}

#hdr 	{
	text-align: right;
	padding-bottom: 15px;
	height: 142px;
	}

.info 	{
	padding-top:40px;
	}

#artists{
	height: 480px;
	overflow: hidden;
	}

#artists .left {
	background: transparent url(../img/artist_breith.jpg) no-repeat;
	padding-right: 5px;
	float: left;
	width: 261px;
	height: 480px;
	cursor: pointer;
	}

#artists .left:hover {
	background: transparent url(../img/artist_breith.jpg) 0 -480px no-repeat;
	}

#artists .mid {
	background: transparent url(../img/artist_calvin.jpg) no-repeat;
	float: left;
	width: 268px;
	padding-right: 5px;
	height: 480px;
	cursor: pointer;
	}

#artists .mid:hover {
	background: transparent url(../img/artist_calvin.jpg) 0 -480px no-repeat;
	}

#artists .mid2 {
	background: transparent url(../img/artist_gungor.jpg) no-repeat;
	float: left;
	width: 268px;
	height: 480px;
	cursor: pointer;
	}

#artists .mid2:hover {
	background: transparent url(../img/artist_gungor.jpg) 0 -480px no-repeat;
	}

#artists .right {
	background: transparent url(../img/artist_missi.jpg) no-repeat;
	float: right;
	width: 261px;
	height: 480px;
	cursor: pointer;
	}

#artists .right:hover {
	background: transparent url(../img/artist_missi.jpg) 0 -480px no-repeat;
	}

.left	{
	float: left;
	}

.clear	{
	clear: both;
	}

a.contact {
	font-size: 20px;
	color: #cc3333;
	font-weight: bold;
	text-decoration: none;
	outline: none;
	}
a.contact:hover {
	color: #000;
	}
