/* Main Selectors */
body {
        background-image: url(taust.gif);
	background-color: #2B2B2B;
	color: #ffffff;
        margin-top: 10px;
	margin-bottom: 0px;
}

*{
	margin-top: 0px;
	margin-bottom: 0px;	
}


a:link, a:visited {
font-family:trebuchet ms, verdana, arial, tahoma;
font-size:100%;
font-weight:bold;
text-decoration:none;
color:#c0c0c0;
}

a:hover {
font-family:trebuchet ms, verdana, arial, tahoma;
color:#ec1f60;
font-weight:bold;
text-decoration:none;
}

a.topnav:link, a.topnav:visited {
font-family:arial, trebuchet ms, verdana, tahoma;
font-size:100%;
color:#534E4E;
font-weight:normal;
text-decoration:none;
}

a.topnav:hover {
font-family:arial, trebuchet ms, verdana, tahoma;
font-size:100%;
color:#056836;
font-weight:normal;
text-decoration:none;
}


/* 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: 140px;
        background-color: #808080;
	border-style: solid;
	border-color: #ffffff;
	border-width: 2px;
	text-align: center;
	vertical-align: middle;
	padding: 7px;
}

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

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

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 110%;
        color:#ffffff;
	margin: 1ex 0 1ex 0;
}

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

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

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

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

div#navigation td.thumbcell {
	width: 120px;
        background-color: #808080;
	border-style: solid;
	border-color: #c0c0c0;
	border-width: 2px;
	text-align: center;
	vertical-align: middle;
	padding: 8px;
}

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

div#navigation td.selected {
	border-style: outset;
	border-width: 4px;
}

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: #c0c0c0;
	border-width: 3px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

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

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