/*-----------ArtistPage--------------*/
div#artistcolumn1{
    width: 510px;
    min-height: 250px;
    /*height: 290px;*/
    margin: 10px 0px 10px 10px;
    border-bottom: #666 solid 1px;

    float: left;
}

div#artistcolumn1 #top{
  height: 35px;
  border-bottom: #666 solid 1px;
}

#image {
  margin-top: 10px;
  margin-bottom: 10px;
  width: 200px;
  float: left;
}

#description {
  color: #333;
  width: 300px;
  /*margin: 8px 0px 0px 210px;*/
  margin: -3px 0px 0px 10px;
  float: left;
}


.clear {
  clear: both;
}


div#artistcolumn2{
  margin: 45px 10px 10px 0px;
  width: 190px;
  min-height: 290px;
  border-top: solid 1px #666;
  
  float: left;
  /*margin-left: 520px;*/
}

#top a{ text-decoration: none; color: #000; }

#artisttitle,
#artisttitle a {
  color: #bd2716;
  font-weight: bold;
  font-size: 12pt;
  text-decoration: none;
}