body {
	background-color: #6B3C20;
	text-align: center;
	font-family: Arial;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-image: url('../img/sfondo_sfum.jpg');
	background-repeat: repeat-x;
}

h1 {
	font-size: 14px;
	color: #ee7f01;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 8px;
	font-weight: normal;
}

table {
	border-spacing: 0px;
	border-collapse: collapse;
}

a {
	text-decoration: none;
	color: #FF6600;
}

img {
	border: 0px;
}

ul {
	padding-left: 0px;
	margin-left: 10px;
}

div#bodyContainer {
	width: 1200px;
	margin: 0px auto;
	background-image: url('../img/fondo_sx.jpg');
	background-position: top left;
	background-repeat: no-repeat;
}
div#bodyContainer2 {
	width: 1200px;
	margin: 0px auto;
	background-image: url('../img/fondo_dx.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}

div#pageContent {
	margin: 0px auto;
	padding: 0px;
	width: 900px;
	text-align: left;
	background-color: white;
}

div#pageContent div#textContent {
	font-size: 13px;
	margin-left: 20px;
	margin-right: 20px;
	text-align: justify;
	color: #656355;
}
div#pageContent div#textContent a {
	color: #EE7F01;
}
div#pageContent div#textContent a:hover {
	font-weight: bold;
}

textarea.error, input.error {
	background-color: yellow;
}

div#header, div#footer {
	margin: 0px auto;
	/*border: 1px solid white;*/
}

div#header #headerImage{
	background-color: #656354;
	width: 1200px;
	height: 284px;
	margin: 0px auto;
	position: relative;
}

div#header #news {
	background-color:#656355;
	color:white;
	font-size:11px;
	height:150px;
	position:absolute;
	right:150px;
	bottom:0px;
	width:192px;
	z-index: 1;
	text-align: left;
	overflow: hidden;
}
div#header #news p {
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
div#header #news p a {
	color: white;
}

#leftColumn {
	font-size: 11px;
	width: 149px;
	background-color: #656355;
	padding: 0px;
	vertical-align: top;
}
#leftColumn p {
	margin: 0px;
	padding: 0px;
}
#leftColumn p a {
	color: white;
	text-decoration: none;
	display: block;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 10px;
}
.dropstyle ul li a.leftMenu {
	color: white;
	background-color: #656355;
}
#leftColumn p a.leftMenu:hover, .dropstyle ul li a.leftMenu:hover {
	background-color: #525043;
	color: #ee7f01;
}
div#centerColumnDiv {
	min-height: 400px;
	overflow: visible;
}

#rightColumn {
	width: 192px;
	background-color: #d0d0cc;
	padding: 0px;
	vertical-align: top;
}
#rightColumn p {
	padding: 0px;
	margin: 0px;
}
#centerColumn {
	padding: 0px;
	vertical-align: top;
	width: 559px;
}
#centerColumnWidth {
	height: 500px;
}

div#scrollable {
	height: 417px;
	overflow: auto;
}

div#footer {
	text-align: center;
	font-size: 10px;
	color: #656355;
	padding-top: 5px;
	padding-bottom: 20px;
	border-top: 1px solid #656355;
	margin-top: 40px;
}
div#footer a {
	color: #656355;
}

.titoletto {
	color: #ff0066;
	font-weight: bold;
}

div.newsItem {
	background-color: #eeeeee;
}
div.newsItem div.newsTitle {
	margin-top: 20px;
	margin-bottom: 5px;
}
div.newsItem div.newsText {
	width: 519px;
	overflow: hidden;
}
div.newsItem .leggiTutto {
	font-size: 10px;
}
.navigation#archivio {
	float: right;
}
.navigation {
	font-size: 11px;
	margin-top: 15px;
	margin-left: 20px;
	margin-right: 20px;
}
.news#textContent {
	/*min-height: 300px;*/
}

div#testo {
	position: relative;
}

#orologioFlash {
	position: absolute;
	bottom: 0px;
}

div#textContent img {
	margin-right: 10px;
}