HTML, BODY
{
		overflow-y: hidden;
}

DIV,BODY,SPAN,P,TABLE, A
{
	text-align: left;
	border: 0px;
	padding: 0px;
	margin: 0px;
	border-collapse: collapse;
}

BODY
{
	font-family: Monaco, Courier, Monospace;
	font-size: 10px;
	text-align: center;
}

#main-content
{
	position: relative;
	top: -40px;
}

#top-nav
{
	position: relative;
	top: 30px;
	width: 800px;
	margin: auto;
	/*border: 1px solid black;/**/
	height: 97px;
}

#contact-wrapper, #about-wrapper
{
	width: 100%;
	text-align: center;
	position: relative;
}

#contact-points, #about-copy
{
	text-align: left;
	width: 800px;
	margin: auto;
	margin-top: 30px;

}

#contact-points A
{
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: block;
	border: 0px;
	border-collapse: collapse;
	text-decoration: none;
	display: inline-block;
	text-decoration: none;
	color: black;
}

#contact-points A.header
{
	line-height: 8px;
	cursor: default;
	background-color: black;
	color: white;
	padding: 1px;
}

#contact-points DIV
{
	margin-bottom: 2em;
}


	#top-nav DIV
	{
			position: absolute;
			top: 0px;
			height: 97px;
	}

	#collections
	{
		left: 117px;
		width: 196px;
		height: 97px;
	}

		/* containted content non-object styles */

			#collections.selected A#collections-link
			{
				background-color: black;
				color: white;
			}

			#top-nav A.selected,
			#top-nav A.selected
			{
				background-color: black;
				color: white;
			}


			#collections.selected #collections-selected-menu
			{
				display: block;
			}

		/* contained object sub-styles */
			#collections-selected-menu
			{
				display: none;
				margin-top: 14px;
				width: 196px;
			}
	

			#collections-selected-menu .selected-box, #collections-menu .selected-box
			{

				padding: 1px;
				background-color: black;
				color: white;
			}
				

			/*#collections-selected-menu .selected-box
			{
				background-color: black;
			}*/

			#collections-menu
			{
				display: none;
				margin-top: 14px;
			}


			#collections-menu A
			{
				display: block;
				clear: both;
				float: left;
				margin-bottom: 4px;

			}

			#collections.selected #collections-menu
			{
				display: none; 
			}


	#about
	{
		left: 196px;
		width: 155px;
	}

	#contact
	{
		left: 285px;
		width: 170px;
	}

	#exhibits
	{
		left: 417px;
		width: 170px;
	}



			#exhibits.selected A#exhibits-link
			{
				background-color: black;
				color: white;
			}

			#top-nav A.selected,
			#top-nav A.selected
			{
				background-color: black;
				color: white;
			}


			#exhibits.selected #exhibits-selected-menu
			{
				display: block;
			}

		/* contained object sub-styles */
			#exhibits-selected-menu
			{
				display: none;
				margin-top: 14px;
				width: 196px;
			}
	

			#exhibits-selected-menu .selected-box, #exhibits-menu .selected-box
			{

				padding: 1px;
				background-color: black;
				color: white;
			}
				

			/*#exhibits-selected-menu .selected-box
			{
				background-color: black;
			}*/

			#exhibits-menu
			{
				display: none;
				margin-top: 14px;
			}


			#exhibits-menu A
			{
				display: block;
				clear: both;
				float: left;
				margin-bottom: 4px;

			}

			#exhibits.selected #exhibits-menu
			{
				display: none; 
			}




	#wgp
	{
		left: 558px;
		width: 185px;
	}
	
	#buy
	{
		right: 0px;
		text-align: right;
	}

#top-nav A
{
	display: inline-block;
	line-height: 8px;
	text-decoration: none;
	color: black;
	padding: 1px;
}

#top-nav A:hover
{
	text-decoration: none;
	color: white;
	background-color: black;

}


#container 
{
	height: 1px;
	width: 100%;
}


#slideshow 
{
	width:100%;
	margin:auto;
	overflow:hidden;
}

#images img 
{
	float:left; 
	margin-right:10px;
}


#caption_container, #overlay_container
{
	/*position: absolute;
	top: 530px;*/
	width: 100%;
	padding: 0px;
	text-align:left;

}

#caption, #overlay
{
	display: block;
	margin: 0px;
	text-align:left;
	font-size: 10px;
	/*background-color: green;
	margin-top: -200px;*/

}


#overlay
{
	padding-left: 10px;
	padding-right: 10px;
	background-image: url('/images/white75.png');
}


/* */
#top-nav A, 
#contact-points A.header

{
	padding-bottom: 2px;
}