﻿/* Main Selectors */
body {
	background-color: #FFFFFF;
	color: #000000;
}

a, a:visited {
				background-color: transparent;
				color: #800000;
				text-decoration: none;
}

a:hover {
	background-color: transparent;
	color: #FF0000;
}

/* Header */
div#header h1 {
				margin-top: 0;
				margin-bottom: 0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 12px;
				color: #660033;
				font-weight: bold;
				font-style: normal;
				font-variant: normal;
				text-transform: none;
				text-align: left;
				white-space: normal;
				text-decoration: none;
				letter-spacing: 1px;
				line-height: 40px;
				background-color: #F0F0F0;
				vertical-align: middle;
				text-indent: 2px;
				padding-left: 125px;
}

/* 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: 200px;
	border-style: solid;
	border-color: #D7D7D7;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style: none;
}

div#index div.pages {
				margin-top: 0;
				margin-bottom: 0;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 16px;
				color: #660033;
				font-weight: bold;
				font-style: normal;
				font-variant: normal;
				text-transform: none;
				text-align: left;
				white-space: normal;
				text-decoration: none;
				letter-spacing: 3px;
				line-height: 40px;
				background-color: #F0F0F0;
				vertical-align: middle;
				text-indent: 2px;
				padding-left: 225px;
}

/* Photo Navigation */
div#navigation {
				text-align: center;
				font-family: Arial, Helvetica, sans-serif;
				font-size: 14px;
				font-weight: bold;
				margin: 1ex 0 1ex 0;
				line-height: 30px;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 300px;
}

div#navigation td.index {
				text-align: center;
				width: 400px;
				vertical-align: top;
}

div#navigation td.next {
	text-align: right;
	width: 300px;
}

div#navigation td.thumbcell {
	width: 200px;
	border-style: solid;
	border-color: #D7D7D7;
	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: center;
	margin: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption, p.description {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	display: block;
	width: 1024px;
	margin: auto;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}
