body {
	margin: 0;
	padding: 0;
	background: #ED7E0B url('flowers.jpg') no-repeat;
	}
	
img {
	border: 0;
	}
	
a:link, a:visited {
	color: #000000;
	text-decoration: underline;
	}
	
a:hover {	
	color: #6FC7D3;
	}

p {
 color: #000000;
 }

h1 {
 font-size: 2em;
 }


 
.wrapper {
	width: 768px;
	margin: 0 auto;
	border: #666666 2px solid;
	background: #FEFFE5;
	}
	
.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: #6FC7D3 2px solid;
	text-decoration: none;
	}
.thumbtable a:hover img, .thumbtable a:active img {
	border: #FA7236 2px solid;
	text-decoration: none;
	}
.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;
	}

.thumbtable2 {
	/* uncomment next line to correct Firefox spacing with Strict doctype */
	/* line-height: 1px; */
	margin-bottom: -4px;
	text-align: center;
	}
html>body .thumbtable2 { /* see text */
	margin: 0;
	}
.thumbtable2 img {
	margin: 2px;
	width: 150px;
	height: 150px;
	}
.thumbtable2 a:link img, .thumbtable2 a:visited img {
	border: #6FC7D3 2px solid;
	text-decoration: none;
	}
.thumbtable2 a:hover img, .thumbtable2 a:active img {
	border: #FA7236 2px solid;
	text-decoration: none;
	}

