body
{
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Verdana;
	font-size: 12px;
	color: #9a2b43;
	line-height: 1.5;
}

.main {
	width:1000px;
	position:relative;
}

.contentSx {
	width:200px;
	float:left;
	text-align:left;
}


.contentDx {
	width: 800px;
	text-align: left;
	float: left;
}

.colonna {
	width: 400px;
	text-align: left;
	float: left;
}


a:link, a:visited {
	font-family: Verdana;
	font-size: 12px;
	color: #9a2b43;
	text-decoration:none;
}

a:hover {
	font-weight: bold;
}

a.on {
	font-weight: bold;
}

.piede {
	position: relative;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 10px;
	width: 1000px;
	height: 18px;
	background-image: url(immagini/piede_bg.jpg);
	text-align: center;
	color: #9a2b43;
	font-size: 10px;
	font-family: Arial;
}

a.mini:link, a.mini:visited {
	color: #9a2b43;
	font-size: 10px;
	font-family: Arial;
	text-decoration:none;
}

a.mini:hover {
	text-decoration:underline;
}