@charset "utf-8";
body, html {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	width: 100%;
	color: #333;
	line-height: 16px;
}
div {
	float:left;
}
img {
	border: none;
}
li {
	list-style-image: url(img/li.png);
	line-height: 20px;
}
h1 {
	font-size: 22px;
	font-weight: lighter;
	color: #3a93c3;
}
h2 {
	font-size: 16px;
	font-weight: lighter;
	color: #ef4723;
	text-transform: uppercase;
}
h3 {
	font-size: 13px;
	font-weight: bold;
}
#body {
	width: 1000px;
	margin-left: -500px;
	position: absolute;
	left: 50%;
	margin-top: 10px;
	float: none;
}
#header_top {
	background-image: url(img/header_top_bg.png);
	height: 80px;
	width: 990px;
	margin-left: 10px;
	text-align: right;
}
#mini_menu {
	padding: 3px;
}
#mini_menu a {
	color: #666;
	text-decoration: none;
	font-size: 10px;
}
#mini_menu a:hover {
	text-decoration: underline;
}
#header_bottom {
	background-image: url(img/header_bottom_bg.png);
	height: 20px;
	width: 1000px;
}
#logo_bottom {
	float: right;
}
#menu {
	height: 204px;
	width: 1000px;
}
#menu_voci {
	height: 204px;
	width: 207px;
}
#content {
	width: 1000px;
}
#colonna_sx {
	background-image: url(img/colonna_sx.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 35px;
	height: 90px;
}
#colonna_dx {
	background-image: url(img/colonna_dx.png);
	background-repeat: no-repeat;
	background-position: top;
	width: 35px;
	height: 90px;
}
#text {
	background-image: url(img/content_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 930px;
	padding-top: 20px;
	text-align: justify;
	padding-bottom: 20px;
}
#text a {
	font-weight: bold;
	color: #ef4723;
	text-decoration: none;
}
#text a:hover {
	text-decoration: underline;
}
#text img {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}
#footer {
	background-image: url(img/footer_bg.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 950px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	color: #999;
	font-size: 10px;
	text-align: center;
	margin-right: 15px;
	margin-left: 15px;
	background-color: #e0e0e0;
}
#footer a {
	font-weight: bold;
	color: #ef4723;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#table {
	width: 600px;
	font-weight: bold;
}
#td_header {
	background-color: #3a93c3;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	padding: 3px;
}
#td_sx {
	background-color: #CCC;
	font-weight: bold;
	text-align: center;
	padding: 3px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
#td {
	background-color: #f0f0f0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	text-align: center;
}
.smtxt {
	float: none;
}
