body {background: white}

body {
	font-family: "courier", "times", sans-serif;
	font-size: 12px; 
	color: black;
	}
	
a:link {
	text-decoration: underline;
	color: #000000;
	font-weight: normal;
	}

a:visited {
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
	}

a:hover {
	color: #333333;
	background-color: #CCCCCC;
	text-decoration: underline;
	}


/* main container */

#main_container {
	position: absolute;
	top: 0px;
	left: 25px;
	width: 1000px;
	}

/* nav */

#nav_container {
	position: absolute;
	top: 40px;
	left: 0px;
	width: 300px;
	color: #000000;
	text-decoration: none;
	line-height: 140%;
	}

#nav_container a:link, #nav_container a:visited, #nav_container a:active {
	color: #000000;
	text-decoration: none;
	} 

#nav_container #thispage a {
	color: #000000;
	text-decoration: underline;
	}
	
ul#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

/* nav numbers */

ul#navNum {
	list-style: none;
	margin-top: 0px;
	padding: 0px;
	}
	
/* nav arrows */

#nav_container .arrows a {
	font-weight: normal;
	}
	
#nav_container .arrows a:link {
	color: #000000;
	text-decoration: none;
	}

#nav_container .arrows a:visited {
	color: #000000;
	text-decoration: none;
	}

#nav_container .arrows a:hover {
	color: #333333;
	background-color: #CCCCCC;
	text-decoration: underline;
	}


/* main content styles */

#imgText {
	float: left;
	width: 900px;
	min-height: 100px;
	position: relative;
	top: 0px;
	left: 0px;
	line-height: 140%;
	overflow: visible;
	clear: both;
	}
	
/* all images */

div.pics {
	float: left;
	width: 900px;
	position: absolute;
	top: 40px;
	left: 280px;
	line-height: 140%;
	}
	
.pics img {
	float: left;
	border: 0;
	padding: 0;
	position: relative;
	top: 0px;
	}	

/* index page content */

div.indexContent {
	float: left;
	width: 700px;
	position: absolute;
	top: 40px;
	left: 280px;
	line-height: 140%;
	}
	
#indexText {
	float: left;
	width: 700px;
	min-height: 100px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 140%;
	overflow: visible;
	z-index: 10;
	}

/*#indexText p {
	background-color: rgba(255,0,0,0.5);
	}
*/
.hilite {
	background-color: rgba(255,255,255,0.7);
	padding: 1px;
	}

/* exhibition rollover captions */

#exhibInfo1, #exhibInfo2, #exhibInfo3, #exhibInfo4, #exhibInfo5, #exhibInfo6, #exhibInfo7, #exhibInfo8, #exhibInfo9 {
	width: 900px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 140%;
	}

.hidden { visibility: hidden; }
.unhidden { visibility: visible; }

/* book rollover captions */

#bookInfo1, #bookInfo2, #bookInfo3, #bookInfo4 {
	width: 900px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 140%;
	}

   
   
/* ------ PROBABLY REDUNDANT STYLES - delete after checking ------ */   
/* image captions */
imgTextMainframe {
	float: left;
	width: 900px;
	min-height: 700px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 140%;
	overflow: visible;
	clear: both;
	}

#imgAndText1, #imgAndText2, #imgAndText3, #imgAndText4, #imgAndText5 {
    display: block;
    float: left;
	width: 900px;
	min-height: 700px;
	position: absolute;
	top: 0px;
	left: 0px;
	line-height: 140%;
    }
    
div.content {
	float: left;
	width: 900px;
	position: absolute;
	top: 40px;
	left: 280px;
	line-height: 140%;
	}
	
.content img {
	float: left;
	border: 0;
	padding: 0;
	position: relative;
	top: 0px;
	}
 
 .captions {
 	float: left;
	width: 900px;
	min-height: 100px;
	position: relative;
	top: 0px;
	left: 0px;
	line-height: 140%;
    }
    
.slides {
	position: relative;
	z-index: 1;
	display: none;
	}
