        html 
        {            
            height:100%; 
            max-height:100%;  
            padding:0; 
            margin:0; 
            border:0; 
            font-size:90%; 
            font-family: trebuchet ms, tahoma, verdana, arial, sans-serif; 
            background:rgb(0,0,34) -18px 0 no-repeat; 
            /* hide overflow:hidden from IE5/Mac */ 
            /* \*/ 
            overflow: hidden; 
            /* */ 
        }
        
        body 
        {
            color:white;
            height:100%; 
            max-height:100%; 
            overflow:hidden; 
            padding:0;
            margin:0; 
            border:0;
        }
        
        #content 
        {                
            display:block; 
			line-height:22px;
            height:84%; 
            max-height:100%; 
            overflow:auto; 
            top:92px; 
            margin-left:26%;            
            margin-right:10.1%;
            padding-top:10px;
            padding-right:10px;
            position:relative; 
            z-index:3;
			letter-spacing: 1px;
        }
        
        #head 
        {
            position:fixed; 
            margin:0; 
            padding:0;
            top:10px;
            left:10%;            
            right:18px; 
            display:block; 
            width:80%; 
            height:80px; 
            background: url("../images/tuttoviaggi.logo.4.png") #332072 no-repeat;
            z-index:6; 
            color:#fff;
			text-align:right;
        }
        
        #foot 
        {
            position:fixed; 
            margin:0; 
            bottom:-1px; 
            left:25%;
            right:10%; 
            display:block; 
            width:63%; 
            height:50px; 
            background: url("../images/footer.png") no-repeat rgb(0,0,34); 
            color:#fff; 
            text-align:center;
			padding-top:10px;
            z-index:4;
        }
        
        #left 
        {
            position:fixed; 
            left:10%;
			top:10px;            
            height:100%; 
            width:15%; 
            background:#332072; 
            font-size:1em; 
            color:#fff;
            z-index:5;
        }
        
        * html #head, * html #foot,* html #left 
        {position:absolute;}
        
        #pad1 
        {
            display:block; 
            width:100%; 
            height:80px; 
            float:left;
            text-align:right;
        }
        
        #pad3
        {
            display:block; 
            width:18px; 
            height:50px; 
            float:left;
        }
        
        .pad2 
        {
            display:block; 
            height:80px;
        }
        
        #content p 
       {
            padding:5px;
            text-align:justify;
        }
        
        .bold {font-size:1.2em; font-weight:bold;}
        
        #banner
       {
           float:right;
           position:fixed;
           top:32px;
           right:10%;
        }

		.contentList
		{
			list-style-image: url(images\punto.gif);
		}
		
		.contentList li
		{
			line-height: 2.0;
		}
		
		
        legend
       {
            font-size:1.2em;
           	color:orange;
        }
        
       legend a
       {
           font-size:1.0em;
           color:orange;
        }
        
		a
		{
			color:#FAEBD7;
		}
		
		.partner
		{
			float:left;
			margin-left:30px;
		}
		
		.paragraphImage
		{
			float:left;
		}