body,html {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 100%;
	width: 100%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 10pt;
	color: #333;
	background-color:#cae4f1;
	text-align: center;
}

body {
	background-repeat:repeat-x;
}

div#header {
	padding: 0.5em;
	text-align: left;
	background-repeat:no-repeat;
	background-position:right;
	color: #36c;
	clear: both;
	text-align: left;
	font-size:28pt;
}

div#logo {
	width:240px;
	text-align:center;
	font-size:24pt;
	font-weight:bold;
}

div#motto {
	width:240px;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
}

div#year {
	width:240px;
	text-align:center;
	font-size:10pt;
	font-weight:bold;
}

div#container {
	background-repeat:repeat-y;
	margin: 0 auto;
	width: 800px;
	text-align: left;
	background-color: #fff;
	min-height: 250px;
}

div#content {
	clear:both;
	min-height: 250px;
}

div#menu {
	clear:both;
	height: 32px;
	width:100%;
	text-align: left;
	background-color:#ff8f00;
	border-bottom: 1px solid #fff;
}

div#menu ul {
	list-style:none;
	margin:0;
	padding:0;
}

div#menu ul li {
	padding:0.5em;
	float:left;
	display:inline;
	border-bottom: 1px solid #fff;
}

div#menu ul li a{
	text-decoration:none;
	color: #fff;
	font-size:11pt;
}

div#menu ul li:hover{
	background-color: #31c3e7;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
}

.selected { background-color:#31c3e7;}

div#submenu {
	width:200px;
	min-height: 150px;
	float:left;
	display:inline;
}

div#submenu ul {
	list-style:none;
}

div#submenu ul li {
	padding: 0.2em;
	width:250px;
}

div#submenu ul li a {
	color:#333;
	text-decoration:none;
	font-size:12pt;
}

div#submenu ul li a:hover {
	text-decoration: underline;
}

div#body {
	float:left;
	display:inline;
	min-height:250px;
	text-align:justify;
	border-left:1px solid silver;
	padding:0.5em;
}

div#footer {
	padding: 0.5em;
	color: #333;
	clear:both;
}

div#copy {
	padding: 0.5em;
	color: #999;
	text-align: center;
	font-size: 8pt;
}

div#copy a {
	color:#999;
}

div.gallery_photo {
	margin: 1em;
	display:inline;
	float:left;
	background-color: #f6fada;
	padding: 0.5em;
}

div.gallery_pic {
	background-color: #f6fada;
	padding: 1em;
	text-align: center;
}

div.gallery_info {
	padding: 1em;
}

/* room */
div.room {
	display:inline;
	float:left;
	width: 300px;
	margin: 1em;
	padding: 0.5em;
	border: 1px solid #fff;
	min-height: 320px;
}

div.room_title {
	font-size: 14pt;
}

div.room_photo {
	display:inline;
	float:left;
}

div.room_photo img {
	border: 0.5em solid #eee;
}

div.room_info {
	margin-left: 120px;
}

div.room_price {
	font-size:13pt;
}

div.tour {
	width:550px;
	min-height: 200px;
}

div.tour_title {
	padding: 0.5em;
	font-size:15pt;
	background-color:#f6fada;
}

div.tour_duration {
	color: #666;
	padding:0.5em;
}

div.tour_photo {
	float:right;
	display:inline;
	margin: 0.5em;
}

div.tour_info {
	padding:0.5em;
	color: #333;
	text-align:justify;
}

/* real estate */
div.realestate {
	margin:0.5em;
	padding:0.5em;
	width: 200px;
	display:inline;
	float:left;
	text-align:center;
}

div.real_photo {
}

div.real_info {
}

div.real_price a {
	font-size:8pt;
	text-decoration: none;
}

div.real_detail {
	text-align:center;
}

div.real_desc {
	text-align: left;
}

div.real_info {
	text-align:justify;
}

table.rogon tr:hover {
	background-color: #f3f3f3;
}

table.rogon td {
	border-bottom: 1px solid silver;
}

a img {
	border: none;
}

