html, body {
	list-style-image: url(imgs/punto-rosso.png);
	font-family: Tahoma, Arial;
	font-size:90%;
	background-color:#444444;
	margin:0px;
}

#box{
	background-image: url(imgs/sfondo_content.gif);
	background-repeat: repeat-y;
	background-position: center;
	width:780px;
	background-color:#FFFFFF;


}


#left{
width:160px;
background-color:#FFFFFF;
margin: 20px 0 0 40px;
}

#right{
width:500px;
margin:0  6px 50px 20px;
text-align:justify;
background-color:#FFFFFF;
}

#right p{
margin: 0; 
padding: 0;
}

#left a:link,#left a:visited{
display:block;
}

#logform,#adv{
background-color:#eeeeee;
border:solid 1px #dddddd;
padding:4px 0 4px 4px;
width:147px;
font-size:11px;
}


#logform .campo{
width:140px;
}


#foot {
	width:100%;
	text-align:center;

}

img {
border:none;
}

h1 {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 24px;
	color: #cc0000;
}

h1.home {
	margin-bottom:-10px;
}

h2 {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 20px;
}

h3 {
	font-family: Trebuchet MS, Verdana, sans-serif;
	font-size: 18px;
	color: #cc0000;
}

a:link,a:visited{
text-decoration:none;
color: #cc0000;
font-weight:bold;
}

a:hover,a:active{
text-decoration:underline;
}


a.nero{
color: #000000;
text-decoration:underline;
}

a.normale{
font-weight:normal;
color:#000;
text-decoration:underline;
}


#right p {
margin-bottom:10px;
}


