@charset "utf-8";

html {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#573218;
}
body{
	margin: 0; /* è buona norma impostare a zero i valori margin e padding dell'elemento body per tenere conto delle diverse impostazioni predefinite dei browser*/
	padding: 0;
	background-repeat: no-repeat;
	background-position: center;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form {
	margin: 0px;
	padding: 0px;
}
#Container {
	width: 991px;
	margin-right: auto;
	margin-left: auto;
}
#AllContainer {
	width: 100%;
	background-image: url(../images/bg_container.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: auto;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
}
#Header {
	margin-right: auto;
	margin-left: auto;

}
#Header  .logo{
	width: 201px;
	float: left;
	margin-left: 36px;
}
#Header .right {
	width: 692px;
	float: left;
	margin-left: 20px;
	background-image: url(../images/bg_header-right.gif);
	height: 217px;
	margin-right: 36px;
}
#Header .right-foto {
	width: 268px;
	float: left;
	margin-left: 1px;
	height: 182px;
	margin-top: 34px;
}
#Header .right-ragsoc {
	width: 300px;
	float: left;
	height: 113px;
	margin-left: 123px;
}
#Header .right-ico {
	width: 65px;
	float: left;
	height: 22px;
	margin-top: 61px;
	margin-left: 358px;
}
#Footer {
	margin-right: auto;
	margin-left: auto;
}
#Footer .ragsoc {
	width: 201px;
	float: left;
	margin-left: 36px;
	background-image: url(../images/rag_soc_footer.gif);
	height: 91px;
}
#Footer .right {
	width: 692px;
	float: left;
	margin-left: 20px;
	background-image: url(../images/bg_footer-right.gif);
	height: 91px;
	margin-right: 36px;
}
#Footer .right-recapiti {
	width: 682px;
	float: left;
	margin-left: 10px;
	height: 61px;
	margin-top: 20px;
	font-size: 11px;
}
#Footer .right-link {
	width: 482px;
	float: left;
	margin-left: 10px;
	height: 20px;
	margin-top: 10px;
	font-size: 11px;
}
#Footer .right-credits {
	width: 200px;
	float: left;
	height: 20px;
	margin-top: 10px;
	font-size: 11px;
	text-align: right;
}





#Left  {
	width: 201px;
	float: left;
	margin-left: 36px;
	margin-top: 20px;
}
#Left .riquadro {
	float: left;
	width: 199px;
	margin-bottom: 20px;
}

#Left   .box{
	float: left;
	width: 199px;
	border: 1px solid #aabdd3;
	text-align: center;
}
#Left h1 {
	font-size: 13px;
	font-weight: bold;
	color: #000066;
	background-image: url(../images/bg_left-title.gif);
	width: 201px;
	text-align: center;
	height: 23px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	text-transform: uppercase;
}
#Right  {
	width: 692px;
	float: left;
	margin-top: 20px;
	margin-right: 36px;
	margin-left: 20px;
}
#Right .testo {
	float: left;
	width: 655px;
}

#Right .testo-sx {
	float: left;
	width: 339px;
	margin-right: 10px;
	margin-bottom: 20px;
	height: 204px;
}
#Right .testo-dx {
	float: right;
	width: 339px;
	margin-left: 10px;
	margin-right: -17px;
	margin-bottom: 20px;
	height: 204px;
}

#Right .foto-dx {
	float: right;
	width: 304px;
	background-color: #AABDD3;
	height: 204px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-right: -17px;
	margin-bottom: 20px;
}
#Right .foto-sx {
	float: left;
	width: 304px;
	background-color: #AABDD3;
	height: 204px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 4px;
	margin-bottom: 20px;
}
.bordo  {
	padding: 1px;
	border: 1px solid #aabdd3;
	margin-right: 10px;
}
a.link:visited {
	color: #573218;
	text-decoration: underline;
}
a.link:active {
	color: #573218;
	text-decoration: underline;
}
a.link:link {
	color: #573218;
	text-decoration: underline;
}
a.link:hover {
	color: #573218;
	text-decoration: none;
	font-weight: bold;
}
.testomarrone {
	color: #312322;
	padding: 0px;
	text-align: left;
	width: 238px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
hr {
	border-top-style: solid;
	border-top-color: #aabdd3;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-left-color: #FFF;
}
