/* Main Selectors */
body {
	background-color: #FFFBF0;
	color: #800000;
	font-family: "Comic Sans MS", verdana, arial;
}

p {
	text-align: center;
}
img {
	border-style: ridge;
	border-color: aqua;
	border-width: 0;
}

a, a:visited {
	background-color: transparent;
	color: #0000FF;
}

a:hover {
	background-color: transparent;
	color: #FF0000;
}

/* Header */
div#header h1 {
	color: black;
	background-color: rgb(167,153,103);
	font-size: 200%;
	text-align: center;
	padding: 0.25em;
	border-style: outset;
	border-width: 3px;
	border-color: #510028;
	margin-top: 3px;
	margin-bottom: 20px;
	
}

h2 {
	
	font-size: 130%;
	font-weight: normal;
	text-align: center;	
}
/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

#colleft {

	position: absolute;
	top: 0;
	left: 0;
	width: 20%;
	height: 52em;
	background-color: #dde6f6;
	border-right: 1px ridge gray;
	padding-top: 5%;
	padding-bottom: 5%;
	
}

#coltextright {
	
	margin-left: 22%;
	margin-right: 2em;
}

#menublock
{
color: #510028;
font-style: normal;
text-align: center;
padding-top: 10px;
padding-bottom: 10px;
}

a.menuitemb
{
font-size: 125%;
background-color: rgb(167,153,103);
color: #510028;
width: auto;
font-variant: normal;
text-transform: none;
text-decoration:none;
font-weight: normal;
margin-left: 30px; margin-right: 30px; margin-top: 5px; margin-bottom: 5px;
padding-left: 0px; padding-right: 0px; padding-top: 5px; padding-bottom: 5px;
border-left-width: 3px; border-right-width: 3px; border-top-width: 3px; border-bottom-width: 3px;
border-left-style: outset; border-right-style:  outset; border-top-style:  outset; border-bottom-style:  outset;
border-color: #510028;
text-align: center;
display: block;
}

#menublock a
{
text-decoration: none;
}

.menuitemb:hover
{
background-color: #510028;
color: #729ed6;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#index td.thumbcell {
	width: 140px;
	border-style: solid;
	border-color: #D7D3C8;
	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: Comic Sans MS, tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}

/* Photo Navigation */
div#navigation {
	text-align: center;
	font-family: Comic Sans MS, tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 140px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 140px;
}

div#navigation td.thumbcell {
	width: 140px;
	border-style: solid;
	border-color: #D7D3C8;
	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: 1ex 0 1ex 0;
}

div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #800000;
	border-width: 1px;
}

/* Photograph Title */
h1.title {
	text-align: center;
	font-family: Comic Sans MS, tahoma, arial, helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0px;
}

/* Photograph Caption */
p.caption, p.description {
	font-family: Comic Sans MS, tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	display: block;
	width: 800px;
	margin: auto;
}

/* Footnote */
p.footnote {
	font-family: Comic Sans MS, tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}

