
.wrapper {
	width:100%;
	position:fixed;
	z-index:10;
	background:inherit;
	background: #72CEF2;
	background:rgba(255,255,255,0.7);
	padding: 0 0;
	margin-left:0px;
	margin-top:0px;
	height: 100px;
}

.bottom-wrapper {
	width:100%;
	padding-top:92px;
	z-index:8;
	/*overflow:auto;*/
}
body#background {
  background: url('images/pool-9.jpg') no-repeat 50% 50% fixed; 
  background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
}

ul#nav {
	text-align: right;
	width: 100%;
	background-color: #999;
	height: 24px;
	font: normal 300 1em'Open Sans', sans-serif;
	overflow-x:hidden;
}

#nav li {
	display:inline;
}

ul#nav a {
	color: white;
	padding: 0 10px;
	text-decoration: none;
	font-weight: 400;
}

ul#nav a:hover {
	color: #333;
}

footer
{
	background: #999;
	padding: 9px 0;
	width: 100%;
	position: fixed;
	height: 10px;
	text-align: center;
	color: #FFF;
}

footer
{
	bottom:0;
	z-index:4;
	line-height:7px; 
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif; 
	background-color:#999; 
	color:#FFF;	
}

section
{
	width: 550px;
	margin: 100px auto;
	z-index: 2;
}

.gallery
{
	width: 960px;
	margin: 100px auto;
	z-index: 2;
}


#locator {
	position: absolute;
	visibility: visible;
  width:100%;
	top: 135px;
	height: 57px;
	width: 150px;
	z-index: 2;
}

.phone
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 24px;
	color: #003f7f;
	text-align:right; 
	margin-top:-120px;
	margin-right: 20px;
}

div.fixed {
	position: fixed;
	bottom: 30px;
	right: 0;
	width: 400px;
}

#parent{
	width: 500px; 
	height: 500px; 
	background: #2185C5; 
	display: table-cell; 
	text-align: center; 
	vertical-align: middle; 
}

#kid {
	/*width:70%;*/ /* 70% of the parent*/
	/*margin:10px auto;*/
	width: auto; 
	height: auto; 
	background: white; 
	display: inline-block; 
}

table { 
    border-spacing: 10px;
    border-collapse: separate;
}

.link { color:#003f7f; } /* CSS link color */
.link:hover { color:blue; } /* CSS link hover (green) */
.link:visited { color:#003f7f; } /* CSS link hover (orange) */


td.description 
{
	vertical-align: top;
}