body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: auto;
}

h1, h2 {
	margin: 0px;
}
a {
	color: #333333;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#testata {
	background-color: #BCBCBC;
	height: 90px;
	background-image: url(images/testata.jpg);
	background-repeat: no-repeat;
}
#banner {
	background-color: #9E9E9E;
	background-image: url(images/bannersfondo.jpg);
	background-repeat: no-repeat;
}
#banner h2 {
	color: #FFFFFF;
	font-size: 15px;
	margin-top: 2px;
	font-weight: bold;
	padding-left: 14px;
}
#banner h1 {
	font-size: 11px;
	margin-top: -4px;
	font-weight: bold;
	padding-left: 14px;
}
#menu, #piede {
	font-size: 11px;
	background-color: #999999;
	height: 18px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-width: 0px;
	border-bottom-width: 2px;
	border-left-width: 0px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	line-height: 18px;
	clear: both;
	color: #333333;
	padding-left: 28px;
}
.titolo {
	background-image: url(images/titolosfondo.jpg);
	background-repeat: no-repeat;
	font-weight: normal;
	font-size: 24px;
	vertical-align: top;
	padding: 3px;
}
.largo {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#contenuto {
	width: 800px;
}
.box_index {
	background-image: url(images/index_sfondo.jpg);
	height: 100px;
	width: 190px;
	float: left;
	margin-top: 40px;
	margin-bottom: 40px;
	margin-left: 10px;
}
.box_index_img {
	height: 87px;
	width: 48px;
	padding-top: 4px;
}
#grigliaprincipale {
	width: 600px;
	float: left;
	height: 350px;
}
#griglianews {
}
.box_index div {
	float: left;
}
.box_index h1 {
	font-size: 16px;
	padding-left: 7px;
	line-height: 14px;
	padding-top: 4px;
}
.box_index h2 {
	font-size: 12px;
	padding-left: 7px;
	margin-top: -2px;
}
.box_index_content {
	font-size: 10px;
	width: 130px;
	padding-left: 7px;
	font-weight: bold;
	line-height: 12px;
}

.box_index a {
	text-decoration: none;
}
#menu a, #piede a {
	color: #333333;
}
#menu a:hover {
	color: #FFFFFF;
}
#marqueecontainer {
	position: relative;
	width: 182px; /*marquee width */
	height: 250px;
	overflow: hidden;
	padding: 2px;
	padding-left: 4px;
	top: -6px;
	left: -7px;
	border: 1px solid #E0E0E0;
}
