@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #6cbd47;
}
#container {
	width : 800px;
	height: 700px;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-color: #6cbd47;
	margin: auto;
	overflow: hidden;
	top: 5px;
}

#imagegallery {
	margin:auto;
	padding:0px;
	position: absolute;
	z-index:350;
	top:533px;
	left:362px;
	width: 440px;
	list-style: none;
	height: 100px;
	clear: left;
	float: right;
}

#imagegallery li {
  display: inline; padding:0.2em;
}

#imagegallery li a img {
	border: 1px solid #fff;

}



#navi {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	text-align: left;
	overflow: hidden;
	position: absolute;
	z-index: 10;
	height: 120px;
	width: 100px;
	left: 190px;
	top: 25px;
	line-height: 1.7em;
	float: right;
}
#pagename {
	font-family: "Trajan Pro", Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: bold;
	color: #FFFFFF;
	position: absolute;
	z-index: 150;
	top: 137px;
	clear: right;
	float: left;
	text-align: right;
	left: 0px;
	background-position: left;
}
#copy {
	font-size: small;
	font-weight: lighter;
	color: #FFFFFF;
	text-align: right;
	float:none;
	position: absolute;
	z-index: 30;
	bottom:5px;
	clear: none;
	overflow: hidden;
	left: auto;
	right: 20px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #669900;
	text-decoration: none;
}
a:active {
	text-decoration: none;
	color: #999933;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	height: auto;
	width: 440px;
	position: absolute;
	z-index: auto;
	clear: both;
	float: left;
	top: 250px;
	right: 0px;
	line-height: 1.3;
	left: 350px;
	overflow: hidden;
}
#port {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	position: absolute;
	top: 287px;
	z-index: 300;
	text-align: right;
	right: 490px;
	line-height: 140%;
	overflow: hidden;
	width: 309px;
	margin-left: 5px;
	height: 400px;
	color: #FFFFFF;
}
.thumbnail {
	text-align: right;
	margin: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

.class1 A:link {text-decoration: none; color: #fff;}
.class1 A:visited {text-decoration: none; color:#fff;}
.class1 A:hover {text-decoration: none; color: #ffff33;}
