body {
	background-image: url("/stuff/images/backgrounds/reservoir.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed; 
	background-color: #cccccc;
	background-position: 90% 50%;
	background-repeat: no-repeat;
	margin: 40px;
}

p,b,li,td,th,h1,h2,h3  {
	font-family: Tahoma, Arial, Helvetica;
	text-align: justify;
}

img {
	opacity: 1.0;
	filter: alpha(opacity=100); /* For IE8 and earlier */
	padding: 8px;
}

#menu {
	background-image: url("/stuff/images/backgrounds/semisolid.png");
	background-repeat: repeat;  
	border-radius: 10px 10px 10px 10px;
	border: solid black 1px;
	padding-right: 15px;
	padding-left: 15px;
	position: fixed;
	left: 70%;
	top: 10%;
	width: 20%;
	text-align: center;
}

#quotes {
	background-image: url("/stuff/images/backgrounds/semisolid.png");
	background-repeat: repeat;
	border-radius: 10px 10px 10px 10px;
	border: solid black 1px;
	padding-right: 15px;
	padding-left: 15px;
	position: fixed;
	left: 70%;
	top:  20%;
	width: 20%;
	text-align: center;
}

#gallery {
	background-image: url("/stuff/images/backgrounds/semisolid.png");
	background-repeat: repeat;
	border-radius: 10px 10px 10px 10px;
	border: solid black 1px;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 50px;
	position: absolute;
	left: 10%;
	top:  10%;
	width: 50%;
	text-align: center;
}
 
img.verified {
	position: fixed;
	bottom: 15px;
	right: 15px;
}

#contact {
	background-color: #CECECE;
	opacity: 0.750;
	border-radius: 10px 10px 10px 10px;
	border: solid black 1px;
	padding-right: 15px;
	padding-left: 15px;
	position: absolute;
	left: 5%;
	bottom: 5%;
}

.contactpop {
}

.container .gallery a img {
  #float: left;
  width: 20%;
  height: auto;
  border: 0px solid #fff;
  -webkit-transition: -webkit-transform .15s ease;
  -moz-transition: -moz-transform .15s ease;
  -o-transition: -o-transform .15s ease;
  -ms-transition: -ms-transform .15s ease;
  transition: transform .15s ease;
  position: relative;
}

.container .gallery a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
}

.clear {
  clear: both;
  float: none;
  width: 100%;
}
