/* ---------------------------------------------
      CSS home
--------------------------------------------- */


p {
	line-height: 1.5em;
}

#content {
	background-image: url(img/bkg_home2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-top: 0px;
	margin-bottom: 0px;
	
}

/*---------------------------------
    sottopagine CONTENT
---------------------------------*/


#pag {
	width: 25.5em;
	margin: 0 1.2em auto 2em;
	padding-top: 5.5em;
	padding-bottom: 4em;
	float: right;
	color: #FFFFFF;
}


/*------------------------------------- 
		tip
-----------------------------------------*/
#content #tip {
	background-color: #000000;
	text-align: justify;
	width: 22em;
	float: left;
	margin-top: 5em;
	margin-bottom: 1.5em;
	color: #ffffff;
	border-top: 6px solid #FFCC00;
	border-right: 1px dashed #FFCC00;
	border-bottom: 6px solid #FFCC00;
	border-left: 1px dashed #FFCC00;
	margin-left: 3em;
}
#tip h3 {
	font-size: 12px;
	margin: 1em 1em 0;
	line-height: 1.4em;
	color: #FFFF00;
}
#tip h5 {
	font-size: 11px;
	font-style: italic;
	color: #FFFF00;
	text-align: right;
	margin-right: 2em;
}
#tip h5 a{
	color: #FFFF00;
	text-decoration:underline;

}
#tip h5 a:hover{
	color: #FFFF00;
	text-decoration:none;
}
#tip p {
	font-size: 11px;
	line-height: 1.2em;
}
#pag strong {
	color: #FFCC00;
}

