* {
	margin:0;
	padding:0;
}

html, body {
	height:100%;
}

body {
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
	font-family: 'Helvetica', 'Arial', sans-serif;
}

a {
	text-decoration: none;
}

img {
	border: none;
}

#page_content{
	width: 980px;
	height: 720px;
	overflow: hidden;
	font-size: 11px;
	position: absolute;
	top: 0;
}
#distance { 
	width:50px;
	height:50%;
	margin-bottom:-22.525em; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:left;
	height:45.05em;
	width:61.25em;
	clear:left;
}

#header_top {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#footer_bg {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

#content {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	height: 173px;
	line-height: 11px;
	width: 100%;
}


.header_content {
	position: absolute;
	top: 10px;
	left: 250px;
	width: 200px;
	font-size: 11px;
	line-height: 13px;
}

#menu {
	margin: 10px 0 0 11px;
	font-size: 12px;
	line-height: 13px;
}

#menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#logo {
	position: absolute;
	left: 0;
	bottom: 0;
}

#footer {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 27px;
	width: 100%;
	font-size: 10px;
	font-family: 'Arial', sans-serif;
	z-index: 30;
}

#footer p {
	margin: 0;
	padding: 7px 13px 0 13px;
	word-spacing: 5px;
}

.bottom_right {
	position: absolute;
	bottom: 8px;
	right: 0; 
	font-size: 7px;
}

.bottom_left {
	font-size: 9px;
}

#gallery {
	position: absolute;
	top: 173px;
	width: 100%;
	height: 520px;
}

#gallery #slides_window {
	position: absolute;
	top: 0;
	left: 982px;
	height: 100%;
}

#gallery .slide {
	margin: 0 5px 100px 0;
	float: left;
}

.commands {
	margin: 10px 0 0 0;
	word-spacing: 5px;
}

.pages {
	word-spacing: normal;
}

.top_right {
	position: absolute;
	right: 15px;
	top: 10px;
	width: 200px;
	text-align: right;
	font-size: 11px;
	line-height: 13px;
}

.top_right .commands {
	margin: 0;
}

#loading {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

.thumb, .empty_thumb {
	width: 245px;
	height: 170px;
	margin-bottom: 5px;
	float: left;
	overflow: hidden;
	position: relative;
}

.thumbs_window {
	width: 982px;
	overflow: hidden;
}

.thumb_overlay {
	position: absolute;
	z-index: 15;
	top: 10px;
	left: 10px;
	width: 225px;
	height: 150px;
}

.book, .empty_book {
	width: 491px;
	height: 258px;
	margin-bottom: 4px;
	float: left;
	overflow: hidden;
	position: relative;
}

.book_overlay {
	position: absolute;
	z-index: 15;
	top: 10px;
	left: 10px;
	width: 471px;
	height: 238px;
}

.overlay {
	cursor: pointer;
}

#page_header {
	z-index: 25;
	position: absolute;
	top: -173px;
	left: 0;
	width: 982px;
}

#info_content {
	width: 982px;
	height: 520px;
}

.info_column {
	width: 165px;
	height: 500px;
	margin: 10px 15px 0 15px !important;
	margin: 10px 25px 0 5px;
	float: left;
	overflow: hidden;
}

.info_column p {
	margin: 0;
	padding: 0;
}

.info_column a {
	color: #ffffff;
}

.info_column a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.info_column h3 {
	font-weight: normal;
	font-size: 11px;
}

.hidden_description {
	display: none;
}

.hidden {
	display: none;
}