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





/* * GESTIONE TITOLI E PARAGRAFI * */

h1 {
	font-size:14px;
padding:0px 0px 0px 0px;
margin:0px 0px 5px 0px;
font-weight:bold;
}


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





/* * GESTIONE LINK * */

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

a:hover,
a:focus,
a:active {
color: #FD0300;
text-decoration:none;
border-bottom: 1px #ccc 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:600px;
background: #FFFFFF url(../images/lorenzodellu.jpg) center center no-repeat;
}


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

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



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

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


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


