#project { }
#project .header {
	float: left;
	height: 151px;
	position: relative;
	top: 20px;
	width: 616px;
}
#project .tools {
	width: 23px;
	height: 100px;
	float: right;
	position: relative;
	top: 10px;
}

#project .tools .back {
	background: transparent url(/images/frontend/tools-back.gif) no-repeat 0 0;
	display: block;
	height: 13px;
	margin-bottom: 23px;
	overflow: hidden;
	text-indent: -9999px;
	width: 21px;
}

#project .tools .share {
	background: transparent url(/images/frontend/tools-send.gif) no-repeat 0 0;
	display: block;
	height: 12px;
	margin-bottom: 28px;
	overflow: hidden;
	text-indent: -9999px;
	width: 20px;
}

#project .tools .print {
	background: transparent url(/images/frontend/tools-print.gif) no-repeat 0 0;
	display: block;
	height: 15px;
	overflow: hidden;
	text-indent: -9999px;
	width: 20px;
}

#project .cont-text {
	float: left;
	position: relative;
	top: 20px;
	width: 616px;
}
#project .text {
	color: #000;
	font: normal 12px "Georgia", "Helvetica", "Arial", "Verdana", sans-serif;
}
#project .intro {
	font: bold 12px "Arial", "Verdana", sans-serif;
	padding-bottom: 16px
}
#project .columns {
	column-count: 2;
	column-gap: 20px;
	padding: 9px 9px 9px 9px;
}
#project .columns p {
	padding-bottom: 12px
}

#project .properties {
	float: right;
	position: relative;
	top: 20px;
	width: 308px;
}
#project .properties a {
	color: #000;
	text-decoration: underline;
}
#project .properties a:hover {
	color: red;
	text-decoration: none;
}
#project .properties ul {
	list-style: none;
	padding-bottom: 18px;
}
#project .properties ul li {
	color: #000000;
	font: bold 12px "Arial", "Verdana", sans-serif;
}
#project .properties .left {
	float: left;
	padding-left: 4px;
	width: 150px;
}
#project .properties .right {
	float: right;
	padding-left: 4px;
	width: 150px;
}
#project .properties .label {
	color: #ff0000;
	font: normal 12px "Arial", "Verdana", sans-serif;
}

#project .header .title {
	font: bold 18px "Arial", "Verdana", sans-serif;
	color: #ff0000;
}
#project .header .oneliner {
	font: normal 15px "Georgia", "Helvetica", "Arial", "Verdana", sans-serif;
	width: 500px;
	display: block;
	color: #000000;
}
#project .columns {
	column-count: 2;
	column-gap: 20px;
	column-rule: 0px;
}
.strtolower {
	text-transform: lowercase;
}