/* Main Selectors */
body {
	background-color: #FFFFFF;
	color: #000000;
}

a, a:visited { 
	font-weight: normal; 
	text-decoration: underline; 
	color: #9685BA;
	}

a:hover { 
	text-decoration: none; 
	color: #9685BA;
	}

/* Header */
div#header h1 {font: italic bold 12pt georgia; 
	letter-spacing: 2px; 
	margin-bottom: 2px;
	margin-left: 6pt;
	margin-top: 4px; 
	text-align: center;
	background-color: transparent;
	color: #B22222;
}

/* 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: 100px;
	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 {
	font-family: normal 10pt georgia;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: georgia;
	font-size: 10pt;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 100px;
	font-weight: normal; 
	text-decoration: underline; 
	color: #9685BA;
}

div#navigation td.index {
	text-align: center;
	font-weight: normal; 
	text-decoration: underline; 
	color: #9685BA;
}

div#navigation td.next {
	text-align: right;
	width: 100px;
	font-weight: normal; 
	text-decoration: underline; 
	color: #9685BA;
}

div#navigation td.thumbcell {
	width: 100px;
	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 {font: normal 10pt georgia; 
	color: #7D775C;
	letter-spacing: 2px; 
	margin-bottom: 2px;
	margin-left: 4pt;
	margin-top: 4px; 
	text-align: center;
	width: 640px;
	margin: auto;
}

/* Photograph Caption */
p.caption, p.description {font: normal 10pt georgia; 
	color: #7D775C;
	letter-spacing: 2px; 
	margin-bottom: 2px;
	margin-left: 4pt;
	margin-top: 4px; 
	text-align: center;
	width: 640px;
	margin: auto;
}

/* Footnote */
p.footnote {
	font-family: georgia;
	font-size: 0.6em;
	text-align: center;
	padding: 0 2em 0 0;
	color: #7D775C;
}
