@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
#container {
	max-width: 1000px;
	min-width: 1000px;
	background-color: #000000;
	width: 1000px;
	padding: 7px;
}
#information {
	position: absolute;
	left: 5px;
	top: 700px;
	background-color: #000000;
	z-index: 2000;
	margin: 0px;
	width: 1000px;
	height: 585px;
	color: #FFFFFF;
	padding: 7px;
}
#information  h1  {
	font-family: "Monotype Corsiva", Garamond, Georgia, "Times New Roman";
	font-weight: normal;
	font-size: 2em;
	text-align: center;
}
#information  p  {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: left;
	font-weight: lighter;
	font-size: 12px;
	line-height: 16px;
}
#spacer {
	height: 25px;
	background-color: #000000;
}

#pagenavigation {
	background-color: #000000;
}
.floatleft {
	float: left;
}
.floatright {
	float: right;
	position: absolute;
	top: -15px;
	left: 800px;
}

#menu {
	background-color: #000000;
}
#menu img {
	margin: 0px;
	padding: 0px;
}



#myGallery {
	width: auto;
}

#footer {
	background-color: #000000;
	color: #B8C7E6;
	text-align: center;
	text-decoration: none;
}
#footer a {
	text-decoration: none;
	color: #B8C7E6;
}
#footer a:hover {
	color: #EBD100;
	text-decoration: none;
}

.clearfloat {
	clear: both;
}
#aboutthispage {
	margin-top: 10px;
	margin-bottom: 15px;
	color: #FFFFFF;
}
#aboutthispage a {
	color: #B8C7E6;
	text-decoration: none;
}
#aboutthispage a:hover {
	color: #EBD100;
}
