/* Main Selectors */
body {
	background: #FDFDFD url('bg.gif') repeat-x;
	color: #000000;
}

a, a:visited {
	background-color: transparent;
	color: navy;
	font: bold .85em Verdana;
	text-decoration: underline;
}

a:hover {
	background-color: navy;
	color: #FFF;
	text-decoration: none;
	font: bold .85em Verdana;
}


/* Header */
div#header h1 {
	font: bold 1.5em Georgia;	
	text-align: center;
	background-color: transparent;
	color: navy;
}

/* 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: 80px;
	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: 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;
	margin: 1px 0 1px 0;
	
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	font-size: 0.8em;
	width: 86px;
}

div#navigation td.index {
	text-align: center;
	font-size: 0.8em;
	
}

div#navigation td.next {
	text-align: right;
	font-size: 0.8em;
	width: 80px;
}

div#navigation td.thumbcell {
	width: 80px;
	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;	
	font-size: 0.8em;
	
}

div#navigation span.home img {
	vertical-align: bottom;
			
}

/* 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;
}

/* 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: 0.8em;
	display: block;
	width: 640px;
	margin: auto;
}

/* Thanks */
td.thanks {
	font: bold 1.1em Georgia;
	text-align: center;
		
}

td.thumbcell a:hover {
	border-bottom: solid navy 2px;
	
}
