#leftColumn {
	float:left;
	width:440px;
	padding:10px 10px 10px 0;
}

#leftColumn .imageDescription{
	padding:8px 0;
	line-height: 16px;
}

#rightColumn {
	float:right;
	width:180px;
	padding:8px 0 0 0;
	text-align:right;
}

#rightColumn img{
	margin: 4px;
}


table#gallerylist td{
	padding:10px 20px 0 10px;
	margin:0;
}

#artistHeader {
	float:left;
	padding:0 0 20px 0;
	margin:0px 0 5px 0;
	background-repeat: repeat-x;
	background-position: bottom;
	width:100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}

#artistHeader .left{
	float:left;
}
#artistHeader .right{
	float:right;
}

