/*
***********************************************************

Author: 		alessandro zapelloni (www.kitchen-studio.net)
Created: 		February 2008
Last modified: 	////////////

***********************************************************
*/

/* ######################################################################### */
/* TITOLI, PARAGRAFI, LISTE, LINKS, CLASSI VARIE,  ETC ETC */
/* ######################################################################### */

h1 {
font-size:13px;
color:#FF6100;
font-weight:normal;
margin:0px 0px 5px 0px;
padding:0px 0px 0px 0px;
line-height: 20px;
}


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


a:link,
a:visited {
color: #262D72;
text-decoration: none;
font-weight:bold;
}

a:hover,
a:focus,
a:active {
color: #FF6100;
text-decoration:underline;
font-weight:bold;
}

/* ######################################################################### */
/* BODY */
/* ######################################################################### */

body {
margin: 40px 0px 0px 0px;
padding: 0px;
text-align:left;
background:#FFFFFF;
font-size: 11px;
font-family:"Trebuchet MS", "Lucida Grande CY", Verdana, Arial, Helvetica;
color:#333333;
line-height: 17px;
font-weight:normal;

}



/* ######################################################################### */
/* centro il layout */
/* ######################################################################### */

#centrato {
width: 710px;
margin: auto;
text-align:left; /* per quella maerda di IE5.x/Win */
}


/* ######################################################################### */
/* il contenitore generale del layout */
/* ######################################################################### */
#contenitore {
float:left;
width: 710px;
padding:0px 0px 0px 0px;
background:#FFFFFF;
margin:0px;
/*border:#CCCCCC solid 1px;*/
}



/* ######################################################################### */
/* TESTATA */
/* ######################################################################### */
#testata {
float:left;
width: 710px;
height:379px;
line-height: 15px;
margin:0px 0px 0px 0px;
padding:0px;
}







/* ######################################################################### */
/* IL CORPO DEI CONTENUTI */
/* ######################################################################### */
#corpo {
float:left;
width: 710px;
padding:0px 0px 0px 0px;
margin:20px 0px 0px 0px;
}


/* ######################################################################### */
/* LA COLONNA DI SINISTRA */
/* ######################################################################### */

#colSinistra {
float:left;
width:355px;
padding:0px 0px 10px 0px;
margin:0px;
text-align:center;
background:url(../images/divisore_col_index.gif) top right repeat-y;
}

.contenutiSX {
float:left;
width:355px;
padding:0px;
margin:0px;
}




/* ######################################################################### */
/* LA COLONNA DI DESTRA */
/* ######################################################################### */

#colDestra {
float:left;
width:355px;
text-align:center;
padding:0px 0px 10px 0px;
margin:0px;
}


.contenutiDX {
float:left;
width:355px;
padding:0px;
margin:0px;
}
