/* Main Selectors */
body {
	background:#000000 url('../title_block.jpg') no-repeat fixed left center; color: #FFFFFF
}

a, a:visited {
	background-color: transparent;
	color: GRAY;
}

a:hover {
	background-color: transparent;
	color: GRAY;
}

/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: GRAY;
}

/* Thumbnail Index */
div#index {
	text-align: center;
}

div#index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #404040;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 1em auto;
}

div#navigation td.previous {
	text-align: left;
	width: 100px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 100px;
}

div#navigation td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #404040;
	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;
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: right;
}

div#photograph img {
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: BLACK;
	border-width: 1px;
	position:absolute; left:35%; top:17%;
	filter:alpha(opacity=90);
	opacity: 0.91;
	-moz-opacity:0.91; 

}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: BLACK;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px; background-repeat:no-repeat
}

h2	
{
	margin-bottom: 0;
	background-image: url('title_block.jpg');
	background-repeat: no-repeat;
	color: #333333;
	background-color: #CCFF00; padding-left:250px; padding-right:.5em; padding-top:25px; padding-bottom:25px	
}

p	
{
	margin-top: 0;
	color: GRAY;
	padding: .25em 0 0 .75em; 
}

/* Photograph Caption */
p.caption {
	margin:5; padding:10; height: 277px; width: 299px;
	font-family: tahoma, arial, helvetica, sans-serif;
	color: SILVER;
	text-align: justify;
	font-size: 12pt; letter-spacing:0; color:#FFFFFF; background-color:#000000; filter:alpha(opacity=50);
	opacity: 0.57;
	-moz-opacity:0.57; 
	position:absolute; left:6%; top:41%; text-indent:5; word-spacing:5; border-left-style:solid; border-left-width:1; border-top-style:solid; border-top-width:1
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	color: GRAY;
	padding: 0 2em 0 0;
	position:absolute; left:3%; top:95%;
}