/* CSS DI LAYOUT */
/* Qui: misure, posizionamento, margini e padding */
body {
margin:0;  
}

/* Contenitore principale subito dopo body */
#outmain {
width:844px;
display:table;
margin: 0px auto 0px auto; 
}

#outmain .topmain {
width:844px;
height:14px;
background-image:url(../imgs/sfondotop.gif);
background-repeat:no-repeat;
margin:0;
padding:0;
}

#outmain .centermain {
width:844px;
background-image: url(../imgs/sfondocontent.gif);
background-repeat:repeat-y;
margin:0;
padding:0;
}

#outmain .footermain {
width:844px;
height:14px;
background-image: url(../imgs/sfondobottom.gif);
background-repeat:no-repeat;
margin:0;
padding:0;
}

#main {
width:816px;
display:table;
margin:0 0 0 14px;
padding:0;
}


#main #header {
width:816px;
height:90px;
background-image:url(../imgs/header.gif);
background-repeat: no-repeat;
}


#main #maincontent {
width:816px;
display:table;
}

#maincontent #left {
width:332px;
height:289px;
float:left;
background-image:url(../imgs/imgleft.jpg);
background-position:top;
background-repeat:no-repeat;
}

#maincontent #right{
width:484px;
float:left;
}

#maincontent #right .menu {
width:125px;
float:left;
}

#maincontent #right .img {
width:359px;
float:left;
}

#maincontent #right .content {
width:484px;
}

#maincontent #content1 {
width:816px;
clear:both;
}





#main #footer{
width:816px;
height:68px;
clear:both;
background-image:url(../imgs/footer.gif);
background-repeat:no-repeat;
}


