@charset "UTF-8";
/* CSS Document */
body {
	margin:0px;
	text-align:center;
	font-family: Garramond;
	font-size: 12px;
	color:#0b3392;
}

#table {
	height:515px;
	width:1003px;
	border: 3px solid #0b3490;
	margin: 0px auto;   /*centra negli altri browsers*/
    text-align: left;   /*ripristina l' allineamento*/
}

#menu {
	height:16px;
	text-align:right;
}
#menu a {
	background-color:#0b3490;
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	padding-left:18px;
	padding-right:18px;
}
#area_content {
	margin-top:56px;
	height:257px;
	width:1005px;
}

#imgsx {
	height:257px;
	width:121px;
	background-image:url(../img/imgsx.gif);
	background-position:left;
	background-repeat:repeat;
	float:left;
}
#content {
	height:257px;
	width:463px;
	float:left;
	text-align:center;
}
#content_interno {
	height:251px;
	width:459px;
	float:left;
    overflow:auto;
	padding: 2px;
    /*border:1px solid #EEE;*/
	border-right:0 solid;
}
.link_partner {
	font-weight:bold;
	color:#0b3392;
	font-size: 14px;
}
.link_sito {
	font-weight:bold;
	color:#990000;
	font-size: 16px;
	text-transform:uppercase;
}
#imgdx {
	height:215px;
	width:419px;
	background-image:url(../img/imgdx.gif);
	background-position:left;
	background-repeat:repeat;
	float:left;
	text-align:center;
	padding-top:42px;
}
#menu_loghi {
	/*clear:left;*/
	margin-top:16px;
}
#riga_loghi {
	clear:left;
	margin-left:36px;
	margin-right:31px;
	margin-bottom:5px;
	text-align:center;
	height:75px;
}
#logo {
	height:73px;
	width:298px;
	border: 1px solid #0b3490;
	float:left;
	text-align:center;
	margin-right:5px;
	margin-left:5px;
}


