body {
	margin-top: 49px;
	padding: 0;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

/** main divs **/

#header {
	width: 870px;
	height: 70px;
	margin: 0 auto;
	padding: 10px;
}
#header ul {
	list-style: none;
}
#header li {
	display: block;
	float: left;
	padding: 10px;
	font-size: 1.2em;
	margin: 5px 0 0 30px;
}
#header li a:link, #header li a:visited, #header li a:hover, #header li a:active {
	border-right: solid 1px white;
	border-left: solid 1px white;
	padding: 0 5px 0 5px;
}

#header li a:hover, #header li a:active {
	border-right: solid 1px #D8C068;
	border-left: solid 1px #D8C068;
	padding: 0 5px 0 5px;

}
#page_cell {
	width: 870px;
	margin: 0 auto;
	padding: 25px 10px 15px 10px;
}
#left_menu {
	float: left;
	width: 215px;
	padding: 0;
	margin: 0;
}
#left_menu ul {
	margin: 35px 0 0 0;
	padding: 0;
	list-style-type: none;
}
#left_menu li {
	font-size: 1.2em;
	margin: 0 0 20px 0;
}

#right_content {
	float: right;
	width: 560px;
	min-height: 300px;
	padding: 0 30px 0 30px;
}

#exhibition_right {
	float: right;
	width: 50%;
}

#exhibition_left {
	float: left;
	width: 50%;
	font: 1.3em "Courier New", Courier;
	line-height: 1.3;
	letter-spacing: -0.8px;
}
#footer {
	margin: 0 auto;
	height: 64px;
	padding: 10px;
	width: 870px;
	position: relative;
}
#thumbs {
	margin: 10px auto;
	height: 64px;
	padding: 10px;
	width: 870px;
}

/************** rounded boxes ******************/

.tl {
	position: absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.tr {
	position: absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.bl {
	position: absolute;
	bottom: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

.br {
	position: absolute;
	bottom: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover, a:active {
	color: #333333;
	text-decoration: none;
}


/************** header tag styles **************/

h1{
 font: bold 120% Garamond, Arial, Helvetica, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/
/*
ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: circle;
}
*/
/*************** list tag styles ***************/

p.main {  
	font: 1.1em "Courier New", Courier;
	line-height: 1.4;
	text-align: left;
	margin: 15px;
	letter-spacing: -0.8px;
}
img.main {
	float: right;
	margin-left: 10px;
}

ul.arists {
	list-style: none;
}

p.announcement {
	font-size: 2em;
}
p.numbers {
	font-size: 1.8em;
}
.clear {
	clear: both;
}

p.exhibition_title {
	text-align: center;
	font-size: 1.2em;
}

#piece_info{
	margin: 35px 0 35px 0;
	font: 1.1em "Courier New", Courier;
	letter-spacing: -0.8px;
	text-align: center;
}

.piece_thumb {
	margin: 7px;
	border: none;
}

.piece_thumb_link {
	color: white;
	border: none;
}

.piece_img {
	margin: 0 10px 0 10px;
}

#piece_img {
	margin: 0;
	padding: 0;
}

.artists {
	list-style-type: none;
	font: 1.1em "Courier New", Courier;
	letter-spacing: -0.8px;
	text-align: center;
	margin: 0;
	padding: 0;
}

#left_arrow {
	float: left;
}

#right_arrow {
	float: right;
}

.thumb_cluster{
	position:absolute;
	top:0;
	left:-3000px;
}
#thumbs {
	position:relative;
	overflow:visible;
	width: 725px;
}

#cluster1{
	left:0;
}

#front_image {
	margin: 0 30px 0 20px;
	border: none;
}