@charset "utf-8";
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#bg {
  position: fixed;
  margin: 0px;
  border: 0px;
  padding: 0px;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

#bg img {
  width: 100%;
}

#content {
	position: absolute;
	left: 20px;
	top: 20px;
	right: 20px;
	bottom: 20px;
	z-index: 10;
	border: 3px solid #999999;
	background-image: url(/images/pink_square.png);
}
#flowers {
	height: 100%;
	right: -45px;
	bottom: -10px;
	z-index: 99;
	position: absolute;
}

#menu {
	position: absolute;
	left: -25px;
	bottom: 15px;
	height: 30px;
	width: 100%;
	z-index: 999;
}
#menu li {
	display: inline;
	font-size: large;
	font-weight: bold;
	margin-right: 15px;
}
#menu a {
	color: #000000;
	text-decoration: none;
}
#menu .selected {
	color: #FFFFFF;
}


.carousel_container {
	border: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 40%;
	width: 75%;
	z-index:35;
	position: absolute;
	left: 0px;
	top: 0px;
}
#contact {
	color: #000000;
	position: absolute;
	right: 10px;
	font-weight: bold;
	top: 0px;
	font-size: 93%;
}
#contact_us {
	font-size: 87%;
	padding-left: 15px;
	z-index:1000;
}
#gallery  {
	font-size: 87%;
	font-weight: bold;
	z-index: 10000;
	position: absolute;
	left: 25px;
	top: 15px;
}
.gallery_row {
	margin-top: 10px;
	height: auto;
	overflow: auto;
}
.gallery_thumb {
	height: 150px;
	float: left;
	padding-right: 15px;
	border: 0px;
}
.image_thumb {
	height: 250px;
}
