@charset "UTF-8";
body {
	background-color: #F9F9F3;
}
#module {
	width: 450px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	color: black;
}
#place {
	font-size: 1.2em;
	font-weight: bold;
	background-color: #FFBD00;
	text-align: right;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}
#mainImage {
	width: 450px;
	height: 194px;
}
#placeName {
	float: left;
	width: 180px;
	height: 194px;
	display: block;
	position: relative;
}
#placeName h1 {
	font-size: 1.7em;
	color: #666666;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -90px;
	margin-top: -1em;
	width: 180px;
	text-align: center;
}
#mainImage img {
	float: right;
	height: 194px;
	width: 258px;
}
#caption {
	clear: both;
	padding-top: 10px;
	margin-bottom: 20px;
}
#caption table {
	width: 100%;
}
#caption th {
	text-align: left;
	padding: 5px;
	white-space: nowrap;
}
#close {
	text-align: center;
}
#close a {
	background-color: #E6E6CC;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border: 1px solid #CCCCCC;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}
#close a:hover {
	color: #FFFFFF;
	background-color: #C7C5AB;
}

