body {
	font-family: Tahoma,Verdana,sans-serif;
	font-size: small;
	color: rgb(120,50,10);
	margin: 0;
	padding: 2em 2em 0 2em;
	background: rgb(255,250,252) url(background.png) repeat-x top left;

	/* By default, mozilla hides absolute elements with z-index below zero. 
	 * Setting a relative position and z-index to 0 of the body element, avoids that.
	 */
	position:relative; left: 0; top: 0; z-index:0;
}

#bglefttop {
	background: url(bglefttop.png) repeat-x top right;
	z-index: -1;
	position: absolute;
	width: 476px;
	height: 428px;
	left: 0;
	top: 0;
}

h1 {
	font-size: x-large;
	text-align: right; margin: 0 0 0.7em 0; padding: 0 0 0.2em 0;
}

h2 {
	font-size: x-large;
	font-weight: bold;
}

h3 {
	margin: 0;
	font-size: large;
}


a {
	text-decoration: underline;
	color: rgb(120,50,10);
}

a:hover {
	background: rgb(255,240,250);
	border-top: 1px solid rgb(120,50,10);
	border-bottom: 1px solid rgb(120,50,10);
	text-decoration: none;
}

#nav {
	background: transparent;
	width: 12em;
	text-align: right;
	float: left;
	padding: 1em 0 0 0;
}

#nav a, #nav span.lnsection {
	display: block;
	padding: 0.5em 1em 0.5em 0;
	font-weight: bold;
	
	/* Disable the default link lay-out */
	text-decoration: none;
	border: none;
	background: transparent;
}
#nav span.lnsection {
	padding-top:  2em;
	text-decoration: underline;
}

#nav a:hover {
	border-bottom: none;
}

#options {
	width: 7em;
	float: right;
	padding: 1em;
	margin: 1em;
	border: 1px solid rgb(120,50,10);
}

#content {
	margin: 0 0 0  12em;
	padding: 1em 0 0 4em;
	min-height: 60ex;
}

p, ul, dl {
	margin: 1em 0 2em 0;
	line-height: 1.5;

}

dt { text-decoration: underline; }

dd { text-align: justify; }

p { text-align: justify; }

em {
	 font-style: italic;
}
strong {
	font-weight: bold;
}
#footer {
	margin: 2em 0 2em 0;
	text-align: center;
	border-top: 1px solid rgb(120,50,10);
	padding: 10px;
	font-size: x-small;
}
#footer a {
	font-weight: normal;
}

/*
added
*/

/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #FFFBF0;
}

/* 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: #4080C0;
	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;
	font-size: 0.8em;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 1em 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: #4080C0;
	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;
}

div#photograph img {
	margin-left: auto;
	margin-right: auto;
	border-style: solid;
	border-color: #FFFBF0;
	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 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
}
