/* CSS Document */

html,body {
	margin: 0;
	padding:0;
	}
	
body {
	font-family:"Trebuchet MS";
	background-color:#fff;
    text-align: center;  
	}

#conteiner {
	margin: 0px auto;   /*centra negli altri browsers*/
	width:863px;
	}
#top {
	margin-top:20px;
	}

#content {
	background-image:url(../img/bg_content.jpg);
	padding:20px 0 0 0;
	}
#menu_top {
	height:26px;
	background-image:url(../img/bg_menu_top.jpg);
	padding-top:4px;
	}
#menu_top_interno {
	height:26px;
	width:842px;
	border-bottom:#A7CADC solid 1px;
	}
#menu_top_interno a{
	color:#76ADC8;
	font-size:14px;
	padding:0 17px;
	text-decoration:none;
	font-weight:bold;
	}
#menu_top_interno a:hover{
	color: #243A78
	}


#menu_sx {
	float: left;
	width:260px;
	background-color:#C7DEE8;
	margin-left:10px;
	}
div#menu_sx ul{list-style-type: none;margin: 0;padding: 0;}
	div#menu_sx li{margin: 0;padding:0; }
	div#menu_sx li a{ display:block;  width:243px; text-decoration: none; text-align:right; padding: 0 17px 0 0; color: #243A78; font-size:14px; font-weight:bold; background-image: url(../img/bg_menu_sx.jpg); background-position:top; background-position:right; background-repeat:no-repeat; line-height:25px;}
	div#menu_sx li a:hover{color: #FFF;}
	div#menu_sx li#activelink a{color: #FFF;}	
	
	
#testi {
	float: right;
	text-align:left;
	width:554px;
	color:#000;
	font-size:14px;
	}
#footer {
	clear:both;
	background-image:url(../img/footer.jpg);
	height:45px;
	color:#FFF;
	font-size:11px;
	padding-top:6px;
	}


