/* Main Selectors */
body  { color: #000080; background-color: transparent; background-image: url("../images/hgmoor2.gif") }

a, a:visited  { color: navy; background-color: transparent }

a:hover  { color: blue; background-color: transparent }

/* Header */
div#header h1  {
	color: #000080;
	font-family: "Times New Roman", Times, serif;
	background-image: url("../images/hgmoor2.gif");
	text-align: center;
}

/* Thumbnail Index */
div#index  { background-image: url("../images/hgmoor2.gif"); text-align: center; margin: 1ex 0 }

div#index table  { background-image: url("../images/hgmoor2.gif"); text-align: center; margin: 0 auto }

div#index td.thumbcell  { background-image: url("../images/hgmoor2.gif"); text-align: center; padding: 10px; width: 100px; vertical-align: middle; border: solid 1px #989898 }

div#index td.thumbcell img  { background-image: url("../images/hgmoor2.gif"); border-style: none }

div#index div.pages  {
	font-size: 0.8em;
	font-family: "Times New Roman", Times, serif;
	background-image: url("../images/hgmoor2.gif");
	text-align: right;
}

/* Photo Navigation */
div#navigation  { font-size: 0.8em; font-family: tahoma, arial, helvetica, sans-serif; background-image: url("../images/hgmoor2.gif"); text-align: center; margin: 1ex 0 }

div#navigation table  { background-image: url("../images/hgmoor2.gif"); text-align: center; margin: 0 auto }

div#navigation td.previous  { background-image: url("../images/hgmoor2.gif"); text-align: left; width: 100px }

div#navigation td.index  { background-image: url("../images/hgmoor2.gif"); text-align: center }

div#navigation td.next  { background-image: url("../images/hgmoor2.gif"); text-align: right; width: 100px }

div#navigation td.thumbcell  { background-image: url("../images/hgmoor2.gif"); text-align: center; padding: 10px; width: 100px; vertical-align: middle; border: solid 1px #989898 }

div#navigation td.thumbcell img  { background-image: url("../images/hgmoor2.gif"); border-style: none }

div#navigation td.selected  { background-image: url("../images/hgmoor2.gif"); border: outset 2px }

div#navigation span.home  { background-image: url("../images/hgmoor2.gif"); display: block; padding-bottom: 1em }

/* Photograph */
div#photograph  { background-image: url("../images/hgmoor2.gif"); text-align: center; margin: 1ex 0 }

div#photograph img  { background-image: url("../images/hgmoor2.gif"); margin: 0 auto; border: solid 1px #000080 }

/* Photograph Title */
h1.title  { font-size: 1em; font-family: "Times New Roman"; font-weight: bold; text-align: center; margin: 0 }

/* Photograph Caption */
p.caption, p.description {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	font-size: 0.8em;
	display: block;
	width: 1024px;
	margin: auto;
}

/* Footnote */
p.footnote  { font-size: 0.8em; font-family: "Times New Roman"; background-image: url("../images/hgmoor2.gif"); text-align: right; padding: 0 2em 0 0 }

