html, body {
	margin : 0; 
	padding : 0; 
	background-image : url("images/bg_body.gif");
} 
body {
	font-family : "@Arial Unicode MS", sans-serif; 
	font-size : 76%;
	text-align: center; 
} 
div#container {
	width : 770px;
	margin: 0px auto;
	text-align : left;
	background-image : url("images/bg_container.gif");
}
div#top { /*Barra di stato*/
	width : 770px;
	height : 33px;
	text-align : right; 
	background: White url(images/bg_top.gif) no-repeat top;
	font-size: 7pt;
	color: #00438C;
}
div#top a {
	color : #00438C;
	text-decoration : none;
}
div#top a:hover {
	color: #ff4500;
	text-decoration: underline;
}
.textop {
	padding-top: 13px;
	padding-right: 15px;
}
div#lang { /*Lingua*/
	float : left;
}
div#header { /*Menu*/
	width : 770px;
	text-align : center; 
	background: white;
	background-image : url("images/bg_container.gif");
	text-align: center;
}
div#content { /*Contenitore*/
	width : 750px;
	margin-left : 10px;
	text-align: left;
}
div#navigation { /*Colonna destra*/
	float: right;
	margin-bottom: 5px;
	width: 150px;
	height: 500px;
	background: url(images/bg_navigation.gif) repeat-x top;
	text-align: left;
}
div#loginbox { /*Box destra*/
	width: 130px;
	margin-top: 10px;
	margin-left:10px;
	margin-bottom: 10px;
	background: #fff url(images/bg_login.gif) no-repeat top;
	border: 1px solid #003580;
	text-align: left;
	color: #00438c;
}
div#rightbox { /*Box destra*/
	width: 130px;
	margin-top: 10px;
	margin-left:10px;
	margin-bottom: 10px;
	background: #fff url(images/bg_login.gif) no-repeat top;
	border: 1px solid #003580;
	text-align: left;
	color: #00438c;
}
.rightbox_text {
	font-size: 8pt;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 0px;
}
.rightbox_footer {
	font-size: 7pt;
	margin-right: 5px;
	margin-top: -5px;
	margin-bottom: 5px;
	text-align: right;
	color: #ffa500;
}
.rightbox_field {
	width: 113px; 
	height: 15px; 
	font-size: 8pt;
}
div#leftbox { /*Box di sinistra*/
	float:left;
	width: 575px;
	padding-left:10px;
	padding-right:10px;
	margin-left:0px;
	margin-right:0px;
}
div#footer { /*Piede*/
	clear : left; 
	width : 770px;
	height : 170px;
	background: url(images/bg_footer.gif) no-repeat bottom;
	text-align : center; 
	font-size: 8pt;
}
div#footer a { /*Stili generici*/
	color : #555;
	text-decoration : underline;
}
div#footer a:hover {
	color: #033;
	text-decoration: underline;
}
a {
	color : #00438c;
	background: transparent;
	text-decoration : underline;
}
a:hover {
	color: #ff4500;
	background: transparent;
	text-decoration: underline;
}
big {
	color : #00438c;
	font-size: 140%;
	font-weight: bold;
}



