body{
	font-family: times new roman;
	margin: 0px;
	padding: 0px;
	line-height: 20px;
	background-color: #ff8040;
	text-align: center;
}

img{
	border: 0px 0px 0px 0px;
}

a:link{
	color:#ff8040 ;
	text-decoration: none;
}

a:hover{
	color: red;
	text-decoration: underline;
}

a:visited{
	color: blue;
	text-decoration: none;
}

/**** CONTENITORE DELLA PAGINA ****/
.main{
	width: 900px;
	margin: 0px auto 0px auto;
	background: white;
	border-collapse: collapse;
	padding: 0px;
	border-left: 2px solid gray;
	border-right: 2px solid gray;
}
/**** INTESTAZIONE ****/


.titolo table{
	width: 900px;
	border-collapse: collapse;
}
.titolo td{
	text-align: center;
	background-color: white;
}
.titolo h1{
	font-size: 26px;
	font-weight: 800;
	color: blue;
	line-height: 45px;
}

.titolo h2{
	font-size: 20px;
	line-height: 25px;
	font-weight: 800;
	color: blue;
}

.titolo h3{
	font-size: 30px;
	font-style: italic;
	color: blue;
}

.titolo a:link{
	color: blue;
}

.titolo a:hover{
	color: blue;
	text-decoration: underline;
}

.titolo a:visited{
	color: red;
	text-decoration: none;
}

/**** NAVIGAZIONE SUPERIORE ****/
.menu{
	background-color: white; 
	font-size: 20px;
	width: 900px;
	border-bottom: 2px solid gray;
	color: #ffffff;
}
.menu ul li {
line-height: 14px;
}
.menu ul li a:link{
	font-size: 20px;
	color:white;
	text-decoration: underline;
	font-weight: 800;
}
.menu ul li a:hover{
	font-size: 20px;
	color: #335fb3;
	text-decoration: none;
	font-weight: 800;
}
.menu ul li a:visited{
	font-size: 20px;
	color:#2b5397;
	text-decoration: underline;
	font-weight: 800;
}
.submain table{
	width: 900px;
	border-collapse: collapse;
}
/****** NAVIGAZIONE SINISTRA ******/
.sinistra{
	background-color: white;
	padding-top: 20px;
	width: 150 px;
}

.barraSinistra {
	width: 200px;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	background-color: white;
	color: #333;
}
.barraSinistra ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
.barraSinistra li {
	border-bottom: 1px solid #90bade;
	margin: 0;
	line-height: 20px;
   font-size: 12px;
	font-weight: 800;
}
.barraSinistra li a {
	display: block;
	padding: 5px 5px 5px 0.5em;
	border-left: 10px solid #1b3767;
	border-right: 10px solid #3b6bcb;
	background-color: #2b5397;
	color: #fff;
	text-decoration: none;
	width: 100%;
}

html>body .barraSinistra li a {
	width: auto;
}

.barraSinistra li a:hover {
	border-left: 10px solid #23437f;
	border-right: 10px solid #4377e7;
	background-color: #335fb3;
	color: #ff8040;
}
/******** CORPO *********/
.corpo{
	background-color: white;
	padding-top: 20px;
	width: 680px;
}
.barraC{
  	width: auto;
	text-align: justify;
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
	color: blue;
	margin: 0px 20px 0px 20px;
	padding: 3px 10px 0px 10px;
	border: 0px;
}

.barraC ul{
	margin: 0px 0px 0px 8px;
	line-height: 16px;
	list-style: square;
}
.barraC td{
	font-size: 12px;
	line-height:  16px;
}

.barraC ul li 
{
	margin: 0px 0px 0px 8px;
	list-style: square;
}

.barraC ul li a{
	display: inline;
	font-size: 12px;
}

.barraC a:link{
	color: white;
	text-decoration: underline;
}
.barraC a:visited{
	color: #2b5397;
	text-decoration: underline;
}
.barraC a:hover{
	color: #335fb3;
	text-decoration: none;
}
legend{
	color: blue;
	font-weight: 800;
	text-align: center;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 23px;
	line-height: 24px;
}
.barraC img{
	margin: 10px 10px 10px 10px;
}
.barraC h4{
	font-size: 18px;
	text-align: center;
	padding: 0px;
	margin-bottom: 7px;
	margin-top: 10px;
}

#wrapper{
width:850 px;
height:100px;
background:white;
}
.section{
border:solid 1px #999;
float:left;
height:160px;
margin-left:2px;
width:180px;
}
#wrapper div:first-child{margin-left:0px;}

