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





/* * GESTIONE TITOLI E PARAGRAFI * */

p {
padding:0px 0px 0px 0px;
margin:0px 0px 15px 0px;
}





/* * GESTIONE LINK * */

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

a:hover,
a:focus,
a:active {
color: #970000;
text-decoration:none;
border-bottom: 1px #000 dotted;
}

/***** CLASSI *****************************************************************************/





/* * GESTIONE LAYOUT * */

body {
margin: 0px;
padding: 0px;
text-align:center;
background:#FFFFFF;
font-size: 12px;
font-family:"Lucida Grande CY", "Trebuchet MS", Verdana, Arial, Helvetica;
color:#333;
line-height: 16px;
}



/* *  CENTRO IL LAYOUT * */
#centrato {
width: 640px;
padding:0px;
margin: auto;
text-align:left; /* per IE5.x/Win */
background:#FFFFFF;
}


#contenitore {
float:left;
width: 640px;
background:#FFFFFF;
margin:0px;
}



#testata {
width: 640px;
height:300px;
background: #FFFFFF url(../images/logo_big.gif) center center no-repeat;
}


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

h1#logo a{
color:#FFFFFF;
display:block;
height:200px;
text-decoration:none;
}



#corpo {
float:left;
width: 640px;
padding:0px;
margin:0px;
text-align:center;
}

#corpo img {
padding:0px;
margin:0px;
}


/***** FINE ******************************************************/


