div.project {
	margin: 30px 0 0 0;
}
	div.project div.image{
		width: 600px;
		height: 336px;
		float: left;
		border: 1px solid rgb(145, 184, 40);
		background-color: #fff;
	}
		div.project div.image img {
			width: 580px;
			margin: 10px;
		}
		
	div.project div.details {
		width: 300px;
		float: right;
	}
		div.project div.details div.description {
		
		}
			div.project div.details div.description h3 {
				margin: 0 0 5px 0;
				font-size: 26px;
				color: rgb(145, 184, 40);
			}
			div.project div.details div.description ul {
				margin: 0 0 5px 0;
			}
			div.project div.details div.description p {
				font-size: 12px;
			}
		
		div.project div.details div.thumbs {
			margin: 10px 0 0 0;
		}
			div.project div.details div.thumbs div.thumb {
				margin: 10px;
				width: 60px;
				height: 60px;
				border: 1px solid rgb(145, 184, 40);
				background-color: #fff;
				float: left;
			}	
			div.project div.details div.thumbs div.thumb img {
				width: 50px;
				margin: 10px;
			}