body {
	margin: 0;
	padding: 0;
	background: url('37.gif');
	}
img {
	border: 0;
	}
a {
	color: #83986D;
	text-decoration: none;
	}
a:hover {
	color: #FFF;
	}
h1 {
 color: #000;
 font-size: 2em;
 }
p {
 color: #000;
 }
.wrapper {
	width: 768px;
	margin: 0 auto;
	border: #ffffff 3px solid;
	background: #A0DCF8;
	}
.text {
  width: 700px;
	margin: 10px;
	padding: 10px;
	align: center;
	text-align: center;
	}
.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: #000000 2px solid;
	}
.thumbtable a:hover img, .thumbtable a:active img {
	border: #ffffff 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;
	}
