


	/* changes the width of the list boxes on this page */
	#artworks li {
		width: 162px;
		text-align: center;
	}
	
	#artworks a {
		cursor: pointer;
		text-decoration: none;
		display: block;
		margin: 0 auto;
		width: 155px;
	}


#content li h3 {
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 3px 0;
}