/* <!-- */
/* General styles */
body {
	margin:0;
	padding:0;
	border:0;			/* This removes the border around the viewport in old versions of IE */
	width:100%;
	background:#fff;
	min-width:600px;    /* Minimum width of layout - remove line if not required */
						/* The min-width property does not work in old versions of Internet Explorer */
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font:Arial, Helvetica, sans-serif;
}

#main{margin-left:auto; margin-right:auto; width:950px;}

#wrapper{float:left;width:950px;}

#header{
	width:100%;
	margin-bottom:5px;
}

.column_dx{width:160px; float:right;}
.column_sx{width:160px; float:left;}
.center{width:620px; float:left; margin-left:5px;}
.caps{width:950px; float:left; background-color:#FFF;}

.clear{
	clear:both;
}

#column_int_sx{width:410px; float:left;}
#column_int_dx{width:200px; float:right;}

.testo{padding:10px;}

/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:100%;
	text-align:center;
	border:1px solid #D9D9D9;
	font-size:0.8em;
	margin-bottom:5px;
}
#footer p {
	padding:10px;
	margin:0;
}

.link_personali{
	font-size:0.8em;
	font-weight:700;
	padding-left:3px;
	padding-right:3px;
	margin-bottom:2px
}
/* --> */

