div#oneCol {
	background-color: #FFFFCC;

	width: 1024px;
	float: left;
	margin-top: -4px;
	min-height: 500px;
}

div#oneCol img {
	border: 10px solid #cccc99;
}

div#columnContent {
	margin: 20px 40px;
}

h3 {
	font-family: Georgia, serif;
	color: #000033;
	font-style: italic;
	font-weight: normal;

	margin-bottom: 4px;
}

div.links a {
	font-family: Georgia, serif;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
}

/* Image Gallery */
ul.imageGallery {
	margin-top: 15px;
}

ul.imageGallery li {
	list-style-type: none;
	float: left;
	margin-right: 14px;
	margin-bottom: 27px;
}

ul.imageGallery li.last {
	margin-right: 0px;
}

div#ieSecondary ul.imageGallery li {
	margin-right: 20px;
}

ul.imageGallery li img {
	border: 10px solid #cccc99;
}

ul.imageGallery li:hover img {
	border: 10px solid #ffffff;
}

/* Exhibits and Events */
div#exhibits, div#events {
	float: left;
	margin-right: 10px;
}

div#exhibits h1, div#events h1 {
	margin-bottom: 5px;
}

div.exhibit, div.event {
	font-family: Arial, Helvetica, sans-serif;
	color: #000033;

	padding-bottom: 10px;
	margin-bottom: 10px;

	border-bottom: 2px solid #999966;
}

div#content div.exhibit p, div#content div.event p {
	margin-top: 3px;
}

div#eventDetail {
	background-color: #ffffcc;
	margin: 10px 0px 0px -20px;
	width: 365px;
	padding: 10px;
}

div#ieSecondary div#eventDetail {
	margin-left: -35px;
}

div#ieSecondary h2#event {
	margin-left: -25px;
}

div#eventDetail hr {
	color: #cc6600;
	background-color: #cc6600;
	border: 0px none;
	height: 1px;
	margin: 5px 0px;
}

div#eventDetail .title {
	font-size: 1.1em;
}

div.monthButton {
	float: left;
}

div.monthButton a {
	font-family: Georgia, serif;
	color: #000033;
	font-style: italic;
	text-decoration: none;

	background-color: #cccc99;
	height: 36px;
	width: 75px;
	float: left;

	padding: 12px 0px;
	margin: 0px 9px 15px 9px;

	text-align: center;
}

div#ieSecondary div.monthButton {
	margin-top: 20px;
}

div.monthButton.first a {
	margin-left: 0px;
}

/* Site Map Styles */
div#sitemap {
	margin-left: 17px;
	margin-top: 40px;
}

div#sitemap ul ul {
	margin-left: 20px;
}

/* Videos */
ul.videos {
	font-family: Arial, sans-serif;
}

ul.videos li {
	width: 140px;
}

ul.videos .view {
	color: #cc6600;
}

ul.videos .videotitle {
	color: #000033;
	font-size: 1.1em;
	font-weight: bold;
}

ul.videos .timesize {
	color: #cccc99;
}

div.videoLink {
	float: right;
}

div#oneCol div.videoLink {
	margin-right: 140px;
}