* {
	margin: 0;
	padding: 0;
}
body {
	background: #d8d8d8;
	color: #2e2e2e;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	text-align: left;
}
img {
	border: 0;
}
.imgAlignLeft{
	float: left;
	margin:0px 2px 10px 0px;
}
.imgAlignRight{
	float: right;
	margin:0px 0px 10px 20px;
}
a {
	color: #2e2e2e;
	text-decoration: none;
}

/* Layout */
#top{
width:100%;
height:46px;
background: url(../images/layout/bg_top_02.jpg) repeat-x;
}
#bg_top_01{
width:10px;
height:46px;
background: url(../images/layout/bg_top_01.jpg) no-repeat;
float: left;
}
#top_titolo{
height: 37px;
width: 79px;
float: left;
}
#top_menu{
margin-left:180px;
font-size: 0.7em;
}
.top_menu_voce{
	padding-top:10px;
	margin-right:30px;
	float: left;
}
.top_menu_voce a{
	padding-left:10px;
}
.top_menu_voce a:hover, .top_menu_voce.current-page, .top_menu_voce a.current-page {
	background: url(../images/layout/bullet.gif) no-repeat 0px 5px;
}


#wrapper {
	margin: 25px auto 0;
	width: 920px;
	font-size: 0.7em;
}
#wrapper_altre {
	margin: 25px auto 0;
	width: 930px;
	font-size: 0.75em;
}
#header {
	padding-left: 27px;
	width: 544px;
	height: 105px;
	background: url(../images/layout/header-bg.gif) no-repeat;
}
#header h1 {
	margin: 37px 60px 0 0;
	float: left;
	width: 87px;
	height: 41px;
	background: url(../images/layout/logo.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}
#header ul {
	margin-top: 30px;
	float: left;
	width: 158px;
	height: 95px;
	list-style: none;
}
#header ul li a {
	padding-left: 8px;
}
#header ul li a:hover,
#header ul li.current-page {
	background: url(../images/layout/bullet.gif) no-repeat 0 5px;
}
#container {
	height: 390px;
}
#content {
	float: left;
	width: 570px;
	height: 380px;
	background: #fff url(../images/layout/loading.gif) no-repeat 50% 50%;
}
#content img {
	border: 5px solid #fff;
}
#content_altre {
	float: left;
	width: 577px;
	height: 245px;
	background: #fff url(../images/layout/bg_content.jpg) no-repeat 50% 50%;	
}
#content_altre_box {
	padding:10px 10px 10px 20px;
	font-weight: normal;
}
#content_altre h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom:10px;
}
#content_altre h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom:10px;
}
#content_altre .content2 {
	margin-left:10px;
	font-size: 0.95em;
}
#content_altre .content2 a {
	text-decoration: underline;
}
#side-content {
	margin-left: 13px;
	float: right;
	width: 336px;
}
#side-content ul {
	margin: 10px 0 0;
	list-style: none;
}
#side-content ul li {
	margin: 0 5px 5px 0;
	float: left;
	width: 105px;
	height: 69px;
}
#side-content h2 {
	margin-bottom: 13px;
	padding-left: 13px;
	background: url(../images/layout/content-bullet.gif) no-repeat 0 5px;
	font-size: 1em;
	font-weight: bold;
	clear: both;
	cursor: pointer;
}
#side-content h2.selected {
	background: url(../images/layout/content-bullet-selected.gif) no-repeat 0 6px;
}
#footer {
	margin-left: 320px;
	color: #838181;
	font-size: 0.8em;
	text-align: right;
	width: 250px;
	clear: both; 
}

/* Clearing Fix */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
/*\*//*/
.clearfix {display: inline-table;}
/* */