/*
red-brown: #800000
*/

body
{
  text-align: center;
	background-color: #eeeeee;
	font-family: arial;
}

textarea, input[type='text']
{
  font-family: arial;
}

textarea
{
  font-size: 10pt;
}

a
{
  color: #800000;
}

.brown
{
  color: #800000;
}

div#main
{
  width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

div.subpage
{
	position: relative;
	top: -110px;
}

div#content
{
  text-align: left;
	padding: 10px 30px 30px 30px;
	
	font-family: arial, sans-serif;
	
	background-color: #ffffff;
}

div#header
{
	padding-top: 20px;
	padding-bottom: 20px;
  background-color: #ffffff;
}

img#header
{
  display: block;

	margin-left: 90px;
}

div#menu
{
  text-align: center;
	background-color: #800000;
	
	font-family: arial narrow, arial, sans-serif;
}

div#menu a
{
  padding: 7px 20px 7px 20px;	
	color: #ffffff;
	text-transform:uppercase;
	text-decoration: none;
	display: inline-block;
	background-color: #800000;
	font-size: 12pt;
}

div#menu a:hover
{
  color: #800000;
	background-color: #ffffff;
}

div#menu a.selected
{
  color: #800000;
	background-color: #ffffff;
}

div#submenu
{
  text-align: center;
	background-color: #ffffff;
	
	font-family: arial narrow, arial, sans-serif;
	
	border-bottom: 1px dotted #800000;
}

div#submenu a
{
  padding: 5px 10px 5px 10px;	
	color: #800000;
	text-transform:uppercase;
	text-decoration: none;
	display: inline-block;
	background-color: #ffffff;
	font-size: 10pt;
}

div#submenu a.selected
{
  text-decoration: underline;
}

div#bottom_menu
{
  padding: 10px 10px 10px 30px;
	font-family: arial, sans-serif;
  text-align: right;
	font-size: 8pt;
}

div#bottom_menu a
{
  color: #800000;
}

div#banner_text
{
  z-index: 1;
  width: 940px;
	margin-left: auto;
	margin-right: auto;
  position: relative;
	color: #ffffff;
	font-size: 48pt;
	text-align: left;
	padding: 30px 00px 0px 0px;
	font-family: arial narrow, arial, sans-serif;
	letter-spacing: 7px; 
	text-transform:uppercase;
}

td
{
  font-size: 10pt;
	text-align: left;
}

th
{
  font-size: 9pt;
	text-align: left;
	font-weight: bold;
}

th a
{
  color: #800000;
}

.galleryitem
{
  margin-top: 20px;
	margin-left: 20px;
	display: inline-block;
	width: 100px;
	height: 100px;
	text-align: center;
	background-color: #eeeeee;
	padding: 5px 5px 5px 5px;
}

div#divBlack
{
  position: absolute;
	width: 100%;
	top: 0px;
	left: 0px;
	height: 100%;
	z-index: 2;
	background-color: #000000;
	opacity: 0.9;
	filter: alpha(Opacity=90);
	display: none;
}

img#imgPreview
{
  border: 2px solid white;
	padding: 0px 0px 0px 0px;
	position: absolute;
	display: none;
	z-index: 4;
}

img#imgLoading
{
  position: absolute;
	display: none;
	z-index: 3;
}

a#lnkClose, a#lnkPrev, a#lnkNext
{
 color: #ffffff;
 text-decoration: none;
 border: 1px solid white;
 font-size: 10pt;
 padding: 2px 3px 2px 3px;
}

div#divLinks
{
 position: absolute;
 z-index: 3;
 display: none;
 height: 50px;
}

#txtCaption
{
  color: #ffffff;
	font-size: 10pt;
	text-align: right;
	position: absolute;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	display: none;
	z-index: 3;
}

