.thinborderfloat {
  float:center;
  border:solid 1px silver;
  padding:5px;
  margin-right:10px;
  background:#FBF9F9;
  }
  
.left_menu {
  position: relative;
  top: 20px;
  font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
}

.right_body {
position: relative;
width: 740px;

}

ul {
list-style: none;
margin-left: 0;
padding-left: 1em;
text-indent: -1em;
}

.titles {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	color: #000000;
}

.list_artists {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	color: #000000;
}

a.list_artists:link{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	color: #000000;
}

a.list_artists:hover {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	list-style-type: none;
	color: #FF0000;
}

.artist_details {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	color: #000000;
}

.artist_links {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	color: #E59F19;
}

a.artist_links:link{
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	list-style-type: none;
	text-decoration: none;
	color: #E59F19;
}

a.artist_links:hover {
	font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	list-style-type: none;
	color: #FF0000;
}