body {
	background-color:#BBBBBB;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-position: left top;
   background-repeat: repeat-y;
	padding: 5;
}

#wrapper {
   background-image: url(../art/bkgnd2.gif);
	width: 790px;
	margin: 15px auto 0 auto;
	text-align: left;
	background-color:#CCCCCC;
	padding: 5px;
}


.thumbnail  p {
	min-width:200px;
	text-align: center;
	margin-top: 5px;
	max-width: 250px;
	margin-bottom: 10px;
}

.thumbnail img {
float:none;
margin-left: 10px;
margin-bottom: 5px;
border: 1px solid #666;
padding: 5px;
}

