/* CSS Document */
  #artist-info {
    width: 380px; float: left;
	padding: 10px;
    border: 1px #CCCCCC solid;
	background-color: #F7F7F7;
  }
  #artist-links {
	width: 740px;
    position: absolute;
	top: 200px; left: 60px;
	
	text-align:center;
  }
  .art-available {
  	font-size: 16px;
  	color: #ffff00;
  }
  #imageview {
    margin: 0px 20px;
  }
  #artist-pics {
  	float:left;
	margin-left: 25px;
    padding: 10px;
	background-color: #FFCC66;
  }
  #artist-photo {
    position: absolute;
	top: 225px; right: 15px;
	color: #9191FF;
  }
  #artist-photo input {
  	border: none; /* 1px solid #000066; */
	color: #9191FF;
	background: url("../images/style/artist-button.jpg") center center repeat-x;
	margin: 2px;
	width: 100px;
	height: 25px;
  }
  #art-view {
    font-size: 13px;
  }
  
  /* styles for artist list */
  .artist_partner, .artist_partner a {
    color:#FFFFFF;
  }
  .artist_announce {
    color:#64B4E3;
  }
  .artist_depth, .artist_depth a {
    color:#64B4E3;
  }
  .artist_list {
  	color:#64B4E3;
  }
