@charset "utf-8";
/* CSS Document */

body, *
{
margin:0;padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:black;
}

.header
{
background:url(../img/bg.gif) repeat;
height:111px;
}

.footer
{
background:url(../img/bg.gif) repeat;
height:194px;
}

.footer p {
	color: #CCC;
	font-size: 10px;
	}
	
.footer p a {
	color: #CCC;
	text-decoration: underline;
	}
	
.footer p a:hover {
	color: #CCC;
	text-decoration: none;
	}

.filetti
{
padding:10px 0;
border-top:1px solid #CCCCCC;
border-bottom:1px solid #CCCCCC;
}
.filetto
{
padding:10px 0;
border-top:1px solid #CCCCCC;
}

ul
{
margin:15px 0;
}

li
{
padding-left:25px;
background:url(../img/spunta.gif) no-repeat;
line-height:15px;
list-style:none;
margin: 6px 0 6px 0;
}
