@charset "utf-8";
/* CSS Document */

html {
	height:100%;
}

img, div { behavior: url(iepngfix.htc) }

BODY {
	background-color: #c8b29b;
	text-align:center;
	margin:0px;
	border: 0;
	font-family:"Georgia", Times New Roman , Times, serif;
	font-size:9px;
	
}




div#contenitore{
	
	width: 910px;
	margin:0px auto;
	text-align:left;
	border: 0;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
}

div#header{
	
	float:left;
	height: 412px;
	width: 910px;
	margin-top:0px;
	
	
}


div#centropagina{
	float:left;
	width: 910px;
	min-height: 450px;
	height: auto !important;
	height: 450px;
	background-image: url(immagini/fondino.png);
	background-position: center;
	background-repeat: repeat-y;
}


div#lingue{
	float:right;
	width: 60px;
	margin-right:25px;
	color:#9c9c9c;
	font-family:"Georgia", Times New Roman , Times, serif;
	font-size:12px;
	font-weight:400;
	font-variant: small-caps;
}

div#lingue A{
	text-decoration: none;
	color:#9c9c9c;
	
}

div#colsx{
	float:left;
	width: 660px;
}

div#coldx{
	width:250px;

	font-family:"Georgia", Times New Roman , Times, serif;
	font-size:12px;
	color: #835b38;
	float:left;
}

div#footer{
	height: 43px;
	width: 910px;
	
	background-image: url(immagini/foot.png);
	
	clear:both;
	
}

div#spazio{
	margin: 0; padding: 0;
	clear:left;
	
	font-size: 1px;
	line-height: 1px;
	height: 0px;
}





ul#menu{
	
	width: 220px;
	clear:left;
	margin: 0; padding: 0;
	padding-left: 40px;
	font-family:"Georgia", Times New Roman, Times, serif;
	line-height: 30px;
	font-size:18px;
	font-weight:bold;
	font-variant: small-caps;
	list-style-type:none;
	
	
}

ul#menu LI {

	list-style-position:inside;
	text-decoration: none;

}

ul#menu A{
	text-decoration: none;
	color:#FFF;
	
}

ul#menu A:hover{
	color:#c8b29b;
}

ul#menu A#current, ul#menu A:hover{
	color:#c8b29b;
		
}





ul#sottomenu{
	
	width: 220px;
	clear:left;
	margin: 0; padding: 0;
	padding-left: 60px;
	padding-bottom: 15px;
	font-family:"Georgia", Times New Roman, Times, serif;
	line-height: 24px;
	font-size:14px;
	font-weight:bold;
	font-variant: small-caps;
	list-style-type:none;

}

ul#sottomenu LI {
	list-style-position:inside;
	text-decoration: none;
}


ul#sottomenu A{
	text-decoration: none;
	color:#FFF;
	
}

ul#sottomenu A:hover{
	color:#c8b29b;
	
}

ul#sottomenu A#current, ul#sottomenu A:hover{
	color:#c8b29b;
	
}


div#info{
	margin: 0; padding: 0;
	width:225px;
	text-align: center;
	font-family:"Georgia", Times New Roman , Times, serif;
	font-size:12px;
	font-weight:bold;
	line-height: 18px;
	color:#FFF;
	clear:left;
	
}

div#info A{
	font-weight:normal;
	font-size:11px;
	text-decoration: none;
	color:#FFF;
}



.titolo {
	color:#835b38;
	font-family:"Georgia", Times New Roman , Times, serif;
	font-size:16px;
	font-weight:bold;
	font-variant:small-caps;
	line-height: 24px;
	text-decoration: none;
	text-align: left;
	
}

.link {
	color:#835b38;
	font-family:"Georgia", Times New Roman , Times, serif;
	font-size:12px;
	text-decoration: none;
	
}
.titolo p .link {
	text-align: center;
}
.border {
border:1px;
border-color: #c99e1b;
}