body{
	background-color: #006DAA; 
	font-family: Sans-Serif;
	color: #ffffff;
}
div#header{
	background: url('img/header.jpg') no-repeat left;
	height:200px;
	width:980px;
	border-bottom: 2px solid #ffffff;
}
div#menu{
	text-align:left;
	font-family: Sans-Serif;
	color: #ffffff;
	font-weight:bold;
	font-size: 13px;
	margin-top: 4px;
	padding-bottom: 4px;
	width: 980px;
	height:25px;
}
div.menu_item{
	background-image: url('img/item_bg.gif');
	width: 109px;
	height: 21px;
	text-align: center;
	line-height:21px;
	float: left;
	margin-right:5px;
}
div.menu_item:hover{
	background-image: url('img/item_bg_hover.gif');
	cursor: pointer;
}
div.menu_item a:link, a:visited{
	color: #ffffff;
	text-decoration: none;
}
div#contenuto{
	border:2px solid #ffffff;
	width:926px;
	text-align: left;
	font-size:14px;
	background: url('img/catena.gif') repeat-y top right;
	padding: 10px 40px 10px 10px;
	min-height: 300px;
}
div#contenuto a:link, a:visited{
	color: #ffffff;
	text-decoration: underline;
}
div#contenuto a:hover, a:visited:hover{
	color: #ffffff;
	text-decoration: none;
}
div#footer{
	width: 980px;
	height: 50px;
	background: url('img/footer.jpg') no-repeat center;
	padding: 5px;
	color: #004266;
	line-height:50px;
	font-weight: bold;
	font-family: Sans-Serif;
	font-size: 12px;
	text-align: center;
}
div#footer a:link, a:visited{
	color: #004266;
	text-decoration: underline;
}
div#footer a:hover, a:visited:hover{
	color: #ffffff;
	text-decoration: none;
}
h1{
	display: inline;
	font-size:24px;
}
h2{
	text-align: left;
	font-size:18px;
}
