body {
	margin: 0;
	padding: 0;
	background: #323A13;
	}
img {
	border: 0px;
	}
a {
	color: #F4EDC3;
	text-decoration: none;
	}
a:hover {
	color: #BCA44C;
	}
h1 {
 color: #ffffff;
 font-size: 2em;
 text-align: center;
 }
p {
 color: #ffffff;
 font-size: 1.25em;
 text-align: center;
 }
.wrapper {
	width: 600px;
	margin: 0 auto;
	background: #2F2D04;
	}
.text {
  width: 575px;
	margin: 3px;
	padding: 5px;
	text-align: center;
	}
.thumbtable {
	/* uncomment next line to correct Firefox spacing with Strict doctype */
	/* line-height: 1px; */
	margin-bottom: -4px;
	float: left;
	}
html>body .thumbtable { /* see text */
	margin: 0;
	}
.thumbtable img {
	margin: 1px;
	width: 140px;
	height: 160px;
	}
.thumbtable a:link img, .thumbtable a:visited img {
	border: #F4EDC3 2px solid;
	}
.thumbtable a:hover img, .thumbtable a:active img {
	border: #BCA44C 2px solid;
	}

.main-content2 {
	width:175px;
	border:solid #CCC;
	border-width:0 2px 2px 0;
	background:#FFF;
	padding:5px;
	text-align:center;
	position:relative;
	float:left;
	display:inline;
	margin:5px;
	align: center;
}
