body {
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	color: #CCCCCC;
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
h1 { font-size: 16px; }
h2 { font-size: 14px; color: #dde3dd; padding: 0px; margin: 0px; }
h3 { font-size: 12px; }
h4 { font-size: 10px; }
h5 { font-size: 9px; }
p { color: #dde3dd; font-size: 14px; padding: 10px; }
img { padding: 0px; border: none; }

div#pool {
	position: absolute;
	height: 590px;
	left: 50%;
	top: 50%;
	margin-top: -295px;
}

a:link { color: #FF3366; text-decoration: none; }
a:visited { text-decoration: none; color: #FF3366; }
a:hover { text-decoration: underline; color: #FF3366; }
a:active { text-decoration: underline; color: #FF3366; }

div#outer { position: relative; top: 0px; width: 720px; height: 540px; background-color: #161616; overflow: hidden;
	background-image:url(images/loader.gif);
	background-repeat: no-repeat;
	background-position: center center; }
div#outer[id] { display: table; position: static; }
div.middle {position: absolute; top: 50%; width: 100%; }

#middle {margin-top: expression((document.getElementById('outer').offsetHeight - document.getElementById('middle').offsetHeight)/2);}

div#middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
div.inner {position: relative; top: -50%; }

div#thumbies {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 540px;
	background-color: #161616;
}
div#disabler {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 540px;
	display: none;
	background-color: #161616;
	filter:alpha(opacity=85);-moz-opacity:.85;opacity:.85;
}
div#thumbieScroll {
	position: absolute;
	left: 3px;
	top: 3px;
	width: 250px;
	height: 534px;
	overflow: auto;
}
.thumb {
	width: 72px;
	height: 72px;
	margin: 2px;
	padding: 0px;
	clear: none;
	float: left;
	background-image:url(images/loader_small.gif);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer;
}
.thumbHoverOn { border: 1px solid #303030; } 
.thumbHoverOff { border: 1px solid #252525; }

div#page_nav {
	position: absolute;
	left: 0px;
	top: 550px;
	height: 42px;
}
div#photo_nav {
	position: absolute;
	top: 550px;
	width: 720px;
	height: 42px;
}
div#footer, div#ab {
	position: absolute;
	left: 0px;
	top: 610px;
	height: 20px;
	color:#666666;
}
div#about {
	position: absolute; top: 0px; left: 0px; width: 720px; height: 540px; z-index: 3; background-color: #161616; visibility: hidden;
}
