@charset "utf-8";
/* CSS Document */


body {
	font-family: Arial, Helvetica, sans-serif;
	background: #41C7F4;
	background-image: url("assets/site/background.jpg");
	background-position: center;
	background-repeat: repeat-y;
	color: #000000;
	margin: 1em auto;
	text-align: center; }

:link {
	color: #000000 }

:visited {
	color: #000000 }

#pagetop {
	width:1000px;
	margin-left:auto;
	margin-right:auto; }
	
#page {
	width:1000px;
	margin-left:auto;
	margin-right:auto; }
		
table {
	margin: 1em auto;
	border: 2px #ffd700; }
	
#layout {
	margin: 1em auto;
	width:1000px; }

#mapdetailtitle {
	width:1000px;
	font-size:2em; }
	
#mapdetailthumb {
	width:300px;
	height:450px;
	float:left; }
	
#mapdetailinfo {
	width:300px;
	height:250px;
	float:left; }
	
#mapdetailcomment {
	width:1000px;
	float:left; 
	text-align:left; }
	
#mapdetailgallery {
	width:700px;
	height:450px;
	float:left; }