body {
	margin: 0px;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}


#header {
	width: auto;
	height: 110px;
	background-image: url(../../images/sfondo_alto.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


.table-header {
	width: 100%;
	height: 110px;
	background-image: url(../../images/sfondo_alto.jpg);
	background-repeat: repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#logo {
	background-image: url(../../images/logo.png);
	background-repeat: no;
	float: left;
	visibility: visible;
	height: 168px;
	width: 300px;
	left: 10px;
	top: 10px;
}

/* Menu */
#menu {
	width: 100%;
	height: 30px;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 5px;
	float: no;
	
	text-align: center;	
}



#menu_items {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 1px;
	background-image: url(../../images/tondo_hover.jpg);
	background-repeat: no-repeat;
	float: left;
	text-indent: 35px;
	
	
}


#menu_items a {
	font-size: 16px;
	color: #0066FF;
	font-weight: bold;
	
}

#menu_items a:hover {
	text-decoration: underline;
}

#menu_current_item {
	font-size: 18px;
	color: #0066FF;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 1px;
	background-image: url(../../images/tondo_hover.jpg);
	background-repeat: no-repeat;
	float: left;
	text-indent: 35px;
}

#wrapper {
}


#page {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 5px;
	background: #FFFFFF;
}

#page-bg {
}


#content {
	float: left;
	width: 480px;
}
#content2 {
	float: left;
	width: 600px;
	
	
}

.title {
	height: 78px;
	margin: 0;
	padding: 15px 0 4px 20px;
	font-weight: normal;
	background-image: url(../../images/bottone_big_blu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.title a {
	border-bottom: none;
	color: #FFFFFF;
}

.title a:hover {
	border-bottom: 1px dotted #000000;
}


.title_big {
	height: 78px;
	margin: 0;
	padding: 15px 0 4px 20px;
	font-weight: bolder;
	background-image: url(../../images/bottone_big_blu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-style: normal;
	color: #000000;
}

.title_big a {
	border-bottom: none;
	color: #FFFFFF;
}

.title_big a:hover {
	border-bottom: 1px dotted #000000;
}


.title_big2 {
	height: 78px;
	margin: 0;
	padding: 15px 0 4px 20px;
	font-weight: bolder;
	background-image: url(../../images/bottone_big_blu2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-size: 16px;
	font-style: normal;
	color: #000000;
}

.title_big2 a {
	border-bottom: none;
	color: #FFFFFF;
}

.title_big2 a:hover {
	border-bottom: 1px dotted #000000;
}

#sidebar1 {
	float: left;
	margin-top: 0px;
}

#sidebar2 {
	float: right;
}

.sidebar {
	float: left;
	width: 240px;
	padding: 0;
	font-size: 12px;
}
.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar li {
	padding: 0 0 20px 0;
}
.sidebar li ul {
}
.sidebar li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px dashed #C5C4C4;
}
.sidebar li h2 {
	height: 40px;
	margin: 0 0 0 0;
	padding: 20px 15px 0px 65px;
	background-image: url(../../images/bottone_small_blu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
.sidebar a {
}


.sidebar_big {
	float: left;
	width: 300px;
	padding: 0;
	font-size: 12px;
}
.sidebar_big ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar_big li {
	padding: 0 0 20px 0;
}
.sidebar_big li ul {
}
.sidebar_big li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px dashed #C5C4C4;
}
.sidebar_big li h2 {
	height: 40px;
	margin: 0 0 0 0;
	padding: 20px 15px 0px 65px;
	background-image: url(../../images/bottone_small_blu2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	letter-spacing: -1px;
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
.sidebar_big a {
}


.sidebar_small {
	float: left;
	width: 40px;
	padding: 0;
	font-size: 12px;
}


/* Footer */

#footer {
	width: 960px;
	height: 70px;
	margin: 0 auto;
	padding: 0 20px;
	background: #2E2E2E;
}

#footer p {
	margin: 0;
	padding: 25px 0 0 0;
	text-align: center;
	font-size: smaller;
}

#footer a {
}

#footer .link {
	float: right;
}

#footer .copyright {
	float: left;
}

