body{
	background-image: url(img/background.jpg);
	margin-top: 0px;
	margin-bottom:0px;
}
div#header{
	width: 190px;
	height: 340px;
	background-image: url(img/logo.png);
	background-position: left;
	background-repeat: no-repeat;
}
td{
	text-align:left;
	vertical-align:top;
}
p{
	font-family: Sans-serif;
	padding:10px;
	line-height:20px;
	text-align: justify;
	font-size: 14px;
}
p:first-letter {
    float:left;
    font: bold 50px/35px Georgia,"Times New Roman", Times,serif;
    color: #A12727;
}
div#menu{
	height:30px;
	text-align:right;
	padding-right: 10px;
	padding-top:10px;
}
img.menu:hover{
	border-bottom:2px solid #8b0000;
}
td#td_header{
	width:135px;
}
td#rigolino{
	background-image: url(img/rigolino.gif);
	background-repeat: repeat-y;
	background-position: right;
	width: 60px;
}
td#contenuto{
	border-left:2px solid #8b0000;
	border-right:2px solid #8b0000;
}
div#siteinfo{
	text-align:right;
	font-family:Sans-serif;
	font-size:11px;
	padding-right:5px;
}
a.link:link, a.link:visited{
	color:#8b0000;
	font-family: Sans-Serif;
	font-size: 12px;
	text-decoration: underline;
}
a.link:hover, a.link:visited:hover{
	text-decoration: none;	
}
div#siteinfo a:link, a:visited{
	font-family: sans-serif;
	color: #000000;
	text-decoration: underline;
}
div#siteinfo a:hover, a:visited:hover{
	color:#8b0000;
	text-decoration: none;	
}
h2{
	font-family:Sans-Serif;
	color: #8b0000;
	padding-left:10px;
	font-size:15px;
}
h3{
	font-family:Sans-Serif;
	color: #8b0000;
	padding-left:10px;
	font-size:13px;
}
h4{
	font-family:Sans-Serif;
	color: #8b0000;
	padding-left:10px;
	font-size:12px;
	font-weight: normal;
}