/* CSS Document */
body {
	margin: 0px;
	background-attachment: fixed;
	background-image: url(../img/sfondo.jpg);
	background-repeat: repeat-x;
	background-position: center top;

} 
td, th { 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-weight: bold; 
	font-size: 11px; 
	color: #000033; 
} 
li {
	line-height: 2em;
	text-transform: lowercase;
}
a { 
	color: #000000; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: underline; 
}
a:hover {
	color: #FF0000;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
} 
a.footer { 
	color: #ff0000; 
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	text-decoration: underline; 
}
a.footer:hover {
	color: #ffff33;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
} 


#shadow {
    position: relative;
    left: 10px;
    top: 10px;
    margin-right: 3px;
    margin-bottom: 3px;
    width:40%;
}
#shadow .shadow2, #shadow .shadow3, #shadow .container {
    position: relative;
    left: -1px;
    top: -1px;
}
#shadow .shadow1 {
    background: #F1F0F1;
}
#shadow .shadow2 {
    background: #DBDADB;
}
#shadow .shadow3 {
    background: #B8B6B8;
}
#shadow .container {
    background: #ffffff;
    border: 1px solid #848284;
    padding: 10px;
}
.sfondo_index {
	background-attachment: scroll;
	background-image: url(../img/faccenda_rottweiler.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
