/*
Tema per Lunajs.com ideato e sviluppato da Paolo Bergamaschi.
*/
body {
margin:0px;
padding:0px;
font-family: "Trebuchet MS";
font-size:12px;
line-height:20px;
background-image:url(bg-corpo.gif);
background-position:left;
background-repeat:repeat-y;
}
img {
border:0px;
}
#testa {
height:30px; 
line-height:30px; 
background-color:#333333;
color:#ffffff;
border-bottom:1px solid #EC6859;
}
#topmenu {
list-style-type:none;
margin:0px;
padding:0px;
display:inline;
font-size:12px;
}
#topmenu li {
display:inline;
padding-left:20px;
}
#topmenu a {
color:#FFFFFF;
text-decoration:none;
}
#topmenu a:hover {
text-decoration:underline;
}
#italy {
background: url(italy.png) top left no-repeat !important;
background: url(italy.gif) top left no-repeat;
height: 113px;
width: 112px;
position: absolute;
top: 0;
right: 0;
}
#corpo {
width:549px;
float:left;
}
#contenuti {
padding:10px 70px 30px 25px;
text-align:justify;
}
#sidebar {
width:440px;
float:left;
}
#link-sidebar {
list-style-type:none;
margin:0px;
padding:0px;
color:#333333;
}
#link-sidebar li {
padding-left:15px;
}
#link-sidebar a {
text-decoration:none;
color:#333333;
}
#link-sidebar a:hover {
text-decoration:underline;
}
#footer {
background:url(bg-footer.gif);
padding-top:20px;
padding-bottom:20px;
margin-top:20px;
padding-left:20px;
padding-right:20px;
color:#FFFFFF;
border-top:1px solid #EC6859;
}
