@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFF;
	font: 11px/1.5em verdana, helvetica, arial, sans-serif;
	padding-top: 0px;
	background-image: url(../exhibits/yk75/graphics/bg.gif);
	background-repeat: repeat-x;
}

#wrapper { /* Set the width of the wrapper div and centre the div in the window */
	width: 750px;
	margin: 0px auto;
	background-color: #FFF;
	border: 1px;
	border-style: solid;
	border-color: #333;
}
#content {
	padding-left: 5px;
}
	#toolsMenu ul {
		list-style: none;
	}
		#toolsMenu ul li {
			float: left;
			padding: 0px 5px;
		}
			#toolsMenu ul li a {
				color: #FAFDE7;
			}
.img_brdr {
	border: thin solid #336699;
}
.page_title {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #01517A;
}
a:link {
	color: #01517A;
	text-decoration: none;
}
a:visited {
	color: #036497;
	text-decoration: none;
}
a:hover {
	color: #06C;
	text-decoration: underline;
}
a:active {
	color: #752573;
	text-decoration: underline;
}
#footer {
	padding-bottom: 3px;
	text-align: center;
	padding-top: 3px;
}
.superscript {
	vertical-align: super;
}
