body {
	background-color: #212121;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica; font-size: 8pt; color: #1D1600;
}

h1 { font-size: 8pt; color: #1D1600; text-transform:capitalize; text-align: center;}
h2 { margin-bottom: 10px; font-size: 10pt; color: #8F381C; text-transform:capitalize; font-weight:bold; }
h3 { display: block; color: #202306; }

a:link, a:visited { color: #000000; text-decoration: none; }
a:hover { text-decoration: underline;}


#flashcontent {
	margin: 0px;
	padding: 0px;
	height: 820px;
	min-height: 820px;
	width: 820px;
}


#content { width: 800px; margin: 0px auto; padding: 0px; background: url(img/body_bg.jpg) repeat-y #C8C3A5; }
	#header { width:800px; height:25px; background: url(img/header.jpg) no-repeat center; text-align: right; color: #cccccc; }
	#header div { margin-right: 40px; font-size: 7pt; }
	#header div a:link, #header div a:visited { color: #cccccc; }

	#flashcontent { width: 766px; height: 305px; margin: 0px auto; }

#corpo { padding: 10px 30px; background: url(img/body_header.jpg) no-repeat; text-align: left; }
	#corpo img { margin: 5px; }

#footer { margin: 0px auto; width: 800px; height: 25px; color: #666666; }
	#footer a { color: #666666; margin: 10px 10px;}


/* **** BOX ****  */

.box { float: left; width: 320px; min-height: 90px; height: 90px; padding-top: 20px; background: url(img/box_header.jpg) no-repeat; text-align: left; }
.box h3 { font-weight: bolder; font-size: 7pt; text-decoration: underline; padding: 20px; }
.box .box_testo { padding: 5px 10px 10px 20px; }

.box1 {
	float: left;
	width: 220px;
	margin: 10px 5px;
/*	border: 1px solid #BF2323; */
	padding: 4px;
	min-height: 220px;
	height: 220px;
}
.box2 {
	float: left;
	width: 500px;
	margin: 10px 5px;
}
.box3 {
	width: 730px;
	margin: 10px 5px;
	float: left;
}

.box1 img, .box2 img, .box3 img {
	float: left;
	clear: left;
	margin: 4px 8px 0px 0px;
}

/* **** VARIE ****  */

.text_rosso { font-weight: bolder; }


.clear {
	clear: both;
}