/* CSS Document */
/*  DEFINING VARIOUS BLOCKS AND DIV LAYOUT  */
/* DEFINING BODY BOX */
/*stili per il layout fluido*/
/* CORE STRUTTURALE */
html{
width: 100%;
background-image: url(../background3.gif);
}

div#header{
float: right;
color: silver;
background-color: black;
}
div#header h3 {
display: inline;
color: silver;
font-family: Georgia, Times New Roman, Times, serif;
font-style: oblique;
font-weight: bold;
font-size: 30px;
text-align: left;
margin-left: 20%;
margin-right: 70%;
}
h2 {
color: #300000;
font-family: Georgia, Times New Roman, Times, serif;
font-style: oblique;
font-weight: bold;
font-size: 40px;
text-align: left;
margin-left: 20;
}
div#header p {
display: inline;
text-align: right;
font-size: 9;
text-indent: 50px;
}






