body {
	background-color: white;
	background-image: url(../../images/background-70.gif);
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.table {padding-top:0px; padding-bottom:0px; padding-left:10px; padding-right:10px;}

#imgs-frame {
	position: absolute;
	top: 25px;
	left: 0px;
	padding: 0px;	
	overflow: hidden;
}

#imgs-wrapper {
	position: relative;
	width: 770px;
	height: 1000px;
	top: 0;
	left: 0;
}
#txts-frame {
	position: absolute;
	top: 25px;
	left: 0px;
	padding: 10px;
	overflow:visible;
	width: 33em;
}
#txts-wrapper {
	position: relative;
	top: 0;
	left: 0;
	overflow:visible;
	background-color:#FFFFFF;
	line-height: 125%;
}

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

#controller {
	position: absolute;
	top: 10px;
	left: 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	line-height: 16px;
}

#text-frame {
	position: absolute;
	top: 10px;
	left: 150px;
	width: 620px;
}

div.bagtext {
	position: absolute;
	visibility: hidden;
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	line-height: 16px;

}

#bagtext-0 {
	visibility: visible;
}
#prev {
	position:absolute;
	left:0px;
	top:30px;
	width:10px;
	height:800px;
	z-index:2;
}
#next {
	position:absolute;
	left:-10px;
	top:20px;
	width:820px;
	height:820px;
	z-index:2;
}
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
}
a:hover {
	text-decoration: underline;
	background-color:#FFFFFF
}
a:active {
	text-decoration: none;
	background-color: #D6FFB4;

}
p {
	letter-spacing: normal;
}
#level1 {
	position: absolute;
	top: 25px;
	left: 0px;
	padding: 10px;
	font-size: 3.5em;
	width: 12em;
}
#level0 {
	position: relative;
	left: 0px;
	font-size: 3.5em;
	width: 10em;
}
#footer {
	position: absolute;
	padding: 10px;
	bottom: 50px;
	font-family: Verdana, Monaco, Arial, Geneva, Helvetica, sans-serif;
	font-size: 9px;
}
.highlighted {
	background-color:#D6FFB4;
}
.small {
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
}
.verysmall {
	font-size: 7pt;
}
.smaller {
	font-size: 9pt;
}