#artists_content {
	padding: 10px;
	}

#column1 {
	width: 570px;
	float: left;
	margin: 6px 20px 10px 0px;
	line-height: 18px;
	}
h1 {
	font-size: 18px;
	color: #4D6B8B;
	margin-bottom: 0px;
	font-weight: 900;
	}
#content p {
	margin-bottom: 15px;
	}
#column2 {
	width: 304px;
	float: left;
	}
#artistSearch {
	position: relative;
	width: 280px;
	border: 2px solid #9ebed8;
	background-color: #45678d;
	background-image: url('../images/gradient_blue3.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	margin-top: 24px;
	padding: 10px;
	}
#artistSearch h1 {
	position: absolute;
	top: -26px;
	left: -2px;
	color: #4d6b8b;
	}
#artistSearch td {
	padding-top: 6px;
	}
#artistSearch .label {
	color: #d5e2ec;
	font-weight: 900;
	font-size: 13px;
	text-align: right;
	padding-right: 6px;
	}
#artistSearch .input {
	padding: 4px;
	border: 2px solid #467299;
	color: #666;
	width: 180px;
	}
#artistSearch a:link.btn_search, #artistSearch a:visited.btn_search {
	display: block;
	height: 32px;
	width: 163px;
	background-image: url('../images/btn_search.jpg');
	background-position: bottom left;
	background-repeat: no-repeat;
	}
#artistSearch a:hover.btn_search, #artistSearch a:active.btn_search {
	background-position: top left;
	}
#artistSearch .info {
	padding: 6px;
	font-size: 12px;
	color: #e1ebf3;
	background-color: #6180a0;
	border: 2px solid #7793ad;
	margin: 10px 0px 2px;
	}
#artistSearch .info a:link, #artistSearch .info a:visited {
	color: #FFF;
	}
#alphaArtistList {
	line-height: 14px;
	}
#alphaArtistList a:link, #alphaArtistList a:visited {
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #457BA7;
	}
#alphaArtistList a:hover, #alphaArtistList a:active {
	text-decoration: underline;
	color: #124874;
	}
#alphaArtistList .letter {
	height: 19px;
	width: 18px;
	padding: 3px 0px 0px 4px;
	background-image: url('../images/alphaLetterBox.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	color: white;
	font-size: 18px;
	font-weight: 900;
	margin-top: 14px;
	}
#alphaArtistList li {
	list-style: none;
	padding: 4px 0px;
	}
#alphaArtistList li a.gold {
	padding-left: 16px;
	background-image: url('../images/star.jpg');
	background-position: center left;
	background-repeat: no-repeat;
	}
#alphaArtistList .column {
	width: 138px;
	float: left;
	margin-right: 12px;
	}