.palette {
	clear: both;
	height: 140px;
}

	.palette img {
		float: left;
		width: 168px; 
		height: 67px; 
		border: 1px solid #d0d0d0; 
		padding: 2px;
		margin-right: 25px;
	}
	
	.palette h3 {
		margin-bottom: 3px;
	}
	
	.palette p {
		margin: 0;
	}
	
.codes {
	width: 75px;
	height: 60px;
	float: left;
	margin-top: 20px;
}

	.codes .sample {
		display: block;
		width: 60px;
		height: 20px;
		margin: auto;
	}
	
	.codes p {
		text-align: center;
		margin: 0;
	}


