a.thumbnail {
	float: left;
	display: block;
	width: 212px;
	height: 139px;
	margin: 5px;
	background-image: url('../thumbnails/shadow.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
}

a.thumbnail:hover {
	background-position: 0px -139px;
}

img.tn {
	margin: 0;
	margin-top: 6px;
	padding: 0;
}

/*****************************************************************************/

#outer {
	margin: auto;
	padding: 0;
	text-align: center;
}

#footer,
#content {
	margin: auto;
	line-height: 1.5em;
	width: 910px;
	text-align: left;
}

#footer {
	text-align: center;
}