#globalNav {
	display: block;
	height: 33px;
	background-image: url(/media/images/common/global_nav_bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000000;
}

#globalNav img {
	padding-left: 20px;
}

.hidden {
	display: none;
}

/* PDF div box on artist pages */

#contentDownloadPdf {
	width: 200px;
	float: right;
	text-align: right;
}

/* artwork pages */

/* box for download links */

.boxDownloadLinks {
	text-align:left; 
	margin-left:18%;
}
.imgFloatRight {
	float: right;
	padding-bottom: 6px;
	padding-left: 6px;
}
.imgFloatLeft {
	float: left;
	padding-right: 6px;
	padding-bottom: 6px;
}



/* removing formating from links */

#content a.noFormat:link, #content a.noFormat:visited, #content a.noFormat:hover  {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

