/* CSS Document */
body {
	margin:0px;
	padding:0px;
	color: #566171;
	font-family: Tahoma;
	}
	
	
	
.clear {
 	clear:both;
	margin:0px;
	padding:0px;
	}
	
#banner {
	background-color:#8c99aa;
	margin:0px;
	padding:0px;
	height:150px;
	background-image:url("/img/banner_sx.jpg");
	background-repeat:no-repeat;
	background-position:left;
	border-bottom:1px solid #6e7a8d;
	}
	
#banner_dx {
	margin:0px;
	padding:0px;
	height:150px;
	background-image:url("/img/banner_dx.png");
	background-repeat:no-repeat;
	background-position:right;
	text-align:right;
	}
	
a img {
	border:0px;
	}
	

a {
	color:#CC0000;
	}
	
#sx {
	margin:0px;
	padding:0px;
	width:75%;
	float:left;
	}
	
#navigazione {
	margin:0px;
	padding:5px;
	height:38px;
	background-image:url("/img/bg_nav.gif");
	background-repeat: no-repeat;
	color:#FFFFFF;
	}

#navigazione a {
	color:#FFFFFF;
	font-weight:bold;
	}

#contenuto {
	margin:0px;
	padding:5px;
	background-image:url("/img/bg.jpg");
	background-repeat:no-repeat;
	}
	
#cont {
	margin:0px;
	padding:0px;
	background-image:url("/img/bg_cont.gif");
	background-repeat:repeat-y;
	}

	
	
	
#dx {
	margin:0px;
	padding:0px;
	background-image:url("/img/bg_menu.gif");
	background-repeat:repeat-x;
	float:right;
	width:25%;
	height:682px;
	font-size:12px;
	font-weight:bold;
	}
	
#dx_con {
	margin:0px;
	padding:15px 5px 5px 22px;
	color:#999999;
	height:682px;
	background-image:url("/img/bg_menu_sx.gif");
	background-repeat:no-repeat;
	}
#dx a {
	display:block;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom:1px solid #FFFFFF;
	}
	
#dx a:hover {
	background-color:#FFFFFF;
	color: #6e7a8d;
	}
	
#bottom {
	margin:0px;
	padding:0px;
	background-image:url("/img/bottom.gif");
	background-repeat:repeat-x;
	height:190px;
	}
	