/* 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);
}
body{
font-family: arial,sans-serif;
font-size: 95%;
background-color: ;
}
div#container{
/* SERVE AD ALLINEARE TUTTI I DIV ED A CONTENERE TUTTO IL SITO */
height: 100%;
}
div#core {
width: 600;
height: 100%;
font-family: arial,sans-serif;
font-size: 95%;
background-color: ;
margin-left: 25%;
margin top: 25%;
}
div#header{
width: 100%;
margin-bottom: 1%;
background-color: black;
color: silver;
}
div#center {
clear: both;
float: left;
width: 100%;
background-color: ;
}
div#footer{
clear: both;
float: left;
width: 100%;
border-top: groove;
border-width: 1;
border-color: gold;
font-size: 82%;
text-align: center;
background-color: ;
margin-top: 10;
}
/* SPECIFICHE PER HEADER, CENTER E FOOTER */
/* HEADER */
div#header h3 {
display: inline;
color: silver;
font-family: Georgia, Times New Roman, Times, serif;
font-style: oblique;
font-weight: bold;
font-size: 20;
font-stretch: ultra-expanded;
text-align: left;
margin-left: 20px;
margin-right: 70%;
}
div#header p {
display: inline;
text-align: right;
font-size: 9;
text-indent: 50px;
}
/* SPECIFICHE PER CENTER */
/* STRUTTURA */
div#left {
width: 45%;
float: right;
background-color: ;
border-right: groove;
border-width: 2;
border-color: gold;
}
div#right {
width: 52%;
float: right;
background-color: ;
}
/* LAYOUT CENTER */
div#center > h1 {
text-align: center;
font-family: serif;
}
/*ul li {
list-style: outside url(../i_expand.gif);
color: #300000;
} */
/* SPECIFICHE PER FOOTER */
div#footer > p {
color: brown;
font-size: 10;
align: center;
line-height: 10%;
}
div#left > p {
font-family: Georgia, Times New Roman, Times, serif;
font-style: oblique;
}
/* FOOTER DEL FRAME SINISTRO DI EDITION */
div#piedicolonna {
height: 100%;
margin-top: 99%;
text-align: center;
}
div#piedicolonna p{
text-align: center;
font-size: 9;
color: brown;
}



