/* CSS Document */

body {
	background-color: #000000;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	text-align: center;
	color: #FFFFFF;
}


h1{
	margin-top: 45px;
	color: #FFCC00;
	font-weight: normal;
}


div#container{
	margin: 0 auto;
	width:1000px;
	height:100%;
	background-color: #000000;
	position:relative;
}

div#header{
	height:167px;
}

div#corpo{
	background-image: url(img/sfondo.jpg);
	height: 570px;
}

div#menu{
	width:135px;
	float: left;
	margin-top: 2px;
	font-family: "Copperplate Gothic Light", "Times New Roman";
	font-size: 110%;
	padding-left: 15px;
}

.voce_menu{
	display:block;
	color: #FFFFFF;
	padding-bottom: 14px;
	background-image: url(img/sep-menu.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	text-decoration: none;
}

.voce_menu:hover{
	font-weight: bold;
}

div#corpo_dx{
	width: 850px;
	float:right;
	margin-top: 20px;
	height: 550px;
}

div#centro{
	width:520px;
	float:left;
	margin-left: 40px;
	height: 500px;
	background-color: #000000;
	background-image: url(img/sfondo_centro.jpg);
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	background-repeat: no-repeat;
}

.img_centro{
	float:right;
	margin-left: 30px;
	margin-bottom: 10px;
}

.date{
	font-family: "Copperplate Gothic Light", "Times New Roman";
	color: #FFCC00;
	text-decoration: none;
}

.link_centro{
	color: #FF6600;
	text-decoration: none;
}

.link_centro:hover{
	text-decoration: underline;
}

.link_intermittente{
	color: #FFCC00;
	text-decoration: blink;
}

div#diario{
	width:520px;
	float:left;
	margin-left: 40px;
	height: 470px;
	background-color: #000000;
	background-image: url(img/sfondo_centro.jpg);
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	overflow:auto;
	background-repeat: no-repeat;
	scrollbar-arrow-color: #ffcc00;
	scrollbar-base-color: #000000;
	scrollbar-darkshadow-color: #C0C0C0;
	scrollbar-face-color: #cc9900;
	scrollbar-highlight-color: #ffcc33;
	scrollbar-shadow-color: #ffcc33;
	scrollbar-track-color: #000000;
}

.link_diario{
	color: #FFCC00;
	text-decoration: none;
	font-family: "Copperplate Gothic Light", "Times New Roman";
	font-size: 80%;
}

.link_diario:hover{
	text-decoration: underline;
}

.sottomenu{
	color: #FFFFFF;
	text-decoration: none;
}

.sottomenu:hover{
	text-decoration: underline;
}






#banner {
	position:absolute;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:2px;
	width: 400px;
	height: 320px;
	left: 333px;
	top: 151px;
	background-image: url(img/sfondo_next.jpg);
	z-index:100;
	border-color: #FFCC00;
	color: #FFFFFF;
}
#banner a
{
color:#FFCC00;
text-decoration:none;
background-color:#FFFFFF;
}
#banner a:hover
{
color:#FFCC00;
text-decoration:underline;
background-color:#FFFFFF;
}
#chiudi
{
position:absolute;
width:9px;
background-color:#FFFFFF;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#FFFFFF;
left: 570px;
top: 137px;
text-align:right;
}
#chiudi a
{
background-color:#FFFFFF;
font-weight:bold;
color:#000000;
text-decoration:none;
text-align:right;
}
#chiudi a:hover
{
background-color:#FFFFFF;
font-weight:bold;
color:#990000;
text-decoration:none;
text-align:right;
}










div#sponsor{
	width: 150px;
	float:right;
	margin-right: 10px;
	height: 500px;
	background-color: #000000;
	text-align: center;
	background-image: url(img/sfondo_sponsor.jpg);
	background-repeat: no-repeat;
}

div#footer{
	position: absolute;
	bottom: 0px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	text-align: left;
	left: 180px;
}

div#footer a{
	color: #FF9900;
	text-decoration: none;
}

div#footer a:hover{
	text-decoration: underline;
}
