






/* Thumbnail Index */
div#index 
	{
	text-align: center;
	}

div#index table 
	{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	}

div#index td.thumbcell 
	{
	width:100px;
	border-style: solid;
	border-color: #C00000;
	border-width: 1px;
	text-align: center;
	vertical-align: middle;
	padding: 5px;
	}

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;
	}







/* 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 1em auto;
	}


div#navigation td.previous 
	{
	text-align: left;
       	width: 100px;
	color:#C00000;
	}

div#navigation td.previous  a:link, div#navigation td.previous  a:visited 
	{
  	background-color:transparent;
  	color:#C00000;
	text-decoration:underline;
	}	
	
div#navigation td.previous A:hover, div#navigation td.previous:visited:hover
	{
	background-color:transparent;
  	color:#C00000;
	text-decoration:underline;
	} 



div#navigation td.index 
	{
	text-align: center;
	color:#C00000;	
	}

div#navigation td.index  a:link, div#navigation td.index  a:visited 
	{
  	background-color:transparent;
  	color:#C00000;
	text-decoration:underline;
	}

div#navigation td.index A:hover, div#navigation td.index:visited:hover
	{
	background-color:transparent;
  	color:#C00000;
	text-decoration:underline;
	} 



div#navigation td.next 
	{
	text-align: right;
	width: 100px;
	color:#C00000;
	}

div#navigation td.next  a:link, div#navigation td.next a:visited 
	{
  	background-color:transparent;
  	color:#C00000;
	text-decoration:underline;
	}	
	
div#navigation td.next A:hover, div#navigation td.next:visited:hover
	{
	background-color:transparent;
  	color:#C00000;
	text-decoration:underline;
	} 



div#navigation td.thumbcell 
	{
	width: 100px;
	}

div#navigation td.thumbcell img 
	{
	border-style: solid;
	border-color: #C00000;
	border-width: 1px;
	}

div#navigation td.thumbcell img.selected 
	{
	
	border-width: 2px;
	}





/* Photograph Title */
h1.title 
	{
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
	background-color:transparent;
	color: #C00000;
	}


/* Photograph */
div#photograph 
	{
	text-align: center;
	}

div#photograph img 
	{
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #C00000;
	border-width: 1px;
	}






