﻿*
{
	margin: 0px;
	padding: 0px;
}
body
{
	font-family: Verdana;
	font-size: 12px;
	color: #999999;
	background-color: #BDB5B1;
}
.clear
{
	clear: both;
}
.canvas
{
	position: relative;
}
.container
{
	position: relative;
	background-color: #D0C9C4;
	margin: 80px auto 80px auto;
	padding: 25px;
	width: 929px;
}
.left
{
	position: relative;
	float: left;
	width: 280px;
}
.right
{
	position: relative;
	float: right;
	width: 640px;
}
.logo_container .uma_logo
{
	width: 200px;
	height: 130px;
}
.logo_container .met_logo
{
	width: 230px;
	height: 74px;
}
.information_container
{
	background-color: #FFFFFF;
	height: 495px;
	padding: 30px 30px 0 30px;
	position: relative;
	width: 230px;
}
.information_container .text
{
	/*margin-top: 30px;*/
}
.information_container .address
{
	margin-top: 20px;
}
.address a
{
	color: #666666;
}
.address .uma_paro, .address .met_london
{
	margin-bottom:20px;
}

.map_container
{
	position: relative;
	/*background: url('/images/met01.jpg') no-repeat;*/
	width: 640px;
	height: 505px;
}
.location
{
	position: absolute;
}
.map_container .uma_ubud
{
	left: 447px;
	top: 278px;
}
.map_container .uma_paro
{
	left: 405px;
	top: 220px;
}
.map_container .met_london
{
	left: 280px;
	top: 165px;
}
.map_container .met_bangkok
{
	left: 429px;
	top: 242px;
}
.location a
{
	text-indent: -1000em;
	display: block;
	width: 10px;
	height: 10px;
	background: url('/images/dot.gif');
}

