@charset "utf-8";
/* CSS Document */
body{
	background-color:#FFFFFF;
	margin:30px;
	color:#000000;
	font-family:"Trebuchet MS", Tahoma, verdana, Arial;
}
div#corpo{
	width:980px;
	height:auto;
	margin:0px auto 10px auto;
}
h1{
font-size:18px;
}
div#header{
	background-image:url(../images/logo.jpg);
	background-position:center;
	background-repeat:no-repeat;
	border:1px;
	border-style:solid;
	/*border-color:#FF0000;*/
	background-color:#000000;
	width:980px;
	height:140px;
	text-align:left;
	vertical-align:top;
	margin:0px;
	padding:0px;
}
div#headerMenu{
	border:1px;
	border-style:solid;
	/*order-color:#FF0000;*/
	background-color:#000000;
	width:980px;
	height:30px;
	text-align:left;
	vertical-align:top;
	margin-top:7px;
	padding:0px;
}
div#headerMenu a{ 
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}
div#left{
	float:left;
	margin-left:5px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:8px;
	padding-right:8px;
	text-align:justify;
	width:250px;
	height:440px;
	/*border-color:#FFFFFF;*/
	border-style:solid;
	border-width:1px;
	font-size:14px;
}
div#left a{
	color:#000000;
	text-decoration:underline;
}
div#left a:hover{
	color:#000000;
}
div#centroPagina{
	float:left;
	margin:5px;
	margin-right:0px;
	width:680px;
	padding:10px;
	font-size:13px;
	height:420px;
	border-color:#000000;
	border-style:solid;
	border-width:1px;
}
div#right{
	float:right;
	margin-right:5px;
	margin-top:5px;
	margin-bottom:5px;
	width:160px;
}
div#right a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
div#right a:hover{
	color:#FF3300;
}
div#bottom{
	clear:both;
	width:980px;
	background-color:#000000;
	border:1px;
	border-style:solid;
	/*border-color:#FF0000;*/
	text-align:center;
	font-size:12px;
	color:#FFFFFF;
}div#bottom a{
	color:#FFFFFF;
	text-decoration:underline;
}
table#tabella{
	border-collapse:collapse;
	text-align:left;
	font-size:11px;
}table#tabella td{
	padding:2px;
}




