@charset "UTF-8";
#container {
	width: 914px;
	margin-right: auto;
	margin-left: auto;
}
#top-img {
	height: 315px;
	width: 914px;
}
#nav {
	width: 914px;
	height: 284px;
	float: left;
	}
#nav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 4px;
	padding-left: 5px;
	font-weight: lighter;
	display: block;
	padding-bottom: 265px;
	}

#top1 {
	float: left;
	background-image: url(image/btn-0.jpg);
	background-repeat: no-repeat;
	width: 183px;
	height: 284px;
}
#top2 {
	float: left;
	background-image: url(image/btn-1.jpg);
	background-repeat: no-repeat;
	width: 183px;
	height: 284px;
}
#top3 {
	float: left;
	background-image: url(image/btn-2.jpg);
	background-repeat: no-repeat;
	width: 183px;
	height: 284px;
}
#top4 {
	float: left;
	background-image: url(image/btn-3.jpg);
	background-repeat: no-repeat;
	width: 183px;
	height: 284px;
}
#top5 {
	float: left;
	background-image: url(image/btn-4.jpg);
	background-repeat: no-repeat;
	width: 182px;
	height: 284px;
}
.info{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	letter-spacing: 3px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 180%;
}
.email{
	text-decoration:none;
	color: #666666;
}

/* ====== Artist Menu Nav ====== */
#artist-top img{
	border-style: none;
}
#nav-menu {
	width: 732px;
	height: 53px;
	padding-left: 182px;
}
#nav-menu ul{
	list-style-type: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	letter-spacing: 4px;
	font-weight: lighter;
	padding: 0;
	margin: 0;
}
#nav-menu a{
	display:block;
	float:left;
	height: 27px;
	width: 173px;
	padding-top: 25px;
	padding-left:10px;
	text-decoration: none;
	color: #000000;
	background-image: url(image/nav-button.gif);
	background-position:00;
	background-repeat: no-repeat;

}
#nav-menu a.current{
	background-position:-183px 0;

}
#nav-menu a.current:hover{
	cursor: default;
}


/* ====== Artist Body copy	 ====== */
#content {
	width: 732px;
	height: 436px;
	padding-left: 182px;
	padding-top: 20px;
}
#left-column {
	float:left;
	width: 340px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 10px;
	margin: 0;
	height: 420px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
#right-column {
	float: right;
	width: 340px;
	margin: 0;
	border-left:1px solid #999;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	height: 420px;
}
#left-column p, #right-column p{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	color:#333;
	margin: 2ex 0;
}
#left-column h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.4em;
	font-weight: normal;
	color:#333;
	margin: 0 0 .4ex 0;
}
#left-column a{
	color:#333;
	margin: 0 0 .4ex 0;
	text-decoration: none;
}
#content img{
	border-style: none;
}	
