html,body{
	height: 100%;
}
body {
	font-family: Arial, san-serif;
	background: white;
	margin: 0px;
	padding: 0px;
	font-size: .85em;

}
p {
	margin: 0px;
}
td { }
a:link { }
a:visited { }
a:hover {
	text-decoration: none;
}
a:active { }

a{
	color: #602900;
	text-decoration: underline;
}

/*COLORI*/
.white{
	color: #fff;
}




/*DIVS*/

div#wrapper{
	width: 780px;
	margin: 0 auto;
	border-top: #602900 1px solid;
	background: url(../img/bg.gif) repeat-y white center;
}
div#background{
	width: 780px;
	margin: 0 auto;
	height: 100%;
	background: url(../img/bg.gif) repeat-y white center;
}
div#top{
	width: 100%;
	height: 111px;
	background: url(../img/top.jpg) no-repeat;
	border-bottom: #602900 1px solid;
	color: white;
	font-size: 13px;
}
#menu{
	padding: 88px 0 0 305px;
	margin: 0px;
}

#top a:link{
	color: white;
	text-decoration: none;
}
#top a:visited{
	color: white;
	text-decoration: none;
}
#top a:hover{
	color: yellow;
	text-decoration: none;
	background: #953b00;
}

div#container{
	background: url(../img/bg_pagina.jpg) no-repeat;
	min-height: 330px;
}

div#lingua{
	padding: 17px 0 0 17px;
	color:white;
}
#lingua a{
	color:#c87740;
	text-decoration: none;
}
#lingua img{
	border: none;
	padding: 2px;
}

div#content{
	margin-left: 168px;
	margin-right: 81px;

}

#content p{
	line-height: 1.5em;
	text-align: justify;
}

#titolo{

	color:#602900;
	border-bottom: 2px solid #963c00;
	margin-bottom: 20px;
}
#titolo img{
	float: right;
	display: block;
	border-left: 2px solid #963c00;
	border-top: 2px solid #963c00;
	border-right: 2px solid #963c00;
}
#titolo h2{
	font-size: 28px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
}

#tabella img{
	border: #963c00 1px solid;
	
}
#tabella p{
	font-size: 10px;
}

#footer{
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 71px;
	margin-right: 32px;
	font-size: 11px;
	text-align: center;
}
#hr_footer{
	height: 2px;
	background: #963c00;
}

table.form{
	width: 99%;
}
table.form input{
	border: 1px solid #963c00;
}
input.submit{
	font-weight: bold;
	color: white;
	background: #eba373;
}
