/* CSS Document */
body	{
	margin: 0px;
	padding: 0px;
}
#wrapper	{
	display: block;
	width: 1000px;
	height: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#wrapper #main	{
	display: block;
	width: 1000px;
	height: 930px;
	background-color: #FEF4BC;
	clear: left;
}
#wrapper #main #mainTop	{
	display: block;
	width: 950px;
	height: 20px;
	color: #003300;
	font-size: 20px;
	text-align: center;
	line-height: 30px;
	padding: 25px;
}
#wrapper #main #map	{
	display: block;
	width: 800px;
	height: 780px;
	background-color: #FEF4BC;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	border: 3px groove #063;
}
#wrapper #main #map #content	{
	display: block;
	width: 260px;
	height: 68px;
	padding: 4px;
	padding-top: 0px;
	font-size: 12px;
	line-height: 15px;
	overflow: hidden;
}
#wrapper #main #map #content #firstHeading	{
	font-size: 15px;
	font-weight: 500;
}
