* {
	padding: 0;
	margin: 0;
}
body {
	background-image: url('bg.gif');
	background-color: #333333;
	text-align: center;
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: top;
	overflow: hidden;
}
iframe {
	font-size: 8px;
	margin-right: 1px;
	margin-left: 1px;
	position: absolute;
	background-color: #ffffff;
	overflow: auto;
	z-index: 4;
}
a:link {
	color: #505050;
	text-decoration: none;
}
a:visited {
	color: #505050;
	text-decoration: none;
}
a:active {
	color: #505050;
	text-decoration: none;
}
a:hover {
	color: #A34F4F;
	text-decoration: none;
}
a.menu {
	border-bottom: 1px dotted;
	color: #ff22aa;
}
a.menu:hover {
	color: #b03060;
}
#banner {
	border-left: #f0f0f0 1px solid;
	border-right: #f0f0f0 1px solid;
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	background-color: #ffffff;
}
#page {
	margin-right: auto;
	margin-left: auto;
	background-color: #ffffff;
	font: normal 11px verdana, arial;
	text-align: left;
	color: #505050;
	min-height: ;
	border-left: #f0f0f0 1px solid;
	border-right: #f0f0f0 1px solid;
	z-index: 2;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	width: 750px;
	font: normal 11px verdana, arial;
	color: #505050;
	text-align: left;
	border-bottom: #f0f0f0 1px solid;
}
#content {
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	right: 120px;
	width: 500px;
	min-height: 100%;
	max-height: 100%;
	background-color: #ffffff;
	overflow: auto;
	z-index: 3;
}
.entry {
	float: left;
	width: 470px;
	bottom: 0px;
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: white;
}
img {
	border: 0px;
}
.text {
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	text-align: justify;
	font-size: 10px;
	line-height: 15px;
}
.date {
	font-variant: small-caps;
	font-size: 12px;
	padding-left: 5px;
}
.title {
	font-variant: small-caps;
	font-size: 12px;
	padding-left: 5px;
	font-weight: bold;
}
.t {
	display: inline-block;
	float: left;
}
.indent {
	padding-left: 20px;
}
.info {
	position: absolute;
	left: 100px;
	display: inline;
}
.thumb {
	float: left;
	border: solid 1px silver;
	padding: 5px;
	margin-right: 10px;
}
hr {
	border-top: 1px dashed #bbb;
	border-bottom: 1px dashed #bbb;
	height: 2px;
	width: 695px;
}
.style1 {
	text-align: center;
}
.counter {
	font-style: italic;
	color: gray;
	font-size: 10px;
}
.paragraph {
	width: 400px;
	text-align: justify;
	text-justify: inter-ideograph;
	padding-left: 20px;
	line-height: 18px;
}
#lightbox {
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#lightbox img {
	width: auto;
	height: auto;
}
#lightbox a img {
	border: none;
}
#outerImageContainer {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#imageContainer {
	padding: 10px;
}
#loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#hoverNav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#imageContainer > #hoverNav {
	left: 0;
}
#hoverNav a {
	outline: none;
}
#prevLink, #nextLink {
	width: 49%;
	height: 100%;
	background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */;
	display: block;
}
#prevLink {
	left: 0;
	float: left;
}
#nextLink {
	right: 0;
	float: right;
}
#prevLink:hover, #prevLink:visited:hover {
	background: url(../images/prevlabel.gif) left 15% no-repeat;
}
#nextLink:hover, #nextLink:visited:hover {
	background: url(../images/nextlabel.gif) right 15% no-repeat;
}
#imageDataContainer {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
}
#imageData {
	padding: 0 10px;
	color: #666;
}
#imageData #imageDetails {
	width: 70%;
	float: left;
	text-align: left;
}
#imageData #caption {
	font-weight: bold;
}
#imageData #numberDisplay {
	display: block;
	clear: left;
	padding-bottom: 1.0em;
}
#imageData #bottomNavClose {
	width: 66px;
	float: right;
	padding-bottom: 0.7em;
	outline: none;
}
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
}
