
/* Main Selectors */
body {
	background-color: #2B1806;
	color: #A17954;
}

a, a:visited {
	background-color: transparent;
	color: #FFFFFF;
	text-decoration: none;

}

a:hover {
	background-color: transparent;
	color: #ceb59f;
	}

/* Header */
div#header h1 {
	font-family: Georgia, "Times New Roman", Times, serif; !important
;
	text-align: center;
	background-color: transparent;
	color: #A17954;
	font-size: 20px;
	
}




/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 140px;
	border-style: solid;
	border-color: #53402E;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: Georgia, "Times New Roman", Times, serif; !important
;
	font-size: 18px;
	text-align: right;
}

div.photonumber {
	font-family: Georgia, "Times New Roman", Times, serif; !important
;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	color: #fff;
	display: block;
	margin: 0 0 0 220px;
	width: 800px;
	position: absolute;
	
}

div.previousnext {
	font-family: Georgia, "Times New Roman", Times, serif; !important
;
	font-size: 11px;
	font-weight: bold;
	float: right;
	text-align: right;
	color: #fff;
	display: block;
	margin: -11px 0 0 0;
	width: 800px;
	position: absolute;
	
}





/* Photo Navigation */


div#navigation td.thumbcell {
	width: 140px;
	border-style: solid;
	border-color: #53402E;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
	border-style: outset;
	border-width: 2px;
}


/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #A17954;
	border-width: 0px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif; !important
;
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
}

h2.title {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif; !important
;
	font-size: 18px;
	font-weight: bold;
	width: 802px;
	margin: auto;
	
}

h3.title {
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif; !important
;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	width: 802px;
	margin: auto;
	
}










/* Photograph Caption */
p.caption, p.description {
	font-family: Georgia, "Times New Roman", Times, serif; !important
;
	text-align: justify;
	font-size: 16px;
	font-weight: bold;
	width: 802px;
	margin: auto;
}

/* Footnote */
p.footnote {
	font-family: Georgia, "Times New Roman", Times, serif; !important
;
	font-size: 12px;
	font-weight: bold;
	color: #6b5849;
	text-align: center;
	padding: 0 2em 0 0;

}


