@charset "utf-8";
.home_tab {
	background-color: #093;
}

#index_full_page {
	position: relative;
	width: 900px;

}
#index_intro {
	padding-right: 5px;
	padding-left: 5px;
	background-color: #60897B;
	position: relative;
	float: left;
	width: 890px;
	font-size: 0.9em;
}
#index_contents {
	position: relative;
	width: 900px;
	height: 450px;
	float: left;
	background-color: #9CC;
}
#index_bottom_block {
	padding-right: 5px;
	padding-left: 5px;
	background-color: #60897B;
	position: relative;
	float: left;
	width: 890px;
	font-size: 0.9em;
}
#index_bottom_block img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#index_narrative {
	width: 800px;
	float: left;
	position: relative;
}

.link_box {
	height: 210px;
	width: 215px;
	position: absolute;
	background-color: #60897B;
	border: 2px solid #FFF;
	background-repeat: no-repeat;
}

#index_contents .link_box img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.link_box:hover {
	background-color: #090;
	border: 2px solid #000;
}
.link_text {
	background-color: #FFF;
	position: absolute;
	height: 40px;
	width: 215px;
	left: 0px;
	top: 170px;
}
.link_box:hover .link_text {
	background-color: #60897B;
	color: #FFF;
}
#origins {
	left:3px;
	top: 5px;
}

#georgian {
	left: 228px;
	top: 5px;
}
#city_hall {
	left: 452px;
	top: 5px;
}
#revamp {
	left: 678px;
	top: 5px;
}
#inns {
	left: 3px;
	top: 225px;
}
#people {
	left: 228px;
	top: 225px;
}
#facts {
	left: 452px;
	top: 225px;
}
#gallery {
	left: 678px;
	top: 225px;
}
