@charset "UTF-8";
body{
	font-family: Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0px;
	width:100%;
	background-color: #fe9601;
	background-image: url(img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
hr{
height:5px;}
#content {
	height: auto;
	width: 900px;
	margin:0 auto;
}
#content #head {
	height: 260px;
	width: 880px;
	background-image: url(img/Immagine-1.jpg);
	background-repeat: no-repeat;
	background-position: right;
	padding-left: 10px;
	padding-top: 30px;
}
#content #contenitore {
	float: left;
	width: 680px;
	padding-left: 10px;
	font-size: 16px;
	padding-right: 10px;
}
#column_right {
	float: right;
	width: 195px;
	height: auto;
	padding-top: 30px;
	padding-left: 5px;
}
#content #footer {
	height: 40px;
	width: 900px;
	margin-top: 500px;
	text-align: center;
	font-size: 12px;
}
#content #menu {
	height: 30px;
	width: 900px;
	background-color: #A3AFB4;
	text-align: center;
}
#content #menu .menuint {
	height: 25px;
	width: 95px;
	padding-top: 5px;
	padding-left: 5px;
	float: left;
}
#content  #menu  .menuint  a:hover  {
	background-color: #FFFFFF;
}
a {
	color: #333333;
}
#content  #menu  .menuint  a  {
	font-weight: bold;
	color: #000000;
}
.title {
	font-size: 16px;
	color: #333333;
}
.title2 {
	font-size: 18px;
	font-weight: bold;
	color: #666666;
}
.title4 {
	font-size: 19px;
	font-weight: bold;
	color: #333333;
}
.title3 {
	font-size: 14px;
	font-weight: bold;
	color: #006600;
}
#content #column_right li {
	font-size: 13px;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: circle;
}
.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FC8601;
	text-decoration: blink;
}
#content #head h1 {
	color: #FC8101;
}
.center{
text-align:center;}
