* {
			margin: 0;
			padding: 0;
			border: 0;
}
body {
			background-color: #fff;
			font-family: Arial,Helvetica,sans-serif;
			font-size: 12px;
}
a {
			color: #000;
			text-decoration: none;
}
a:hover {
			color: #999;
}


#page {
			margin: 24px;
			width: 835px;
}


}



#header {
			margin-bottom: 36px;
}
#header h1 {
			margin-bottom: 8px;
			height: 26px;
}
#header h1 a {
			display: block;
			height: 26px;
			background: #fff url(images/artonomous.gif) 0 0 no-repeat;
			text-indent: -9999px;
			overflow: hidden;
}
#header ul {
			height: 24px;
			list-style-type: none;
			border-top: 1px solid #8b8b8b;
}
#header ul li {
			float: left;
			margin-right: 48px;
			width: auto;
			height: 24px;
}
#header ul li a {
			display: block;
			width: auto;
			height: 24px;
}
#header ul:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
}


#main:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
}
#main #thumbnails {
			float: left;
			width: 270px;
}
#main #thumbnails .thumbnail {
			float: left;
			display: block;
			margin-right: 4px;
			margin-bottom: 4px;
			width: 50px;
			height: 50px;
}

#main #thumbnails .item {
			margin-bottom: 0.5em;
}

#main #thumbnails .thumbnail img {
			width: 50px;
			height: 50px;
			overflow: hidden;
}

#main #focus {
			float: right;
			width: 565px;
			min-height: 565px;
}
#main #focus #detail {
			margin: 0 auto;
			width: 472px;
}
#main #focus #detail img {
			display: block;
			margin-bottom: 12px;
}
#main #focus #detail p {
			margin-bottom: 12px;
}
#main #focus #detail p.credit {
			font-size: 10px;

}

#main #text {
			width: 565px;
}
#main #text p {
			margin-bottom: 12px;
			line-height: 18px;
}
#main a {
			text-decoration: underline;
}
#main #thumbnails a {
			text-decoration: none;
}

.slideshow p {
	margin-top: 12px;
}
.slideshow p a {
	margin-right: 30px;
}


#footer {
			clear: both;
			margin-top: 36px;
			padding-top: 10px;
			border-top: 1px solid #8b8b8b;
			font-size: 10px;
}
#footer p {
			margin-bottom: 12px;
}
#footer a {
			font-size: 12px;
}

