﻿/* CSS layout */
#page_container {
	margin: auto;
	width: 900px;
}

#masthead {
	height: 30px;
}

#masthead_left {
	width: 130px;
	position: absolute;
	text-align: right;
}

#masthead_center {
	text-align:center;
		padding: 10px;
	margin-right: 180px;
	margin-left: 160px;
}

#masthead_right {
	width: 180px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#top_nav {
	height: 1px;
	font-size: 1pt;
}

#container {
	position: relative;
	width: 100%;
}

#left_col {
	padding: 10px;
	width: 140px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#page_content {
	padding: 10px;
	margin-right: 180px;
	margin-left: 160px;
}
#right_col {
	width: 180px;
	position: absolute;
	right: 0px;
	top: 0px;
}

#footer {
	text-align: center;
	margin-top: 60px;
}

/* Main Selectors */
body {
	border: 0px solid #8D8D8D;
	background-color: #000000;
	color: #FFFFFF;
}

a:visited {
    text-decoration: none;
	background-color: transparent;
	color: #C0C0C0;
}

a {
    text-decoration: none;
	background-color: transparent;
	color: #C0C0C0;
}

a:hover {
	text-decoration: none;
	background-color: transparent;
	color: #FFFF00;
}

a:link    {
	/* Applies to all unvisited links */
    text-decoration: none;
	background-color: #transparent;
	color: A6CAF0;
} 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;
	font-weight: inherit;
  background-color: #transparent;
  color: white;
  } 
  
.PhotoGalleryTitle {
	font-size: x-large;
	font-weight: bold;
	font-variant: normal;
	color: #FFFF99;
}
.PhotoGalleryTagline {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: sub;
}
  
.PhotoGalleryNavigation {
	margin-top: 0;
	margin-bottom: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	font-variant: normal;
}


/* Header */
div#header h1 {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	background-color: transparent;
	color: #FFFFFF;
}

/* 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: #282828;
	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.7em;
	margin: 1ex 0 1ex 0;
}

div#navigation table {
	text-align: center;
	margin: 0 auto 0 auto;
}

div#navigation td.previous {
	text-align: left;
	width: 85px;
}

div#navigation td.index {
	text-align: center;
}

div#navigation td.next {
	text-align: right;
	width: 70px;
}

div#navigation td.thumbcell {
	width: 80px;
	border-style: solid;
	border-color: #282828;
	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: #FFFFFF;
	border-width: 0px;
}

/* 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.description {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	display: block;
	margin: auto;
}

p.caption {
	font-family: tahoma, arial, helvetica, sans-serif;
	text-align: center;
	font-size: 0.8em;
	display: block;
	margin: auto;
}

/* Footnote */
p.footnote {
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 0.5em;
	text-align: center;

	

