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

hr {
  color: #00CC00;
  width: 100%;
  line-height: 2px;
  text-align: center;
}

div#navigationButtons {
  text-align: center;
}

div#navigationButtons ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 4px;
}

div#navigationButtons li {
  display: inline;
  font:12px verdana,arial,helvetica,sans-serif;
}

div#navigationButtons a:link, #navigationButtons a:visited {
  margin-right: 2px;
  padding: 3px 10px 2px 10px;
  background-color: #99FF66;
  text-decoration: none;
  border-top: 2px solid #FFFFFF;
  border-left: 2px solid #FFFFFF;
  border-bottom: 2px solid #717171;
  border-right: 2px solid #717171;
}

div#navigationButtons a:hover {
  border-top: 2px solid #717171;
  border-left: 2px solid #717171;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
}
/* end addition */

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

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

/* Header (altered for family and style */
div#header h1 {
	font-family: verdana,arial,helvetica,sans-serif;
	text-align: center;
	background-color: transparent;
	font-style:oblique;
    }

.header {
    background:url(../images/millBarnFront.jpg) no-repeat 100% 0;
margin-right: 22px;
    }

/* addition */
.talb {
text-align:left;
margin-left: 12px;
color: #0000CC;
}

.tal {
text-align:left;
margin-left: 12px;
}
/* end addition */
/* 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: verdana,arial,helvetica,sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: verdana,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: 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: #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;
}

/* addition to match main page */
#page {
background:#FFC;
border:2px solid #0C0;
color:#000;
font:14px verdana,arial,helvetica,sans-serif;
margin-left:auto;
margin-right:auto;
text-align:center;
width:700px;
padding:10px
}
/* end of addition */
/* Photograph Title */
h1.title {
	text-align: center;
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

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

/* Footnote */
p.footnote {
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}

/* addition */
.copyright {
font-size:xx-small;
font-style:italic;
text-align:right
}

.footer {
text-align:center;
width:100%
}

.footer#img {
border:1px
}

/* end addition */