@charset "utf-8";
#wrapper {
	height: 100%;
	width: 100%;
}
#banner {
	height: 110px;
	width: 100%;
	background-image: url(../images/page-images/banner-bg.jpg);
	background-repeat: repeat;
	z-index: 20;
}
#logo img {
	margin-bottom: 20px;
}

#logo {
	float: left;
	clear: both;
	width: 100%;
}
#content {
	padding-top: 20px;
	padding-left: 120px;
	padding-bottom: 20px;
	width: 880px;
}
#om {
	position: absolute;
	left: 24px;
	top: 175px;
	height: 56px;
	width: 53px;
	z-index: 10;
}

#footer {
	clear: both;
	width: 880px;
	padding-left: 120px;
	text-align: center;
	padding-bottom: 20px;
}
#photo-float-right {
	height: auto;
	width: auto;
	position: relative;
	float: right;
	margin-left: 20px;
	clear: right;
	margin-right: 0px;
	margin-bottom: 10px;
	z-index: 10;
}
#photo-float-left-negative {
	height: auto;
	width: auto;
	position: relative;
	float: left;
	margin-right: 20px;
	clear: left;
	margin-left: -75px;
	margin-bottom: 10px;
}
#photo-float-left {
	height: auto;
	width: auto;
	position: relative;
	float: left;
	margin-right: 20px;
	clear: left;
	margin-left: 0px;
	margin-bottom: 10px;
	z-index: 10;
}
#gallery {
z-index:10;
}