@charset "utf-8";
/* CSS Document */


#contents {
	position: relative;
	background-repeat: no-repeat;
	width: 800px;
	height: 542px;
	background-image: url(images/norwich_small_city_hall.jpg);
}
#index_introduction {
	background-color: #60897B;
	width: 760px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
	text-align: center;
}

#contents .link_box {
	font-size: 0.8em;
	position: absolute;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center center;
	margin-left: 5px;
}
#contents .link_text {
	color: #FFF;
	position: absolute;
	left: 10px;
	top: 20px;
	font-size: 2.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: normal;
}
#contents .link_popup_text {
	visibility: hidden;
}
#contents .link_box:hover .link_text {
	visibility: hidden;
}
#contents .link_box:hover .link_popup_text {
	visibility: visible;
	font-size: 3em;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	left: 100px;
	top: 100px;
}
#central_display {
	position: absolute;
	left: 215px;
	top: 70px;
	visibility: hidden;
}


#box_churches {
	left: 0px;
	top: 25px;
}
.churches_link_popup {
	visibility: hidden;
	background-image: url(images/churches_round.png);
	height: 400px;
	width: 400px;
}
#contents .link_box:hover .churches_link_popup {
	visibility: visible;
	position: absolute;
	left: 210px;
	top: 44px;
}
#box_yards {
	left: 0px;
	top: 120px;
}
.yards_link_popup {
	visibility: hidden;
	height: 400px;
	width: 400px;
	background-image: url(images/yards.png);
}
#contents .link_box:hover .yards_link_popup {
	visibility: visible;
	position: absolute;
	left: 210px;
	top: -50px;
}
#box_glass {
	left: 0px;
	top: 215px;
}
.glass_link_popup {
	visibility: hidden;
	height: 400px;
	width: 400px;
	background-image: url(images/stained_glass.png);
}
#contents .link_box:hover .glass_link_popup {
	visibility: visible;
	position: absolute;
	left: 210px;
	top: -146px;
}
#box_market {
	left: 0px;
	top: 310px;
}
.market_link_popup {
	visibility: hidden;
	height: 400px;
	width: 400px;
	background-image: url(images/market.png);
}
#contents .link_box:hover .market_link_popup {
	visibility: visible;
	position: absolute;
	top: -240px;
	left: 210px;
}
#box_people {
	left: 0px;
	top: 405px;
}
.people_link_popup {
	visibility: hidden;
	height: 400px;
	width: 400px;
	background-image: url(images/people.png);
}
#contents .link_box:hover .people_link_popup {
	visibility: visible;
	position: absolute;
	top: -337px;
	left: 210px;
}

.main_photo {
	position: relative;
	float: right;
	margin-top: 20px;
}
