@charset "UTF-8";
/* CSS Document */

html, body {
	font-family: Tahoma, Geneva, sans-serif;
	background-image: url(immagini/bg.jpg);
	background-repeat: no-repeat;
	margin: 0px;
	background-color: #FFF;
}

.clear {
	float: left;
}

#main_container {
	background-image: url(immagini/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	float: left;
	width: 100%;
}

#container {width: 950px; float: left;}

#header {
	float: left;
	width: 950px;
	height: 71px;
	background-image: url(immagini/header.jpg);
	background-repeat: no-repeat;
}

#footer {
	background-color: #3a3a3a;
	float: left;
	height: 40px;
	width: 100%;
	margin-top: 23px;
}

#footer p {
	color: #a6a6a6;
	font-size: 0.70em;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 65px;
}

#footer span {
	color: #bfdd45;
}

#column_sx { width: 277px; float: left;}

#textprojects {
	margin-top: 38px;
	float: right;
	width: auto;
	margin-right: 24px;
}

#column_dx {
	float: left;
	width: 669px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #204133;
	margin-top: 38px;
}

.row_text {
	float: left;
	width: 650px;
	margin-left: 12px;
	margin-bottom: 20px;
}

.row_text p {
	font-size: 0.8em;
	color: #626e69;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 19px;
}

.row_text_bgcolor {
	float: left;
	width: 650px;
	margin-left: 12px;
	margin-bottom: 20px;
	background-image: url(immagini/bg_transp.png);
	background-repeat: repeat;
}

.row_text_bgcolor p {
	font-size: 0.8em;
	color: #626e69;
	margin-left: 12px;
	margin-top: 0px;
	margin-bottom: 8px;
	line-height: 19px;
}

h1.title {
	font-size: 1.0em;
	color: #204133;
	font-weight: normal;
	background-image: url(immagini/bullet.gif);
	background-repeat: no-repeat;
	padding-left: 12px;
	background-position: 0px 6px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 8px;
	margin-left: 0px;
}

h1.title a {color: #204133;}
