body		{
		margin:0px;
		padding:0px;
		background-image:url(../immagini/sf1.jpg);
		background-repeat:no-repeat;
		}
#head		{
		margin-left:14px;
		width:872px;
		height:200px;
		background-image:url(../immagini/head/head.png);
		}

#body		{
		background-image:url(../immagini/body.png);
		background-repeat:repeat-y;
		}

#bottom		{
		background-image:url(../immagini/bottom.png);
		}

.testo1		{
		font-family:arial;
		color:#4A4A4A;
		font-size:16px;
		}
		
.titolo1        {
                font-family:"arial black";
                text-align:left;
				text-shadow:#cccccc 5px -2px 2px;
                font-size:30px;
				
                
}

#bott		{
		font-family:sans-serif;
		color:black;
		font-size:12px;
		text-align:center;
		}


#ombra1		{
		background-image:url(../immagini/ombra_dn.png);
		background-repeat:repeat-x;
		width:880px;
		height:10px;
		margin-left:10px;
		}

#barra_sx	{
		width:200px;
		height:800px;
		margin-left:14px;
		background-image:url("../immagini/corde.jpg");
		background-repeat:repeat-y;
		float:left;
		}
		
#cont_all	{
		width:500px;
		float:left;
		margin-left:30px;
		}
		
#end_corda	{
		margin-top:270px;
		margin-left:3px;
}

#frase		{	
		width:500px;
		height:100px;
		float:left;
		}



		
.btn_		{
		width:200px;
		height:30px;
        margin-top:-2px;
		font-family:lucida, verdana, arial;
		border-top:2px solid #0000ff;
		border-bottom:2px solid #0000ff; 
		vertical-align:middle;
		background-color:#0066ff;
		color:white;
		cursor:pointer;
		padding-left:10px;
}

.btn_:hover		{
		background-color:transparent;
		color:black;
		cursor:pointer;
}

.pressato                  {
        width:200px;
		height:30px;
                margin-top:-2px;
		font-family:lucida, verdana, arial;
		border-top:2px solid #0000ff;
		border-bottom:2px solid #0000ff; 
		vertical-align:middle;
		background-color:#0000ff;
		color:white;
		cursor:pointer;
		padding-left:10px;
                
}

.coll        {
                font-family:arial, verdana;
                font-size:14px;
                color:#000099;
                cursor:pointer;
                text-decoration:none;
                
}

.coll:hover  {
                font-weight:bold;
                color:white;
                text-decoration:underline;
}

