@charset "utf-8";
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #EEEEEE;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: .625em;
}
#gallery {
	width: 600px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#gallery #des {
	color: #333333;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#gallery #des h1{
	font-size: 180%;
	font-weight: bold;
	font-variant: normal;
	text-transform: uppercase;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
#gallery #des p{
	font-size: 130%;
	font-weight: normal;
	margin: 00px;
	padding: 0px;
}
#gallery #photo {
	padding: 2px;
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#gallery #photo img {
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	height: 402px;
	width: 600px;
	background-color: #000000;
	border: 4px double #000;
}



#top p {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	position: relative;
	top: 0px;
	z-index: 0;
	text-align: center;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin: 0px;
}
#bottom {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color: #000099;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 601px;
	width: 669px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#bottom a {
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
}
#gallery #nextmap {
	font-size: 140%;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-align: center;
	left: 1px;
	width: 600px;
	position: absolute;
	bottom: 0px;
	top: 500px;
}
#gallery #nextmap a {
	color: #333333;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}


#gallery #nextmap a:hover {
	color: #333333;
	text-decoration: underline;
	text-align: center;
	font-weight: bold;
}
#gallery #close {
	position: absolute;
	top: 415px;
	left: 525px;
	
}
#gallery #close a {
	font-size: 140%;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
}
#gallery #close a:hover {
	font-size: 140%;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
#gallery #close #x {
	font-size: 180%;
	font-weight: bold;
}

