@import url(general.css);

#header
{
	height: 112px;
	background-image: url(../images/headerRicercaESviluppojpg.jpg);
	background-repeat: no-repeat;
}

#body
{
	padding-top: 100px;
	background-image: url(../images/ricercaESviluppoBody.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.project
{
	margin-bottom: 30px;
	line-height: 18px;
	padding: 30px;
}

.project img
{
	border: 1px solid #444A5B;
	width: 300px;
	height: 166px;
	vertical-align: top;
}

.project table tr td
{
	padding: 10px;
}

.project div
{
	padding: 10px;
	margin-bottom: 20px;
}

#footer
{
	background-image: url(../images/footerProgetti.jpg);
	height: 160px;
}