body {
	margin: 0;
	padding: 0;
	background: url('back1.gif');
	color: #9ABABB;
	}
img {
	border: 0;
	}
a {
	color: #83986D;
	text-decoration: none;
	}
a:hover {
	color: #FFF;
	background: #666666
	}
.wrapper {
	width: 768px;
	margin: 0 auto;
	border: #666666 2px solid;
	background: #FEFFE5;
	}
.thumbtable {
	/* uncomment next line to correct Firefox spacing with Strict doctype */
	/* line-height: 1px; */
	margin-bottom: -4px;
	}
html>body .thumbtable { /* see text */
	margin: 0;
	}
.thumbtable img {
	margin: 2px;
	width: 120px;
	height: 160px;
	}
.thumbtable a:link img, .thumbtable a:visited img {
	border: #666666 2px solid;
	}
.thumbtable a:hover img, .thumbtable a:active img {
	border: #DEE6B1 2px solid;
	}
.bigthumb {
	float: left;
	width: auto;
	height: auto;
	margin-right: -1px;
	}
html>body .bigthumb { /* see text */
	margin: 0;
	}
.bigthumb img {
	width: 248px;
	height: 328px;
	margin: 2px 0 0 2px;
	}
html>body .bigthumb img { /* see text */
	margin: 2px;
	}

