/* Main Selectors */
body {
 background-color: #000000;
 color: #FFFFFF;
}

a, a:visited {
 background-color: transparent;
 color: #CC0000;
}

a:hover {
 background-color: transparent;
 color: #FF0000;
}

/* Header */
div#header h1 {
 font-family: tahoma, arial, helvetica, sans-serif;
 text-align: center;
 font-size: 1.0em;
 background-color: transparent;
 color: #CC0000;
}

/* 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 {
 height: 45px;
 /*width: 80px;*/
 border-style: solid;
 border-color: #D7D7D7;
 border-width: 0px;
 text-align: center;
 vertical-align: middle;
 padding: 5px;
}
div#index td.thumbcell img {
   border-style: none;
}

div#index div.pages {
  font-family:Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  text-align: right;
}

/* Photo Navigation */
div#navigation {
  text-align: center;
  font-family:Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  margin: 1ex 0 1ex 0;
}

div#navigation table {
  text-align: center;
  margin: 0 auto 0 auto;
}

div#navigation td.previous {
  text-align: left;
  width: 80px;
}

div#navigation td.index {
  text-align: center;
}

div#navigation td.next {
  text-align: right;
  width: 80px;
}

div#navigation td.thumbcell {
  height: 60px;
  width: 80px;
  border-style: solid;
  border-color: #E17100;
  border-width: 0px;
  text-align: center;
  vertical-align: middle;
  padding: 0px;
}
div#navigation td.thumbcell img {
    border-style: none;
    height: 40px;
}

div#navigation td.selected {
	border-style: solid;
	border-width: 2px;
         border-color: #848284
}

div#navigation span.home {
	display: block;
	padding-bottom: 1em;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin: 1ex 0 1ex 0;
        height: 380px;
}

div#photograph img {
	margin: 0 auto 0 auto;
	height: 380px;
	border-style: solid;
	border-color: #000000;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
         color:#CC0000

}

/* Photograph Caption */
p.caption, p.description {
	font-family:Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	display: block;
	width: 320px;
	margin: auto;
}

/* Footnote */
p.footnote {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.3em;
	text-align: center;
	padding: 0 2em 0 0;
}
