.container {
	margin: 20px 20px 10px;
}

.thumbnail {
	float: left;
	width: 160px;
	margin: 0 0 10px 20px;
}


.thumbnail img {
	display: block;
	margin: 0 0 10px 0;
	padding: 2px;
}
	
.thought {
	display: inline;
	float: left;
	width: 576px;
}

.thought h2 {
	font: bold 11pt Georgia;
	margin-bottom: 10px;
}

.thought p {
	margin: 10px 0;
	color: #555;
	text-align: justify;
}

.details {
	display: inline;
	float: right;
}

	.details .nav {
		text-align: left;
	}

		.details .nav a {
			margin-right: 10px;
			text-decoration: none;
		}
	
		.details .nav a img {
			display: inline;
		}

	.details .pagination {
		margin-top: 10px;
		font: bold 11pt Georgia;
	}