/* @group struttura base */
body {
	margin: 0;
	padding: 0;
	text-align: center; /* per IE 5 WIN*/
	background: #fff none repeat-x;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
#centrato {
	width: 950px;
	margin: auto;
	text-align: left; /* per IE 5 WIN */
}
#header{
	width: 950px;
	height: 95px;
}

#corpo {
	width: 950px;
}
#content{
	width: 700px;
	float: left;
	padding-left: 50px;

}
#sidemenu{
	width: 190px;
	float: left;
	font-size: 18px;
}


#footer{
	color: #333;
	font-size: 12px;
	position: relative;
	padding-left: 200px;
	}
/* @end */

	/* border: 1px solid red; */



/* @group formattazione testo */
h1 {
	font-size: 18px;
}
.box0 h1,
.box1 h1 {
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	top: 0;
	bottom: 0;
}
.box2 h2 {
	font-size: 16px;
	margin-bottom: 0;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	top: 0;
	bottom: 0;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 15px;
}
p {
	font-size: 14px;
	line-height: 1.5em;
}
.box0 p,
.box1 p,
.box2 p {
	margin-bottom: 4px;
	margin-top: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	top: 0;
	bottom: 0;
}

.box0 ul {
	line-height: 1.6em;
}

.box0 a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
.box0 a:link,
.box0 a:visited
 {
	color: #333;
}
.box0 a:hover,
.box0 a:focus,
.box0 a:active
 {
	color: #BA0000;
	text-decoration: underline;
	}






/* @end */




/* @group menuNavigazione */
.menuNavigazione {
	width: ;
	margin: 0;
	list-style: none;
	padding: 15px 0;
/*	border-right: 1px solid #BA0000;*/
	text-align: right;
}
.menuNavigazione li {
	position: relative;
	right: -3px;
}
.menuNavigazione a{
	display: block;
	text-decoration: none;
	border-right: 5px solid;
	padding: 5px 10px 5px 0;
	background: #FFF;
	color: #333;
}
.menuNavigazione a:link,
.menuNavigazione a:visited {
	border-color: #BA0000;
}
.menuNavigazione a:hover,
.menuNavigazione a:focus,
.menuNavigazione a:active {
	border-color: #333;
	text-decoration: underline;
	}
.menuNavigazione .voceCorrente a{
	border-color: #333;
	color: #BA0000;
	display: block;
	text-decoration: none;
	border-right: 5px solid;
	padding: 5px 10px 5px 0;
	background: #FFF;

}	
.menuNavigazione .voceCorrente a:link,
.menuNavigazione .voceCorrente a:visited {
	border-color: #BA0000;
}
.menuNavigazione .voceCorrente a:hover,
.menuNavigazione .voceCorrente a:focus,
.menuNavigazione .voceCorrente a:active {
		border-color: #333;
	text-decoration: none;
	}
/* @end */

/* @group serie box */
.box0 {
	width: 700px;
	padding: 5px;
	float: left;
	margin-bottom: 5px;
}
.box1 {
	width: 700px;
	padding: 5px;
	float: left;
}

.box2 {
	width: 270px;
	padding: 5px;
	border-left: 4px solid #ba0000;
	float: left;
	margin-bottom: 10px;
	margin-right: 10px;
}

.box2 a,
.box1 a{
	text-decoration: none;
	color: #333;
}
.box2 a:link,
.box2 a:visited,
.box1 a:link,
.box1 a:visited {
	color: #333;
}
.box2 a:hover,
.box2 a:focus,
.box2 a:active,
.box1 a:hover,
.box1 a:focus,
.box1 a:active {
	color: #BA0000;
	text-decoration: underline;
	}
.box3 {
	width: 390px;
	padding: 1px;
	float: right;
	/* margin-bottom: 10px;
	margin-right: 10px; */
}










/* @end */

/* @group briciola */

.briciola {
	margin-top: 20px;
}
.briciola a {
	text-decoration: none;
	color: #333;
}
.briciola a:link,
.briciola a:visited
 {
	color: #333;
}
.briciola a:hover,
.briciola a:focus,
.briciola a:active
 {
	color: #BA0000;
	text-decoration: underline;
	}


/* @end */

/* @group footer */

.footer {
	border-top: 1px solid #BA0000;
	margin-top: 50px;
}
.footer a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
.footer a:link,
.footer a:visited
 {
	color: #333;
}
.footer a:hover,
.footer a:focus,
.footer a:active
 {
	color: #BA0000;
	text-decoration: underline;
	}
.footerMini {
	font: 10px Verdana, Arial, Helvetica, Geneva, sans-serif;
}	
/* @end */


