/* Main Selectors */
body {
	/* background: linear-gradient(to left,#262626,#404040);}*/background-color:#000000;
		color: #808080;
}

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

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

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

/* Thumbnail Index */
div#index {
	margin: 1ex 0 1ex 0;
	text-align: center;
}

div#index table {
	text-align: center;
	margin: 0 auto 0 auto;
}
/******************* This is where I change the thumbnails *************/
div#index td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color:#282828;
	border-width: 5px;
	border-radius:5px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#index td.thumbcell img {
	border-style:none;
	border-radius:5px;
}
/***********************************************************************/
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;
	margin: 1ex 0 1ex 0;
}

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;
}
/********************************* This is where I change the thumbnails ******************/
div#navigation td.thumbcell {
	width: 100px;
	border-style: solid;
	border-color: #282828;
	border-width: 10px;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

div#navigation td.thumbcell img {
	border-style: none;
	border-radius: 5px;
}

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;
}
/**************this is wher i change the photo***************/
div#photograph img {
	margin: 0 auto 0 auto;
	border-style: solid;
	border-color: #8c8c8c;
	border-width: 2px;
	Border-radius:25px;
}
/************************************************************/
/* Photograph Title */
h1.title {
	text-align: center;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	margin: 0px;
	color:#8c8c8c
}

/* Photograph Caption */
p.caption, p.description {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	display: block;
	width: 1024px;
	margin: auto;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.6em;
	text-align: right;
	padding: 0 2em 0 0;
}
.map{
	width: 150px;
	margin-left: 30px;
	font-family:bookman old style;
    font-style:normal;
    font-size:14pt;
	color: #828282
}
img.headinglogo{
	float:ight;
	/*border-style:solid;border-color:silver;*/
	hieght:200px;
	width:200px;
	opacity: 0.5;
	padding-bottom:0px;
    font-family:bookman old style;
    font-style:underline;
    font-size:72pt;
	color: #828282;	}