/* CSS Document */

body {
background-color:#903;
background-image:url(../graphics/sfuma.jpg);
background-repeat:repeat-x;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFF;
text-align:center;
margin:0px;
font-size:11px;

}

a {
color:#FFF;
text-decoration:none;
}

a:hover {
background-color:#FFF;
color:#CC0000;

}

h1 {
font-family:"Times New Roman", Times, serif;
font-size:18px;

}


h2 {
font-family:"Times New Roman", Times, serif;
font-size:14px;


}


#box {
background-color:#FFF;
width:700px;
text-align:left;
margin:0px auto auto auto;


}


#top {
width:700px;
background-color:#F90;
height:180px;

}

#testata {
font-family:"Times New Roman", Times, serif;
background-image:url(../graphics/testata.jpg);
background-repeat:no-repeat;
height:100px;
text-align:right;


}


#testata p {
position:relative;
top:4px;
margin:0 8px 0 0;
font-weight:bold;

}

#left {
background-image:url(../graphics/back1.jpg);
background-repeat:repeat-y;
background-color:#FFF;
color:#000;
width:250px;
float:left;
min-height:700px;


}

#left a {
color:#CC0000;

}

#left h1 {
margin-left:25px;

}

#left h2 {
margin:0 5px 5px 35px;


}


#contenuti {
background-image:url(../graphics/back2.jpg);
background-repeat:repeat-y;
color:#000;
background-color:#FFF;
width:450px;
float:left;
min-height:700px;

}

#contenuti p{
margin-right:50px;

}


#contenuti a {
color:#CC0000;

}

#contenuti img {
border:1px solid #F00;
float:left;
margin-right:3px;

}

#contenuti img a {
border:none;

}

#footer {
background-image:url(../graphics/footer.jpg);
background-repeat:no-repeat;
position:relative;
top:0px;
width:700px;
height:70px;
float:left;


}

#footer p {
font-size:10px;
position:relative;
top:30px;
left:115px;


}

.lingue {
background-color:#FFFFFF;
color:#FF0000;
}

.lingue a {
color:#CC0000;

}

#firma {
clear:both;
height:20px;
text-align:right;
width:700px;
margin:auto;
margin-top:3px;

}