@charset "UTF-8";
/* CSS Document */

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	z-index: 0;
}


body {
	text-align: center;
	margin: 0;
	background: #FFFFFF;
	
	}


#container{
margin: 0 auto;
width: 733px;
height: 607px;
text-align: center;
background:url(images/bg.jpg) no-repeat;

}

#container2{
margin-top: 34px;
margin-left: 5px;
text-align:left;
width: 733px;
height: 604px;

}

#container3{
margin: 0 auto;
width: 733px;
height: 607px;
text-align: center;


}

.style1 {color: #585E5A}

a:link {
	color: #B6C5BC;
	text-decoration: none;
}

a:visited {
	color: #585E5A;
	text-decoration: none;
}

a:hover {
	color: #585E5A;
	text-decoration: none;
}
p {
	font: small Arial, Helvetica, sans-serif;
	color: #585e5a;
}

h3 {
font: Arial, Helvetica, sans-serif;
color: #585e5a;
}

#contact {
	text-align: left;
	width: 470px;
	background: #A2AFAD;
	padding-left: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.25;
	color: #4c2913;
	left: 300px;
	top: 240px;
}


.gallerycontainer{
position: relative;
/*Add a height attribute and set to largest image's height to prevent overlaying*/
}

.thumbnail img{
border: none;
margin: 0 5px 5px 0;
}

.thumbnail:hover{
background-color: transparent;

}

.thumbnail:hover img{
border: none;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #A2AFAD;
padding: 5px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
font-family: "Helvetica Neue", Helvetica, Arial, sans-seriif;
font-size: small;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image*/
visibility: visible;
top: 0;
left: 230px; /*position where enlarged image should offset horizontally */
z-index: 50;
}
