@charset "iso-8859-1";
/* CSS Document */

*{
margin:0 auto;
padding:0;
text-align:center
}


body{
	background:#B49D91 url(../img/bkg.jpg) repeat-x;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 auto;
}

#container{
	width:960px;
}

.bg-top{ background:url(../img/bg-top.jpg) no-repeat; height:52px; width:960px; color:#BFACA2; font-size:12px; text-align:right}
.bg-top a{ color:#ffffff; text-decoration:none}
.bg-top a:hover{ color:#ffffff; text-decoration:none}

.testo{float:left; width:677px}

h1{ background:#ffffff; font-size:18px; color:#333333; line-height:18px; padding:3px 10px; width:595px; text-align:left; margin-left:40px;}
p{ padding:20px 20px 20px 40px; text-align:justify; line-height:18px;}

a{
	color:#333;
	text-decoration:none;
}

a:hover{
	color:#333;
	text-decoration:underline;
}