body {
	background-color: #EBEBEB;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
}
div#site {
	width: 880px;
}
a {color: #4d4d4d;}
div#nav {
	float: left;
	height: 620px;
	width: 130px;
	border-right: 1px solid black;
	font-size: 75%;
	padding: 0 0.5em 0 1em;
	margin: 3em 0.5em 0 0;
}
div#nav a {
	display: block;
	text-decoration: none;
	color: #717171;
	text-align: right;
	margin-bottom: 1em;
}
div#nav a.title {
	margin-bottom: 4em;
	padding-top: 5px;
}
div#nav a.onpage {
	font-weight: bold;
}
div#nav p.foot, a.foot {
	text-align: right;
	font-size: 90%;
	font-weight: 100;
	color: #717171;
}
div#nav p.foot {
	margin-top: 33em;
}
div#nav h1 {
	font-size: 100%;
}
div#content {
	padding: 3em 0 0 200px;
	font-size: 80%;

	color: #4D4D4D;
}
a img {
	border: 0;
}
div#exhibitiontitles {
	float: left;
	padding: 8.5em 0 0 0;
	font-size: 75%;
	
}
div#exhibitiontitles a {
	display: block;
	margin-bottom: 1em;
	text-decoration: none;
	color: #717171;
}
div#exhibitiontitles a:hover {
	color: #2D2D2D;
}

div#contentexhi {
	padding: 3em 0 0 350px;
}
div#contentgal {
	padding: 3em 0 0 150px;
	width: 650px;
}
table#viewer {
	height: 490px;
	text-align: center;
}
td {
	vertical-align: center;
}
td.bottom {
	vertical-align: bottom;
}
table#viewer p {
	color: #717171;
	margin-bottom: 3em;
	text-align: left;
}
table#viewer a {
	color: #717171;
	text-decoration: none;
}
h1 {
	margin-top: 1em;
	font-size: 100%;
}
div#content table{
	font-size: 100%;
	width: 500px;
	color: #4D4D4D;
}
div#content td {
	vertical-align: top;
}
h2 {
	font-size: 100%;
	padding: 1em 0 0.5em 0;
}
div.links {
	font-size: 100%;
}
div.links a {
	display: block;
	margin-bottom: 0.7em;
	color: #4D4D4D;
}

ol {list-style-type: lower-roman; font-size: 0.8em;}

/*------------------------------------ added for mouse over rollover effects */

.basictab ul{
	float: left;
	padding: 37px 0 0 0;
	font-size: 90%;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.basictab li {
	display: block;
	margin: 0 0 10px 7px;
}

.basictab li a {
	text-decoration: none;
	padding: 3px 0 3px 0;
	margin: 0 3px 0 0;
	color: #717171;
	
}

.basictab li a:hover{
	color: black;
}

#tabcontentcontainer{
	padding: 3em 0 0 380px;
}

.tabcontent{
	display:none;
}