* {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	background-image: url(../images/bg.gif);
	text-align: center;
}

.rilievo {
	text-align: center;
	padding-top: 30px;
}
.giustifica {
	text-align: justify;
}

#contenitore {
	background-color: #FFFFFF;
	background-image: url(../images/bg_testata.gif);
	background-repeat: repeat-x;
	background-position: left top;
	text-align: left;
	margin: 0 auto;
	width: 90%;
	min-width: 760px;
	border: 2px solid #3C5F92;
}
#testata {
	background-image: url(../images/facile_software.gif);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	height: 61px;
}
#testata h1, #testata h2 {
	display: none;
}
#contenuti {
	min-height: 470px;
	height: auto !important;
	height: 470px;
}
#menu {
	float: left;
	background-color: #859AAF;
	width: 160px;
	border-top: 1px solid #607E9A;
	border-right: 1px solid #607E9A;
	border-bottom: 1px solid #607E9A;
	padding-left: 10px;
	margin: 20px 0;
}
#menu ul {
	list-style-type: none;
}
#menu ul li ul {
	list-style-type: none;
	padding-left: 20px;
}
#menu p {
	line-height: 20px;
	padding: 5px 0;
}
#menu a {
	background-image: url(../images/cartella.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	background-color: #7c8ea2;
}
#pagina {
	margin: 0px 30px 0px 190px;
	padding: 30px 0;
}
#pagina h2 {
	font-size: 18px;
	font-weight: normal;
	margin: 0 15px 4px 15px;
	color: #FF0000;
}
#pagina p {
	margin: 0 15px 0 15px;
	line-height: 22px;
}
#pagina img {
	float: left;
	display: inline;
	border: 0;
	margin: 7px 6px 2px 15px;
}
#pagina a {
	font-weight: bold;
	color: #ED1B2F;
	text-decoration: none;
}
#pagina a:hover {
	text-decoration: underline;
}
#footer {
	clear: left;
	background-image: url(../images/bg_footer.gif);
	background-repeat: repeat-x;
}
#footer p {
	line-height: 16px;
	height: 16px;
	text-align: center;
}

