.header {
	padding: 5px;
}
.footer {
	background-color: #006CA3;
	padding-right: 10px;
	padding-left: 10px;
}
.nav img {
	float: right;
}
.nav {
	background-color: #33CCFF;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.photo {
	padding: 5px;
}
.story {
	position: relative;
	left: 0px;
	top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.left {
	float: left;
}
.story img {
	float: right;
	margin-left: 5px;
}
.story p {
	font-size: 14px;
	line-height: 18px;
}
.copyright {
	float: right;

}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #336600;
}
body {
	background-color: #336600
	;
}
a {
	font-size: 14px;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.inside-bottom-bar {
	background-color: #00CCCC;
}
a:hover {
	text-decoration: none;
}
.gallery-photo {
	background-color: #3399ff;
	padding: 10px;
}
.bottom-line {
	background-color: #00A8A8;
}
.gallery-story p {
	font-size: 14px;
	line-height: 18px;
	color: #000000;
}
.gallery-story h1 {
	font-size: 18px;
	color: #000000;
}

a:active {
	text-decoration: none;
}
.inside-story {
	color: #000000;
	background-color: #66FFFF;
	margin: 10px;
}
.inside-photo {
	background-color: #3399FF;
}
.gallery-story {
	background-color: #00D9D9;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.showdiv {
	position: absolute;
	height: auto;
	width: 250px;
	z-index: 1;
	visibility: visible;
}
.hidediv {
	position: absolute;
	visibility: hidden;
	height: auto;
	width: 250px;
	z-index: 1;
}
