/* CSS Document */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	color: #333333;
}

#container {
	position: relative;
	top: 25px;
	left: 0px;
	width: 800px;
	height: 600px;
	overflow:visible;
	background-color: #FFFFFF;
	border: 1px solid #666666;
}

#map_big {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 559px;
	height: 600px;
	overflow:visible;
	background-color: #FFFFFF;
}

#map {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 559px;
	height: 181px;
	overflow:visible;
	background-color: #FFFFFF;
}

#logo {
	position: absolute;
	top: 0px;
	left: 559px;
	width: 241px;
	height: 91px;
	overflow:visible;
	background-color: #FFFFFF;
}

#title {
	position: absolute;
	top: 91px;
	left: 559px;
	width: 241px;
	height: 91px;
	overflow:visible;
	background-color: #FFFFFF;
}

#spacer {
	position: absolute;
	top: 181px;
	left: 559px;
	width: 241px;
	height: 419px;
	overflow:visible;
	background-image: url(images/spacer.gif);
	background-repeat:repeat;
}

#scroll {
	position: absolute;
	top: 180px;
	left: 0px;
	width: 800px;
	height: 419px;
	overflow:auto;
	background-color: #FFFFFF;
	background-image: url(images/color.jpg);
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

#button1 {
	position: absolute;
	top: 15px;
	left: 25px;
	width: 120px;
	height: 30px;
	border: 1px solid #666666;
	background-image: url(images/color.jpg);
	
}

#button2 {
	position: absolute;
	top: 15px;
	left: 170px;
	display: block;
	width: 120px;
	height: 30px;
	border: 1px solid #666666;
	background-image: url(images/color.jpg);
}
#button2 a {
	text-decoration: none;
	border: 0px;
}
#button2 a:hover {
	text-decoration: none;
	border: 0px;
}
#button3 {
	position: absolute;
	top: 15px;
	left: 315px;
	width: 120px;
	height: 30px;
	border: 1px solid #666666;
	background-image: url(images/color.jpg);
}

#button4 {
	position: absolute;
	top: 15px;
	left: 460px;
	width: 120px;
	height: 30px;
	border: 1px solid #666666;
	background-image: url(images/color.jpg);
}

#button5 {
	position: absolute;
	top: 15px;
	left: 605px;
	width: 120px;
	height: 30px;
	border: 1px solid #666666;
	background-image: url(images/color.jpg);
}

#content {
	position: absolute;
	top: 58px;
	left: 24px;
	width: 734px;
	height: 127px;
	background-image: url(images/color.jpg);
}


#photographer {
position:absolute;
top:30px;
left:620px;
font-size:10px;

}

#copyright {
	font-size: 9px;
}

a {text-decoration:none; color:#333333}
a:hover {font-weight: bold; color:000000}
a:img { border: 0px; }
