/* CSS Document */

html,body{
	margin: 0;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

body {
	color:#333;
	font:10px/1.5em verdana,sans-serif;
	text-align:center;
	background-image: url(../img/sfondo.gif);
	background-repeat: repeat;	
}

div#container{
	width: 650px;
	text-align: left;
	border-top: 1px solid #d4b332;
	border-left: 1px solid #d4b332;
	border-right: 1px solid #d4b332;
	border-bottom: 1px solid #d4b332;
	background-color: #FFFFFF;
}

.logo{
	width:220px;
	background-color:#330100;
	border-bottom: 1px solid #d4b332;
	border-right: 1px solid #d4b332;
	height: 170px;
	float: left;	
}

.foto_big{
	width:429px;
	background-color:#333100;
	border-bottom: 1px solid #d4b332;
	height: 170px;
	margin-left: 220px;
}

.menu{
	width:650px;
	border-bottom: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
	background-color:#d4b332;
	height: 22px;
}

.menu_testi{
	background-color:#d4b332;
	height: 17px;
	width:auto;
	margin-left: 7px;
	margin-right: 10px;
	padding-top: 3px;
	float:left;
}

.menu_testi a{
	font:10px/1.5em verdana,sans-serif;
	text-decoration:none;
	background-color:#d4b332;
	color:#333;
}

.menu_testi a:hover{
	font:10px/1.5em verdana,sans-serif;
	text-decoration:underline;
	background-color:#d4b332;
	color:#996600;
}

.menu_testi_sx{
	background-color:#d4b332;
	height: 17px;
	width:auto;
	margin-left: 190px;
	padding-top: 3px;
	float:right;
	margin-right: 10px;
}

.menu_testi_sx a{
	font:10px/1.5em verdana,sans-serif;
	text-decoration:none;
	background-color:#d4b332;
	color:#333;
}

.menu_testi_sx a:hover{
	font:10px/1.5em verdana,sans-serif;
	text-decoration:underline;
	background-color:#d4b332;
	color:#996600;
}

.titolo{
	width:650px;
	border-top: 1px solid #d4b332;
	height: 22px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: 212042;
	font-weight: bold;
	padding-top: 40px;
	padding-left: 0px;
}

.testi{
	width:600px;
	padding-top: 8px;
	padding-left: 20px;
	padding-right:30px;
	text-align: justify;
	line-height: 20px;
	border: 0;
}

.barra_grigia{
	width:520px;
	background-color:#c1be9b;
	height: 16px;
	padding-left: 40px;
	margin-top: 20px;
}

.box_foto{
	width:600px;
	margin-top: 30px;
	margin-left: 30px;
}

.box_foto img{
	margin-bottom: 5px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 0px;
	border: 1px solid #a5a7a8;
	padding: 2px;
}

.footer{
	width:650px;
	background-color:#c4be9b;
	height: 34px;
	margin-top: 30px;
	background-image: url(../img/footer.jpg);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: 92907c;
	text-align: center;
}

img {border: none}


