/* *** css by alessandro zapelloni www.kitchen-studio.net *** */

/* * GESTIONE TITOLI E PARAGRAFI * */

h1 {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 14px;
color:#0083D7;
font-weight: bold;
padding: 10px 0px 5px 0px;
margin:0px;
letter-spacing: 1px;
}





p {
padding:0px 0px 10px 0px;
margin:0px 0px 0px 0px;
line-height: 13px;
}


/* * GESTIONE LINK * */

a:link,
a:visited {
color: #FFFFFF;
text-decoration: none;
}

a:hover,
a:focus,
a:active {
color: #FFFFFF;
text-decoration:underline;
}


/* * GESTIONE LAYOUT * */

body {
background: #F04E19 url(../images/quadrodesign.gif) 50px 100px no-repeat fixed;
font-size: 10px;
font-family:"Lucida Grande", "Trebuchet MS", Helvetica, Arial, sans-serif;
color:#FFFFFF;
padding:0px;
margin:0px;
text-align:left;
}



h1#logo {
margin:0;
padding:0;
position:relative;
left:0px;
top:0;
width:10px;
height:10px;
text-indent:-8000px;
overflow:hidden;
z-index:10;
}

#contenitore {
float:left;
position:absolte;
padding:210px 0px 0px 50px;
margin:0px;
text-align:left;
}