body {
	background-color:#B6C1DC;
	background-image:url(../images/struttura/fondo.gif);
	background-repeat:repeat-y;
	text-align:left;
	margin: 0;
	padding:0;	
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #2C407D;

}
#container {
	width: 760px;	
	margin-right: auto;
	text-align:left;	
}

#barra {
	margin:13px 0 10px 0;
	text-align:center;	
}


#banner {
	margin:0 14px 0 14px;
	text-align:left;
	background-color: #425079;
	height: 210px;	
}


#bannersx {
	float:left;
	width: 300px;
	background-image:url(../images/struttura/titolo_home.gif);
	background-repeat:no-repeat;
	background-position: right bottom;
	height: 210px;
}


#bannerdx {
	margin-left: 301px;
	text-align:right;
}


#content {
	padding:24px 16px 0 16px;
	text-align:left;
	background-image:url(../images/struttura/fondo_content.gif);
	background-repeat:repeat-y;
	background-position:left;
	height:600px;
}

#contsx {
	background-color: #DEE0E4;
	width: 300px;
	float: left;
	text-align:center;
	vertical-align:middle;
	padding: 22px 0 0 0;
}

#textsx{
	padding: 22px 25px 0 15px;
	text-align:left;
}

#contdx {
	background-color: #EAEAEC;
	margin-left:300px;
	padding: 22px 35px 43px 55px;
	background-repeat:no-repeat;
	background-position: top right;
}
#contdx a { 
	color: #2C407D;
	text-decoration:none;
}

#piede {
	width: 760px;
	padding-top: 15px;
	padding-bottom: 25px;
	font-size: 11px;
	margin-left: auto;
	margin-right: auto;
	text-align:center;
}

#piede a {
	color:#2C407D;
	text-decoration:none;
}


