html {
	overflow: scroll;
}

body {
	margin: 0;
	width: 100%;
	background-color: #4f5762;
	color: #fff;
	text-align: center;	
}

img {
	border: 0;
	display: block;
}

p, a {
	margin: 0;
	color: #333;
	font: normal normal 11px Verdana, Geneva, Arial, Helvetica, sans-serif;	
}

p {
	text-align: justify;
}

a {
	text-align: center;
}

div#main {
	position: relative;
	float: none;
	margin: 0 auto;
	width: 1000px;
	background-color: #3b424c;	
}

div#header {
	position: relative;
	float: left;
	border-left: 8px #3b424c solid;
	border-right: 8px #3b424c solid;
	width: 984px;
	height: 180px;
	background-color: #0e69bc;	
}

div#contenuti, div#footer, div#menu
{	position: relative;
	float: left;
	width: 984px;
	border-left: 8px #3b424c solid;
	border-right: 8px #3b424c solid;
	background-color: #fff;
}

div#menu {
	background-image: url(../img/menu.jpg);
}

div#footer {
	background-color: #3b424c;
}

div#footer p {
	margin: 10px 0 10px 0;
	color: #eee;
}

/* menu */
div#menu a {
	float: left;
	border-right: 1px #fff solid;
	border-left: 1px #ccdfeb solid;
	padding: 16px 27px 14px 27px;
	display: block;
	color: #333;
	text-decoration: none;
	background-image: url(../img/menu.jpg);
}

div#menu a#assist {
	width: 161px;
}

div#menu a#home {
	padding: 16px 0 14px 0;
	width: 162px;
}

div#menu a:hover {
	background-color: #d0dae4;
	background-image: url(../img/menu_hover.jpg);
}

div#submenu {
	position: relative;
	float: left;
	left: 57px;
	top: 20px;
	width: 188px;
	height: 275px;
	background-color: #b0c4de;
	
	/*background-color: #819dc1;	*/
}

div#area
{	margin: 12px;
}

.titoli
{	font-weight: bold;
	margin-bottom: 12px;
	/*color: #fff;
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;*/
}

p.news {
	text-align: left;
	padding-bottom: 6px;
	margin-bottom: 12px;
	border-bottom: 1px #567 solid;
	/*color: #fff;*/
}

p.downloads {
	text-align: left;
}

input.invia {
	/*border: 1px #fff solid;*/
	width: 120px;
}

.style1 {color: #000000}
.style2 {color: #000000; font-weight: bold; }