@charset "utf-8";

body,td,th,p {
	font-size: 10px;
}

body {
	background-size: auto;
}

#logo {
	top:3px;
	float: right;
}

#lotoo {
	width: 70px;
	height: 50px;
}

h1 {
	font-size: 18px;
}

#tel {
	font-weight: normal;
	top: 22px;
}

#facebook {
	top: 2px;
	width: 15px;
	height:15px;
}

#framed {
	left: 2%;
	right: 2%;
	top: 70px;
	width: auto;
	z-index: 2;
	height: 266px;
}

#oasis {
	width: 100%;
	height: 160px;
}

nav {
	top: 223px;
	width: 150px;
	height: 30px;
	font-size: 10px;
	margin: auto;
}

ul.MenuBarHorizontal a {
	font-size: 10px;
}

ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus {
	font-size:8px;
}

section {
	top:300px;
}

#Gal {
	top: 685px;
	margin: auto;
}

#container {
	top: 660px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	float: left;
}
.gallery img {
	width: 50px;
	height: 50px;
}

#galText {
	visibility: visible;
	top: 265px;
}

footer {
	top:1092px;
}
#container {
	position: absolute;
	margin:auto;
	top: 716px;
	z-index: 116;
}

/* 
  =====================================
  CSS for <iframe> embedded Google Map
  ===================================== 
*/
.mapWrapper {
    position: relative;
    /* 
    Do math with the height of your iframe divided by the width, then converted to percent
    In this example the height is 400 and the width is 600
    400 / 600 = .66666667 
    which is 66.6666667% */
    padding-bottom: 95%; 
    height: 0;
}
.mapWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


