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

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

a:hover {
	background-color: transparent;
	color: #6a88dc;
}

/* Header */
div#header h1 {

	font-family: helvetica, tahoma, arial, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #3656b0;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	font-size: 20px;
	width: 100%;
}

/* Thumbnail Index */
div#index {
	text-align: center;
}

div#index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

div#index td.thumbcell {
background:url("../images/pic_slide.gif") center center no-repeat;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	padding: 37px 30px ;
}

div#index td.thumbcell img {
	border-style: none;
}

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

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: helvetica,tahoma, arial,  sans-serif;
	font-size: 0.8em;
	
}

div#navigation table {
	text-align: center;
	margin: 0 auto 1em 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 {
background:url("../images/pic_slide.gif") center center no-repeat;
	width: 100px;
	text-align: center;
	vertical-align: middle;
	padding: 23px 18px 23px 18px;
}

div#navigation td.thumbcell img {
	border-style: none;
}

div#navigation td.selected {
background:url("../images/pic_slide_selected3.gif") center center no-repeat;

}

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

/* Photograph */
div#photograph {

background:url("../images/photo1.gif") center 0 no-repeat;
padding: 0px 15px 23px 15px;

	text-align: center;
	
}

div#photograph img {

	margin-left: auto;
	margin-right: auto;
	border-style: none;
}

/* Photograph Title */
h1.title {
	background:url("../images/pic_title_bg.gif") center center no-repeat;
	text-align: center;
	font-family: helvetica, tahoma, arial,sans-serif;
	font-size: 1.05em;
	font-weight: bold;
	margin: 0px;
	color:#fff;
	padding: 0 10px 0 10px ;
}

/* Photograph Caption */
p.caption {
	font-family: helvetica,tahoma, arial,  sans-serif;
	text-align: center;
	font-size: 0.8em;
}

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

