/* 
===================================================================================================================================
TAG
===================================================================================================================================
*/
*{
margin:0;
border:0;
padding:0;
}
body{
font:10px Verdana, Arial, Helvetica, sans-serif;
color:#949393;
text-align:justify;
background:url(images/struttura/pattern_sfondo.gif);
}
a{
color:#949393;
}
a:hover{
color:#9b3551;
text-decoration:none;
}
ul{
list-style:none;
}
/* 
===================================================================================================================================
ID
===================================================================================================================================
*/
#content{	/* centrato HxL */
background:#f7f7f6;
border:1px solid #d5d4d4;
position:absolute;
top:50%;
left:50%;
width:878px;
height:466px;
margin-left:-439px;
margin-top:-233px;
}
#colSx{
float:left;
background:url(images/struttura/foto_sfondo.jpg) no-repeat;
width:439px;
height:466px;
}
#colDx{
float:left;
width:439px;
height:466px;
overflow:auto;
}
#colDx p{
margin:34px;
}
#nav{
width:190px;
height:447px;
background:#f2f1ee;
margin-left:28px;
}
#bottom{
height:19px;
margin-left:28px;
}
/* 
===================================================================================================================================
CLASSI
===================================================================================================================================
*/
.clr{	/* annulla float */
clear:both;
}
.vuoto{	/* elimina formattazione li (annidamento ul) */
list-style:none;
display:inline;
line-height:0.0;
}
.left{
float:left;
}
.right{
float:right;
}
.noPad{
padding:0 !important;
margin:0 !important;
}
.titolo{
font:24px Arial, Helvetica, sans-serif;
color:#9b3551;
}
.testo{
margin-top:0 !important;
margin-bottom:0 !important;
}
.gallery a{
width:80px;
height:60px;
border:6px solid #f7f7f6;
float:left;
}
.gallery a:hover{
border:6px solid #9b3551;
}