@charset "utf-8";
/* CSS Document */
#foglio {
	width:451px
	margin:-20px 0 0 -10px;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	color:#434d53;
	background:#f1f0f1;
}
#prove {
	background:#f8fafc;
	padding:10px;
	height:500px;
	border-right:solid 4px #f2f5f7;
	border-top:solid 4px #f2f5f7;
}

#foglio h3.title {
	font-size:18px;
	font-weight:bold;
	margin:20px 0 5px 0;
	font-family: "Trajan Pro", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
	width:300px;
	background:url(../img/lavagna.png) no-repeat 0 0;
	height:142px;
	padding:30px 0 0 160px;
	color:#000;
}

#foglio p.rientro {
	margin:-65px 0 5px 60px;
	padding:5px 0 0 0;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	width:400px;
	list-style:circle;
	clear:both;
}

#foglio p.paragrafo {
	margin:5px 0 8px 10px;
	padding:5px 0 0 0;
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	width:450px;
	list-style:circle;
}

#foglio p.paragrafopiu {
	margin:10px 0 10px 10px;
	padding:5px 0 0 0;
	font-size:17px;
	width:430px;
	list-style:circle;
	clear:both;
	text-align:center;
  font-family: "Trajan Pro", "Lucida Sans Unicode", Arial, Helvetica, Sans, FreeSans, Jamrul, Garuda, Kalimati;
}


#foglio ul {
	font-size:14px;
	font-family:"Times New Roman", Times, serif;
	width:470px;
	list-style:none;
	clear:both;
	margin:0px 0 15px 0;
}

#foglio li {
	list-style:none;
	display:block;
	margin:10px 0 0 25px;
	background:url(../img/forward-arrow.png) no-repeat 0 center;
	height:20px;
	padding: 0 0 0 35px;
}

