@charset "UTF-8";

html  {
	height: 100%;
}
body  {
	height: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	font-size: 11px;
	background-color: #151515;
	color: #5C6753;
	letter-spacing: .1em;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.maintitle {
	color: #7F8E72;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: bold;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	color: #888888;
	letter-spacing: 0.5em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #2C2C2C;
	padding-bottom: 0.8em;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	color: #888888;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #2C2C2C;
	padding-bottom: 0.8em;
}
.caption {
	font-size: 0.9em;
	padding-top: 0.3em;
}
a:link, a:visited {
	color: #7F8E72;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #5C6753;
	text-decoration: none;
}
a.currentlink {
	color: #555555;
}
a.currentlink:hover {
	color: #888888;
}
img.scaledw23em {
width: 23em;
}
img.scaledh226em {
height: 22.6em;
}
img.scaledh245em {
height: 24.5em;
}
.leftborder {
	border-left-color: #151515;
	border-left-width: 25px;
	border-left-style: solid;
}
/* --------------------------------------- Navigation --------------------------------------- */
#navbarhome {
	 margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
#navbarhome ul {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	white-space: nowrap;
	float: left;
	position: relative;
	left: 50%;
}
#navbarhome li {
	list-style-type: none;
	display: inline;
	padding: 0px;
	float: left;
	position: relative;
	right: 50%;
	margin-top: 0.8em;
	margin-right: 2em;
	margin-bottom: 0px;
}
#navbarhome a {
	color: #555555;
	display: block;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 16px;
	float: left;
	margin-left: 2em;
	padding-right: 0.2em;
	padding-left: 0.2em;
	text-align: center;
}
#navbarhome a:visited {
	color: #555555;
}
#navbarhome a:hover,
#navbarhome a:active,
#navbarhome a:focus {
	color: #888888;
}
#navbarhome li a.current, #navbarhome li a.current:hover {
	color: #888888;
}
#navbar {
	 margin: 0 auto;
}
#navbar ul {
	display: inline;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	white-space: nowrap;
}
#navbar li {
	list-style-type: none;
	display: inline;
	padding: 0px;
}
#navbar a {
	color: #555555;
	display: block;
	text-decoration: none;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 13px;
	float: right;
	margin-right: 0.5em;
	margin-left: 0.5em;
	padding-right: 0.3em;
	padding-left: 0.3em;
	text-align: center;
	padding-top: 1em;
	padding-bottom: 1em;
}
#navbar a:visited {
	color: #555555;
}
#navbar a:hover,
#navbar a:active,
#navbar a:focus {
	color: #888888;
}
#navbar li a.current, #navbar li a.current:hover {
	color: #888888;
}
/* ----------------------------------------------------------------------------------------- */
#wrapper {
	width: 100%;
	margin-top: 1em;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#wrapper #header {
	height: 10em;
	width: 75em;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #header #headerleft {
	float: left;
	width: 20em;
	text-align: left;
}
#wrapper #header #headerright {
	float: right;
	width: 50em;
	text-align: right;
}
#wrapper #subheader {
	background-image: url(images/graphics/linedouble.gif);
	background-repeat: repeat-x;
	background-position: 0px 1px;
	height: 1em;
}
#wrapper #main {
	background-color: #151515;
	overflow: hidden;
	z-index: -1;
	color: #666666;
	padding-right: 2em;
	padding-left: 2em;
	font-family: "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.3em;
	width: 58em;
	margin-right: auto;
	margin-left: auto;
}
#wrapper #main li {
	list-style-type: none;
	margin-left: -2.5em;
}
#wrapper #footer {
	background-image: url(images/graphics/linesingle.gif);
	background-repeat: repeat-x;
	background-position: 0px 1px;
	height: 1em;
}
/* --------------------------------------- Gallery --------------------------------------- */
#wrapper #main #maintop {
	height: 25em;
	overflow: hidden;
}
#wrapper #main #maintop01 {
	text-align: center;
	z-index: 14;
	height: 10em;
	position: relative;
	top: 0;
	left: 0;
}
#wrapper #main #maintop02 {
	text-align: center;
	z-index: 13;
	height: 10em;
	position: relative;
	top: -10em;
	left: 0;
}
#wrapper #main #maintop03 {
	text-align: center;
	z-index: 12;
	height: 10em;
	position: relative;
	top: -20em;
	left: 0;
}
#wrapper #main #maintop04 {
	text-align: center;
	z-index: 11;
	height: 10em;
	position: relative;
	top: -30em;
	left: 0;
}
#wrapper #main #maintop05 {
	text-align: center;
	z-index: 10;
	height: 10em;
	position: relative;
	top: -40em;
	left: 0;
}
#wrapper #main #maintop06 {
	text-align: center;
	z-index: 9;
	height: 10em;
	position: relative;
	top: -50em;
	left: 0;
}
#wrapper #main #maintop07 {
	text-align: center;
	z-index: 8;
	height: 10em;
	position: relative;
	top: -60em;
	left: 0;
}
#wrapper #main #maintop08 {
	text-align: center;
	z-index: 7;
	height: 10em;
	position: relative;
	top: -70em;
	left: 0;
}
#wrapper #main #maintop09 {
	text-align: center;
	z-index: 6;
	height: 10em;
	position: relative;
	top: -80em;
	left: 0;
}
#wrapper #main #maintop10 {
	text-align: center;
	z-index: 5;
	height: 10em;
	position: relative;
	top: -90em;
	left: 0;
}
#wrapper #main #maintop11 {
	text-align: center;
	z-index: 4;
	height: 10em;
	position: relative;
	top: -100em;
	left: 0;
}
#wrapper #main #maintop12 {
	text-align: center;
	z-index: 3;
	height: 10em;
	position: relative;
	top: -110em;
	left: 0;
}
#wrapper #main #maintop13 {
	text-align: center;
	z-index: 2;
	height: 10em;
	position: relative;
	top: -120em;
	left: 0;
}
#wrapper #main #maintop14 {
	text-align: center;
	z-index: 1;
	height: 10em;
	position: relative;
	top: -130em;
	left: 0;
}
#wrapper #main #mainbottom .thumb {
	float: left;
	padding: 1em;
}
/* ----------------------------------------------------------------------------------------- */
