body {
	font-family:Garamond, serif;
	color:#666;
	font-size: small;
	margin:0;
	padding:0;
	background:#85A3C2;
}

#container {
	width:100%;
	margin:0;
	padding:0;
}

#container nav
{
	display: none;
}

#container #top{
	width:100%;
	height:60px;
	padding:0;
	margin:0;
	float:left;
	background-image: url(../images/global/bk-top.jpg);
	background-repeat: repeat;
	background-position: center center;
}

#top .top-sx {
	float:left;
}

#top .top-sx a {
	background: center center no-repeat transparent;
	background-image: url(../images/global/menu.png);
	display:block;
	width:60px;
	height:20px;
	position: absolute;
	top:20px;
	left:5px;
}

#top .top-dx  {
	float:right;
	margin:20px 5px 0 0;
}

.top-dx  img {
	border:0;
}

#container #notizia {
	width:100%;
	float:left;
	padding:0;
	margin:0;
}

h1{
	margin:5px;
	padding:0;
	font-size:1.6em;
	font-weight:normal;
	font-family:Garamond, serif;
	font-style: oblique;
	text-align:left;
	color:#003366;
}

p.imm{
	margin:5px 3px;
	text-align:center;
}

p.imm img{
	width:100%;
}

p.testo {
	line-height:19px;
	font-size: 1.1em;
	margin:0 5px 5px 5px;
	padding:0;
	float:left;
	text-align:left;
	color:#FFF;
}

p.testo a{
	text-decoration:none;
	display:block;
	float:left;
	width:100%;
	color:#003366;
}

p.testo a:hover{
	text-decoration:underline;
}

p.testo span {
	color:#003366;
}

#container #footer {
	width:100%;
	float:left;
	padding:0;
	margin:0;
	background-color:#333333;
}

#footer p {
	padding:10px 0 10px 0;
	text-align:center;
	margin:0;
	color:#FFF;
}

#footer p a {
	text-decoration:none;
	color:#FFF;
}