﻿a {
	color: maroon;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF7F00;
	text-decoration: underline;
}

body {
	background: #8E0D0D url(images/page_bg.jpg) repeat-x;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #565656;
	margin: 2;
	padding: 0;

}
body2 {
	background: #8E0D0D url(immagini/background.gif) repeat;
	text-align: center;
	font: 11px arial, sans-serif;
	color: #565656;
	margin: 2;
	padding: 0;

}

#copyright {
	color: white;
	text-align: center;
}
#copyright p {
 margin: 0 3em 0.5em 1em;

}


/** Right PROVA **/
#nav2 {
 background: url(images/header.jpg);
 height: 60px;
}
#nav2 ul {
 margin: 0;
 padding: 0 0 0 10px;
}
#nav2 li {
 float: left;
 border-right: 1px solid #A26A6B;
 padding: 30px 6px 6px 6px;
 list-style: none;
}
#nav2 li.last {
 border-right: none;
}
#nav2 a {
 color: #CECECE;
 font: 13px arial, sans-serif;
 font-weight: normal;
}
#nav2 .selected a {
 font-weight: bold;
}

/** Right **/
#nav {
 background: url(images/header.jpg);
 height: 108px;
}
#nav ul {
 margin: 0;
 padding: 0 0 0 30px;
}
#nav li {
 float: left;
 border-right: 1px solid #A26A6B;
 padding: 30px 9px 9px 9px;
 list-style: none;
}
#nav li.last {
 border-right: none;
}
#nav a {
 color: #CECECE;
 font: 12px arial, sans-serif;
 font-weight: normal;
}
#nav .selected a {
 font-weight: bold;
}


/** Body **/
#body {
 background: url(images/body_bg.jpg) repeat-y;
}
#body-top {
 background: url(images/body_top.jpg) no-repeat;
}
#body-bot {
 background: bottom left url(images/body_bot.jpg) no-repeat;
 padding: 27px 39px 19px 39px;
}

#body h2 {
 font: 14px "Times New Roman", serif;
}
#body h2 strong {
 color: #660505;
 font-weight: normal;
 font-size: 18px;
}
#body h3 {
 font: 14px "Times New Roman", serif;
 color: #660505;
 margin-top: 1.4em;
 margin-bottom: 1.1em;
}
#body h4 {
 color: #660505;
}
#body .left {
 margin: 0 26px 0 0;
}

/** footer **/
.body-hr {
 clear: both;
 height: 43px;
 background: bottom left url(images/body_hr.jpg) no-repeat;
 margin: 10px -39px;
}

#footer-1 {
  float: left;
  width: 104px;
  padding-right: 30px;
  margin-top: 5px;
  border-right: 1px solid #ACACAC;
  font: 14px "times new roman", serif;
  color: #660505;
  text-align: center;
}
#footer-1 strong {
  display: block;
  font-size: 18px;
  font-weight: normal;
}
#footer-2 {
  float: left;
  width: 154px;
  margin-left: 12px;
  font: 18px "times new roman", serif;
  color: #000;
  line-height: 34px;
}
#footer-2 .left {
  margin-right: 12px;
}
#footer-3 {
  float: left;
  width: 135px;
  margin: 0;
  font: 14px "times new roman", serif;
  color: #000;
  text-align: center;
}
#footer-3 .left {
  margin-right: 12px;
}
.cornice {
	background-image: url('immagini/trama.gif');
}


.content {
  	background: #8E0D0D url(immagini/background.gif) repeat;
	background-color: #FFFFFF;
	height:100%;
	text-align: left;
}
.disclaimer {
  	background: #8E0D0D url(immagini/background.gif) repeat;
	background-color: #FFFFFF;
	text-align: left;
 	padding: 6px 10px 6px 10px;

}
.heading {
	font: 12.0pt;
	font-family: "Verdana","sans-serif";
	color: maroon;
	font-size: large;
	font-weight: bold;
}
.sottotitoli {
	font: 12.0pt;
	font-family: "Verdana","sans-serif";
	color: maroon;
	font-size: small;
	font-weight: normal;
}

.text {
	font: 9.0pt;
	font-family: "Verdana","sans-serif";
	color: #565656;
	font-size:  x-small;
	font-weight: normal;
}
.textlink
	{color:blue;
	text-decoration:underline;
	text-underline:single;
}

