div.cv_wrapper{
	overflow:hidden;
    width: 575px;
    padding-bottom:5px;
}

div.cv_left_box{
    background-color:#ffffff;
	width:95px;
	border-right:470px solid #ffffff;
	/* The width and color of the rail */
	margin-right:-470px; /* Hat tip to Ryan Brill */
	float:left;
}

div.cv_right_box{
	background-color:#ffffff;
	width:470px;
	float:left;
}

span.cv_title{
	font-weight:bold;
}

dt.cv_header{
	font-style:italic;
	padding-bottom:10px;
	padding-top:5px;
}

div.artist_info{
	 width:630px;
	 height:375px;
	 z-index:-1;
	 position:relative;
	 background-color:#ffffff;
	 border: 1px solid #CCCCCC;
	 padding: 3px;
	 overflow:auto;
	 top:-5px;
}

div.artist_info_content{
	position:absolute;
	background-color:#ffffff;
}

div.cv_info_content{
	font-size:.78em;
}

a.h2_link {
	color: #444;
}