p a:link, p a:visited, p a:active {
	border-bottom : 1px dotted #f35314;
	padding : 1px;
	text-decoration : none;
	color: #f35314;
}

h2 a:link, h2 a:visited, h2 a:active {
	border-bottom : 1px dotted #f35314;
	padding : 1px;
	text-decoration : none;
	color: #f35314;
}
	
p a:hover {
	border-bottom : 1px dotted #603311;
}

h2 a:hover {
	border-bottom : 1px dotted #603311;
}


body {
	padding: 0;
	margin: 0;
	background: #biege;
	font-family: Times New Roman, Times New Roman, serif;
	font-size: 10pt;
}

#wrapper {
	background-color: white;
	display: block;
	width: 890px;
	position: absolute;
}

#header {
	font-family: Arial, sans-serif;
	font-size: xx-large;
	color: black;
	letter-spacing: -1px;
	text-align: left;
	margin: 0;
	padding: 20px 0 20px 20px;
	line-height: 1.3em;
}

#header p {
	margin-top: 0;
	padding-top: 0;
}

#nav {
	padding: 5px 0 5px 0;
	width: 304px;
	height: 100%;
	float: left;
	position: relative;
	background-color: white;
	margin: 10px 0 0 0;
	padding: 0;
	font-family: Times New Roman, Times New Roman, serif;
	line-height: 1.4em;
}

#nav h2 {
	color: #2abaae;
	font-weight: bold;
	font-family: Trebuchet, sans-serif;
	margin 4px 4px 4px 0;
	padding: 0 0 0 20px;
	font-size: 8pt;
	display: inline;
}

#nav h2.on {
	border-right: 10px solid red;
}


#nav p {
	color:black;
	background-color: white;
	margin: 0;
	padding: 4px 13px 13px 20px;
	display: block;
}

#content {
	padding: 13px;
	float: left;
	width: 540px;
	height: 100%;
	text-align: left;
	background-color: white;
	line-height: 1.4em;
}

.caption {
	font-family: Verdana, sans-serif;
	padding-top: 3px;
	margin: 0;
	line-height: 1.4em;
	font-size: 8pt;
}

.foreign_word {
	font-style: italic;
}

.title {
	font-style: italic;
}

.special {
	color: #f35314;
}

.date {
	font-weight: bold;
}


h3 {
	font-family: Arial, Times New Roman, sans-serif;
	font-weight: bold;
	font-size: 16pt;
	padding: 0;
	margin: 0;
}

.exhibit {
	padding: 20px;
	background-color: #e7e1da;
	font-family: Times New Roman;
}

.exhibit p {
	padding: 0;
}

.exhibit ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	letter-spacing: 0;
}

.exhibit li {
	padding: 0 0 6px 0;
	margin: 0;
}

#nav p.footer {
	color: gray;
	font-family: Verdana;
	font-size: 8pt;
}

#nav p.footer a:link, #nav p.footer a:visited, #nav p.footer a:active {
	color: gray;
	border-bottom: 1px dotted gray;
	text-decoration: none;
}

#nav p.footer a:hover {
	color: gray;
	border-bottom: 1px dotted black;
}

ul.gallery {
	list-style-type:none;
	display: block;
	padding: 0 0 10px 0;
	margin: 0;
	height: 80px;
	width: 500;
}

ul.gallery li {
	float: left;
	padding: 0 4px 0 0;
	margin: 0;
}

ul.gallery li .last {
	float: left;
	padding: 0;
	margin: 0;
}

ul.gallery li a img, ul.gallery li a:link img, ul.gallery li a:active img, ul.gallery li a:visited img {
	text-decoration: none;
	border: 1px solid #e7e1da;
	color: none;
	padding: 0;
	margin: 0;
}

ul.gallery li a:hover img {
	border: 1px dotted gray;
}

p#desc {
	font-family: Verdana, sans-serif;
	font-size: 8pt;
	padding-top: 3px;
	margin: 0 0 15px 0;
	line-height: 1.4em;
	height: 35px;
}

