div.portfolio-element {
	width: 257px;
	height: 263px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background: #F6F6F6;
	border: 1px solid #E9E9E9;
	padding: 10px;
}
	div.portfolio-element div.title {
		font-size: 18px;
		font-family: "Times New Roman", "Georgia";
		font-weight: normal;
		margin-bottom: 10px;
	}
	div.portfolio-element div.title a {
		color: #118CFF;
		text-decoration: none;
	}
	div.portfolio-element div.picture {
		margin-bottom: 5px;
	}
	div.portfolio-element div.description {
		font-size: 10px;
		font-family: Tahoma, Arial;
		color: #414141;
	}

