﻿body
{
    background-image:url(../images/nuove/bg-body.jpg);
    background-repeat:repeat-x;
    background-color:#010101;
}
div#contenitore
{
    width:1024px;
    height:768px;
    margin:0 auto;
}
div#testata
{
    height:270px;
    background-image:url(../images/nuove/intestazione.jpg);
    background-repeat:no-repeat;
    background-position:left;
}
div#wrapper
{
    height:558px;
}
div#wrapper-sx
{
    width:600px;
    float:left;
}
#wrapper-sx img
{
    margin-top:-30px;
}
div#wrapper-dx
{
    width:314px;
    float:left;
}
ul
{
    list-style-type:none;
    padding:0;
    margin:0;
}
a
{
    display:block;
    font-family:Arial;
    color:#000;
    font-size:30px;
    font-weight:bold;
    height:40px;    
}
a:hover
{
    color:#fff;
}

/*Galleria fotografica*/

div#testata_foto
{
    height:100px;
    background-image:url(../images/nuove/intestazione_foto.png);
    background-repeat:no-repeat;
    background-position:left;
}
UL.foto 
{	
	margin:0;
	padding:0;
	margin:0 auto;
	PADDING-RIGHT: 0px;	
	PADDING-LEFT: 30px;	
	PADDING-BOTTOM: 15px;	
	WIDTH: 920px;	
	PADDING-TOP: 15px;	
	LIST-STYLE-TYPE: none;	
	HEIGHT: 54px;
}

UL.foto LI 
{	
	FLOAT: left;	
	MARGIN: 0px 10px;	
	WIDTH: 100px;
}
UL.foto A IMG 
{	
	BORDER-RIGHT: #666 2px dotted;	
	BORDER-TOP: #666 2px dotted;	
	BORDER-LEFT: #666 2px dotted;	
	BORDER-BOTTOM: #666 2px dotted;
}
