body {
	margin: 0;
	padding: 0;
	background: #fff url(imgs/body_back.jpg) repeat-y;
	font: 9pt "lucida sans unicode", verdana; 
	color: #fff;
	}
a:link { 
	text-decoration: none; 
	color: #000;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #000;
	}
div#container {
	width: 1010px;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	border-left: 6px solid #fff;
	}
div#header {
	width: 1010px;
	height: 131px;
	color: #000;
	background: #fff url(imgs/header.jpg);
	}
div#striscia {
	width: 1010px;
	height: 1px;
	background: #486FA2;
	font: 0pt arial;
	}
div#menu {
	width: 1010px;
	height: 30px;
	background: url(imgs/menu_back.jpg);
	font: 12pt arial;
	}
div#menu a {
	display: block;
	float: left;
	padding: 8px 55px 9px 30px;
	letter-spacing: 2px;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	} 
div#menu a:hover {
	background: url(imgs/menu_back_over.jpg);
	color: #486FA2;
	} 
div#corpo {
	float: right;
	width: 825px;
	background: #C7D6E7;
	font: 10.5pt/16pt Arial;
	color: #000;
	text-align: left;
	}
div#corpo h1 {
	font: 18pt "Arial Black";
	color: #4870A3;
	margin: 0px 15px 6px 0px;
	text-align: right;
	}
div#corpo h2 {
	font: bold 14pt Arial;
	color: #4870A3;
	margin: 5px 0px 6px 0px;
	}
div#corpo img {

	}
div#corpo a {
	color: #4870A3;
	text-decoration: none;
	}
div#corpo a:hover {
	color: #4870A3;
	text-decoration: underline;
	}
div#boxdestro {
	float: left;
	width: 170px;
	font: 10.5pt/13pt Arial;
	text-align: left;
	background: url(imgs/box_dx_back.jpg) repeat-y;
	}
div#boxdestro a {
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}
div#boxdestro a:hover {
	text-decoration: none;
	}
div#menudxtitolo {
	width: 170px;
	height: 60px;
	border-top: 5px solid #fff;
	border-bottom: 5px solid #fff;
	}
div#newstitolo {
	width: 170px;
	height: 60px;
	border-bottom: 5px solid #fff;
	}
div#footer {
	clear: both;
	width: 1010px;
	background: #698FBE url(imgs/menu_back.jpg) repeat-x bottom;
	font: 10.5pt arial;
	color: #fff;
	text-align: center;
	border-left: 5px solid #fff;
	}
div#footer a, a:hover {
	color: #fff;
	text-decoration: underline;
	}
