/* Main Selectors */
body {
	background-image: url(photos/tlo.jpg);
	background-repeat: repeat-y;
	background-color: #000000;


.jpg;
		color: #00FF00;
}

a, a:visited {
	background-color: transparent;
	color: #FFCC00;
	text-decoration: none;

}

a:hover {
	background-color: transparent;
	color: #FF0000;
	text-decoration: underline;

}

/* Header */
div#header h1 {
	font-family: "Times New Roman", Times, serif;
	text-align: center;
	background-color: transparent;
	color: #FFCC00;
	font-size: 18px;

}

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

div#index table {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	border: 1px solid #333333;

}

div#index td.thumbcell {
	width: 100px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	border: 1px solid #333333;


}

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

}

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

}

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

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



}

div#navigation td.previous {
	text-align: left;
	width: 100px;
	color: #FFCC00;


}

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

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

div#navigation td.thumbcell {
	width: 100px;

}

div#navigation td.thumbcell img {
	border: 1px solid #FF6600;

}

div#navigation td.thumbcell img.selected {
	border: 5px double #FF0033;

}

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

/* Photograph */
div#photograph {
	text-align: center;
}

div#photograph img {
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #CC6600;

}

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


}

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

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

}

