#logoArt {
    position: absolute;
    left: 10px;
    top: 60px;
}

#artTextArea {
    width: 520px;
    position: absolute;
	left: 382px;
	top: 50px;
	color: #4F3703;
	font-size: 12px;
	font-family: tahoma, sans-serif;
}

#artistTitle {
    font-size: 130%;
	font-weight: bold;
	margin: 0 0 0 1em;
}

#artistsRelated {
	margin: 5em 0 0 0;
	font-size: 90%;
	text-align: right;
	padding: 0 70px 0 0;
}

#artistsRelatedTitle {
	font-weight: bold;
}


#artistText {
    text-align: left;
}

#artistsList {
	font-size: 15px;
	text-align: right;
	padding: 0 70px 0 0;
}

#artistPic {
    position: absolute;
	left: 50px;
	top: 50px;
	border: 1px solid #996633;
}

#artistsList A, #artistsList A:visited {
	border: none;
}



