
body {
	background-image: url(../bkgrnd.jpg);
	background-repeat: repeat-x repeat-y;
	border-width: 0px;
	border-style: none;
	font-family: "Comic Sans MS";
}

// start of  magifier code
body.doNotScroll {
	overflow: none;
}

div.magnify {
	position: absolute;
	top: 250px;
	left: 700px;
	width: 128px;
}

#HiRes {
	position: absolute;
	top: -5000px;
	left: -5000px;
}

#Mag {
	position: absolute;
	top: -300px;
	left: -300px;
}
// end of magnifier code

frameset {
	border-width: 0px;
	border-style: none;
	padding: 0px;
}

div.main {
	position: absolute;
	left: 0px;
	top: 50px;
}

div.thumbstrip {
	position: absolute;
	left: 0px;
	top: 10px;
	width: 150px;
	overflow: auto;
}

div.image {
	position: absolute;
	left: 160px;
	top: 10px;
	overflow: auto;
}

table.contents {
	align: center;
	cellspacing: 0;
	cellpadding: 5;
	cols: 7;
	width: 100%;
	font-weight: bold;
}

td {
	vertical-align: center;
}

img.thumbnail {
	padding: 5px;
	border: none;
	align: center;
}

img.landscape {
	padding: 20px;
	height: 400px;
	align: center;
}

img.portraitL {
	padding-top: 20px;
	padding-left: 77px;
	height: 450px;
	float: left;
}

img.portraitR {
	padding-top: 20px;
	padding-right: 77px;
	height: 450px;
	float: right;
}

div.portraitR {
	position: absolute;
	left: 85px;
	top: 20px;
	width: 170px;
}

div.portraitL {
	position: absolute;
	width: 170px;
	right: 85px;
	top: 20px;
}

.italic {
	font-style: italic;
}
