@charset "UTF-8";
/* CSS Document */

#wrapper {
	display: block;
	position: absolute;
	min-height: 100%;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 1000px;
}
#content {
	display: block;
	width: 1000px;
	position: relative;
	margin: auto;
	height: 10px;
}
#contact {
	position:fixed;
	left:100px;
	top:0px;
	width:170px;
	height:100px;
	z-index:3;
	background-color: #F5F5F5;
	padding: 10px;
}
#title {
	position:absolute;
	left:0px;
	top:50px;
	width:100%;
	height:111px;
	z-index:2;
	visibility: visible;
}
#gallery {
	position:absolute;
	left:100px;
	top:210px;
	width:800px;
	height:600px;
	z-index:1;
	overflow: hidden;
	visibility: visible;
}
#prev {
	position:absolute;
	left:370px;
	top:825px;
	width:80px;
	height:25px;
	z-index:3;
	visibility: visible;
}
#next {
	position:absolute;
	left:751px;
	top:811px;
	width:80px;
	height:25px;
	z-index:3;
}	
#overview {
	position:absolute;
	left:416px;
	top:830px;
	width:200px;
	height:25px;
	z-index:3;
}
#footer {
	position: absolute;
	display: block;
	bottom: 0px;
	display: block;
	width: 100%;
	left: 0px;
	background-color: #F5F5F5;
	height: 100px;
}
.title_underline {	
    font-size: 12px;
	border-bottom: 1px;
	border-bottom-color: #00a651;
	border-bottom-style: solid;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
}
.main {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
}
a.main:link {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	text-decoration: none;
}
a.main:hover {
	font-size: 12px;
	border-bottom: 1px;
	border-bottom-color: #00a651;
	border-bottom-style: solid;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	text-decoration: none;
}
a.main:visited {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	text-decoration: none;
}
a.main:active {
	font-size: 12px;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
	text-decoration: none;
}
.fade {
	display:none;
	text-decoration: none;
	border: 0; 
}