/* CSS Document */
#container {
	width: 900px;
	margin: 0px auto;
	padding: 0px; border-left: #CCCCCC  1px solid; border-right: #CCCCCC 1px solid;
}

 .trecol { 
background: url(../images/general/bg03.jpg); background-repeat:repeat-y;
 
}

.duecol {
	background: url(../images/general/bg02.jpg); background-repeat:repeat-y;
}

#header {
	margin: 0px;
	padding: 0px;
	height: 125px;
	background: #FFFFFF url(../images/general/testata.jpg); background-repeat:no-repeat;
}


#footer {
	margin: 0px;
	clear: both;
	background: #000099 url(../immagini/BaseGlobal.gif) repeat-x;
	text-align: center;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.9em;
}
#footerlink {
	margin: 0 auto;
	clear: both; background-color:#FFFFFF; padding:10px 5px 2px 10px;
	 
	text-align: left; 
	color: #00437A;
	font-size: 11px;
	font-weight: bold;
	line-height: 1.9em;
}
#footerlink a{ text-decoration:none; color:#990000;}
#footerlink a:hover{ text-decoration:underline; color:#990000;}


