html, body {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-color: #FCFCFC;
	background-image: url(../iml/bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
body {
	text-align:center;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 76%;
}

div#header {
	height: 165px;
	background-image: url(../iml/hd1_bando.png);
	background-repeat: no-repeat;
	background-position: 514px;
}
div#header a#logo {
	background-image: url(../iml/hd1_marcucci.png);
	margin: 0px;
	padding: 0px;
	height: 165px;
	width: 169px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	float: left;
}
div#header a#testata {
	background-image: url(../iml/hd1_otam.png);
	margin: 0px;
	padding: 0px;
	height: 165px;
	width: 345px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	float: left;
}
div#container {
	text-align:left;
	width: 850px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
div#content {
	float:left;
	width:534px;
	background-image: url(../iml/content.png);
	margin-left: 20px;
	min-height: 500px !important;
	margin-top: 22px;
	margin-right: 15px;
	margin-bottom: 22px;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}
div#content h1, h2, h3, h4, h5, h6 {
	color: #F50;
	font-weight: normal;	
	margin-right: 22px;
	margin-left: 22px;
}

div#content p {
	margin-right: 22px;
	margin-left: 22px;
	color: #555;
	line-height: 133%;
	text-align: justify;
	font-size: 110%;
}
div#content strong {
	color: #000;
}
div#content a {
	color: #F50;
	text-decoration: none;
	font-weight: bold;
}
div#content a:hover {
	text-decoration: underline;
}

div#navigation {
	float:left;
	width:222px;
	background-image: url(../iml/menu.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 22px;
	margin-bottom: 22px;
	min-height: 500px !important;
 	color: #999;
	padding-top: 10px;
}

div#navigation h6 {
	font-size: 120%;
	color: #6AD;
	margin-top: 22px;
	margin-right: 22px;
	margin-bottom: 0;
	margin-left: 22px;
	background-image: url(../iml/tacca.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 2px;
	padding-left: 7px;
}
div#navigation h6 a {
	color: #6AD;
	text-decoration: none;
}
div#navigation h6 a:hover {
	color: #F50;
}

div#navigation ul {
	margin-top: 0;
	margin-left: 40px;
	list-style-image: none;
	list-style-type: none;
	margin-bottom: 0px;
}
div#navigation  ul li {
	color: #999;
	margin-top: 3px;
}
div#navigation ul li a {
	color: #777;
	text-decoration: none;
}
div#navigation ul li a:hover {
	color: #F50;
}



div#extra {
	background-color: #CCC;
	display: none;
}
div#footer {
	color: #999;
}
div#footer p {
	clear:both;
	margin-left: 50px;
	margin-bottom: 22px;
}
div#footer a {
	color: #F50;
	text-decoration: none;
}
.right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.center {
	text-align: center;
}
table {
	margin-right: 22px;
	margin-left: 22px;
	color: #555;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 90%;
	line-height: 150%;
}
th {
	text-align: left;
	border: 1px dotted #999;
	line-height: 300%;
}
td {
	border: 1px dotted #CCC;
}
.data {
	color: #555;
	letter-spacing: 0.3em;
	font-weight: bold;
}
p.elenco {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #555;
	padding-top: 10px;
	padding-bottom: 10px;
}
p.elenco a {
	font-size: 82%;
}
a img {
	border: 1px solid #FFF;
}
a:hover img {
	border-top-color: #F50;
	border-right-color: #F50;
	border-bottom-color: #F50;
	border-left-color: #F50;
}

