﻿/*gallery.css*/

a {
	color: #808080;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #808080;
	text-decoration: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #808080;
}
.series-image {
	border-width: 0px;
	border-style: none;
	padding-right: 2.5em;
	display: inline;
	vertical-align: middle;
	text-align: center;
	margin: 0px;
	padding-top: 1em;
	padding-bottom: 1em;
	width: 3em;
	height: 3em;
}
.series-image a:active {
	border: thin solid #FFFFFF;
}
.series-image a:hover {
	border: thin solid #FFFFFF;
}
#body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #D9D9D9;
	padding: 0px 2em 0px 2em;
	margin: 0px auto 0px auto;
	font-size: 80%;
	color: #808080;
	width: 100%;
	height: 100%;
}
#content {
	left: 50px;
	padding: 0em 3em 3em 0em;
	margin: 0px auto 3em auto;
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	top: 2em;
}
#copyright {
	text-align: center;
	padding: 2em 0em 0em 0em;
	margin: 2em 0px 0px 0px;
	left: 50px;
	width: 100%;
	height: 2em;
	position: relative;
}
#copyright p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: lighter;
	text-decoration: none;
	color: #808080;
}
#footer {
	text-align: center;
	top: 2em;
	left: 50px;
	width: 100%;
	position: relative;
}
#footer p {
	font-size: 1em;
	font-weight: normal;
	text-decoration: none;
	color: #808080;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#header {
	text-align: left;
	width: 100%;
	height: 5em;
	padding: 0px;
	margin: 50px 0px 0px 50px;
	left: 50px;
	top: 50px;
}
#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	font-weight: lighter;
	color: #808080;
	text-align: left;
}
#navigation {
	margin: 0px 0px 3em 0px;
	display: inline-block;
	left: 50px;
	position: relative;
	padding: 1em 0px 1em 0px;
	width: 100%;
	height: 2em;
	text-align: left;
}
#navigation li {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
	padding: 0px 1.5em 0px 0px;
	list-style-type: none;
	display: inline;
	color: #808080;
}
#navigation ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
#pagetitle {
	text-align: left;
	left: 50px;
	width: 100%;
	height: 3em;
	top: 1.5em;
	position: relative;
	padding: 0px;
	margin: 0px;
}
#selection {
	padding: 2em 0em 2em 0em;
	display: inline-block;
	left: 50px;
	width: 100%;
	height: 5em;
	top: 2em;
	position: relative;
	margin: 0px;
	clear: both;
}
