/* CSS Document */

.thumbnail{
	background-color: #9dbbb1;
	border: 1px solid #b59859;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 106px;
	height: 65px;
	padding: 5px;
	}
	
	.container {
	width: 500px;
	float: left;
	height: 370px;
}

.thumbnail a {
	border: thin none #b59859;
	text-decoration: none;
	float: left;
	display: inline;
}

