body
{
padding: 0;
margin: 0;
background-color: #C5B152; /*colore barre laterali*/
font-family: garamond;
font-size: 12pt;
}
a {color: #623F0E; text-decoration: underline;} /*testo sottolineato*/
a:hover {color: #C5B152; text-decoration: none;} /*testo sottolineato con hover*/
h1
{
font-size: 13pt;
letter-spacing: 2pt;
text-align: center;
font-weight: bold;
}
.head
{
background-color: #C5B152;
font-size: 16pt; /*stile update*/
margin-left: 20pt;
margin-right: 20pt;
padding: 2px;
background-image: url(..\immagini\sito\bottomleft.jpg);
background-position: bottom left;
background-repeat: no-repeat;
}
.link
{
background-color: #C5B152;
font-size: 15pt;
color: #ffffff;
padding-top: 8px;
padding-bottom: 4px;
padding-left: 2px;
padding-right: 2px;
}
.link a {color: #ffffff; text-decoration: none;}
.link a:hover {color: #623F0E;}
.update
{
border-left: 2pt dotted #C5B152; 
border-top: 2px solid #C5B152; 
border-right: 2pt dotted #C5B152; 
padding: 2pt; 
font-weight: bold;
}
#container /*Larghezza pagina*/
{
position: absolute;
width: 900px;
left: 50%;
height: 100%;
margin-left: -452px;
background-color: #F7EDBE;
border-left: 1pt solid #C5B152;
}
#mainpic
{
position: relative;
top: 0;
background-color: #F7EDBE;
background-image: url(..\immagini\sito\mainpic.jpg);
background-position: 20px 0;
background-repeat: no-repeat;
height: 170px;
width: 700px;
z-index: 1;
}
#overlay /*Altezza frame superiore*/
{
position: relative;
background-image: url(..\immagini\sito\headbg.gif);
background-repeat: no-repeat;
z-index: 3;
width: 890px;
height: 200px;
border-right: 3pt solid #C5B152;
}
#title /*Larghezza frame superiore*/
{
position: absolute;
top: 0;
width: 890px;
padding-top: 100px;
text-align: right;
font-size: 70pt;
color: black;
z-index: 4;
}
#inner
{
position: relative;
background-color: #F7EDBE;
height: 350px;
width: 700px;
background-image: url(..\immagini\sito\topright.jpg);
background-position: top right;
background-repeat: no-repeat;
z-index: 5;
}
#nav /*Larghezza frame navigazione*/
{
width: 890px;
border-right: 3pt solid #C5B152;
border-bottom: 2px solid #C5B152;
}
#content /*Larghezza pagina conetenitore*/
{
width: 608px;
height: 300px;
padding: 5px;
padding-top: 1em;
text-align: justify;
background-color: #F7EDBE;
border-right: 2px solid #C5B152;
z-index: 6;
}
#contentsmall /*Larghezza pagina conetenitore piccola*/
{
width: 608px;
height: 100px;
padding: 5px;
padding-top: 1em;
text-align: justify;
background-color: #F7EDBE;
border-right: 2px solid #C5B152;
z-index: 6;
}
#side /*Proprietà testo sx*/
{
padding: 10Px;
width: 278px;
background-color: #F7EDBE;
color: #623F0E;
font-size: 13pt;
}
#half /*Proprietà testo centrato*/
{
padding: 10Px;
width: 443px;
background-color: #F7EDBE;
color: #623F0E;
font-size: 13pt;
}
#onecol
{
width: 690px;
height: 300px;
padding: 5px;
padding-top: 0;
text-align: justify;
background-color: #F7EDBE;
border-right: 3pt solid #C5B152;
z-index: 6;
}
#foot /*Frame di base*/
{
position: relative; 
padding: 5px;
width: 890px;
background-color: #F7EDBE;
text-align: center;
font-size: 9pt;
color: #623F0E;
border-bottom: 5px solid #C5B152;
border-right: 3pt solid #C5B152;
background-image: url(..\immagini\sito\bottomright.jpg);
background-position: bottom right;
background-repeat: no-repeat;
}