.story {
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	padding: 5px;
	right: 0px;
	bottom: 0px;
	height: auto;
	width: 490px;
	z-index: 0;
}

.event h2 {
	line-height: 20px;
	font-weight: bolder;
	text-align: left;
	position: relative;
	z-index: 0;
	display: block;
	margin-bottom: 5px;
	font-style: italic;
}
.story p {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	padding-left: 0px;
	position: relative;
	z-index: 0;
}

.event {
	position: relative;
	width: 700px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #719E37;
	margin-bottom: 10px;
	margin-right: 3px;
	z-index: 0;
}
.eventLeft {
	position: relative;
	width: 190px;
	left: 0px;
	top: 0px;
	float: left;
	z-index: 1000;
}

.eventImg {
	position: relative;
	left: 0px;
	top: 0px;
	text-align: center;
	height: 150px;
	margin-bottom: 3px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
}

.gallery {
	width:180px;
	margin-bottom: 10px;
	height: auto;
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.gallery ul {
	list-style:none;
	padding:0;
	margin:0;
	width:auto;
	position:relative;
	float:left;
	z-index: 1000;
	height: auto;
}
.gallery ul li {
	display:inline;
	width:52px;
	height:52px;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
}
.gallery ul li a {
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	border:1px solid #000;
}
.gallery ul li a img {
	display:block;
	width:50px;
	height:50px;
	position: relative;
	z-index: 1000;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.gallery ul li a:hover {
	white-space:normal;
	border-color:#ddd;
	z-index: 1000;
}
.gallery ul li a:hover img {
	position:absolute;
	top:-150px;
	width:auto;
	height:auto;
	border:1px solid #000;
	left: 190px;
	z-index: 1000;
	visibility: visible;
}

.gallerySm {
	width:180px;
	margin-bottom: 10px;
	height: auto;
	position: relative;
	left: 0px;
	top: 0px;
	margin-right: auto;
	margin-left: auto;
}

.gallerySm ul {
	list-style:none;
	padding:0;
	margin:0;
	width:auto;
	position:relative;
	float:left;
	z-index: 1000;
	height: auto;
}
.gallerySm ul li {
	display:inline;
	width:52px;
	height:52px;
	float:left;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 5px;
}
.gallerySm ul li a {
	display:block;
	width:50px;
	height:50px;
	text-decoration:none;
	border:1px solid #000;
}
.gallerySm ul li a img {
	display:block;
	width:50px;
	height:50px;
	position: relative;
	z-index: 1000;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.gallerySm ul li a:hover {
	white-space:normal;
	border-color:#ddd;
	z-index: 1000;
}
.gallerySm ul li a:hover img {
	position:absolute;
	top:-30px;
	width:auto;
	height:auto;
	border:1px solid #000;
	left: 190px;
	z-index: 1000;
	visibility: visible;
}
.credit {
	font-style: italic;
	width: auto;
	position: relative;
	float: left;
}
.pageTop {
	font-size: smaller;
	text-align: center;
	display: block;
	top: 0px;
	position: relative;
	width: 20px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.pageTop a {
	font-size: smaller;
	text-align: center;
	display: block;
	top: 5px;
	position: relative;
	width: 20px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	color: #F6611A;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.pageTop a:hover {
	font-size: smaller;
	text-align: center;
	display: block;
	top: 5px;
	position: relative;
	width: 20px;
	margin-right: auto;
	margin-left: auto;
	color: #F6611A;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
}
.photoCredit {
	font-style: italic;
	width: 180px;
	position: relative;
	float: left;
	font-size: 11px;
}
