/* Main Selectors */
html, body {
   margin : 0;
   padding : 0;
}

body {
	color : #a52a2a;
	background : #404040;
	width : 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Links within paragraphs (subtle) */
p a {
color: #000000;
background : inherit;
text-decoration: none;
}

/* Links within paragraphs (revealed) */
p:hover a { 
color: #000000;
background : inherit;
text-decoration: none;
}


#container {
	width : 760px;
	margin : 50px auto 50px auto;
	padding : 5px 15px;
	color : #333;
	line-height : 1.5em;
	text-align: center;
	padding-bottom: 25px;
	background-color: #ECE0A6;
}

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

a:hover {
	background-color: transparent;
	color: #000000;
}

/* Header */
 h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #333333;
	font-size: 16px;
	margin: 0 0 26px 0;
}

/* 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: 100px;
	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-size: 11px;
	margin-bottom: 22px;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 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 {
	width: 100px;
	border-style: solid;
	border-color: #ffffff;
	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;
}

/* Photograph */
div#photograph {
	text-align: center;
	margin-top: 16px;
}

div#photograph img {
	border: 1px solid #CC9966;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 16px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	padding : 20px 0 5px 5px;
	letter-spacing:5px;
	color:#CC0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 586px;
	margin: 0 auto 24px auto;
	font-size: 18px;
}

/* 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;
}

#footer {
	clear : both;
	margin : 12px 0 0 0;
	color : #333333;
}

#footer a:link, #footer a:visited {
	color : #CC0000;
	text-decoration : none;
}

#footer a:hover {
text-decoration : underline;
}/* Footnote */

}
