body	{
	margin: 0;
	background-color: #fff;
	}
	
div#colorbar	{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 6px;
	background-color: #5babd9;
	}
	
div#image_container	{
	width: 855px;
	height: 306px;
	margin: 46px auto 38px;
	}
	
div#image_container div	{
	display: block;
	float: left;
	margin: 0 8px 8px 0;
	}
	
div.image_info	{
	background-color: #fff;
	font: 10px arial, helvetica;
	padding: 5px;
	color: #868686;
	}
	
div#show_title	{
	width: 946px;
	margin: 0 auto;
	}

div#info_container, div#copy	{
	width: 845px;
	margin: 27px auto 0;
	padding-bottom: 40px;
	}
	
div#copy	{
	width: 750px;
	}
	
div#location	{
	width: 283px;
	float: left;
	margin-right: 20px;
	}
	
div#about	{
	width: 325px;
	float: left;
	margin-right: 20px;
	}
	
div#artists	{
	width: 145px;
	float: left;
	margin: 0;
	}
	
div p:first-child	{
	margin-top: 3px;
	}
	
.textbox	{
	font: 16px/20px arial, helvetica, sans-serif;
	color: #868686;
	}
	
.small	{
	font-size: 12px;
	line-height: 14px;
	}
	
a:link, a:visited, a:hover	{
	color: #5babd9;
	text-decoration: none;
	}
	
a.artist:link, a.artist:visited	{
	color: #868686;
	text-decoration: none;
	}
	
a.artist:hover	{
	color: #5babd9;
	text-decoration: none;
	}