/* CSS Document */
body {
	margin-top: 0px;
	background-color: #CC0000;
}

div#container{
	width: 760px;
	margin: 0px auto;   /*centra negli altri browsers*/
	text-align: left;   /*ripristina l' allineamento*/
	background-color: #FFFFFF;
} 

div#menu_index{
	width: 760px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(img/fondo_01.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-bottom: 50px;
	background-color: #CC0000;
	clear:both;
}

div#menu_index a{
	color: #FFFFFF;
	text-decoration:none;
}

div#menu{
	width: 760px;
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	color: #FFFFFF;
	background-image: url(img/fondo_02.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: center;
	padding-top: 35px;
	padding-bottom: 5px;
	background-color: #CC0000;
}

div#menu a{
	color: #FFFFFF;
	text-decoration:none;
}

div#pagina{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	border: 4px solid #000000;
}

div#menu_pagina{
	font-family: "Courier New", Courier, monospace;
	font-size: 13px;
	text-align:center;
	font-weight: bold;
	border-top: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	color: #000000;
}

div#menu_pagina a{
	color: #000000;
	text-decoration:none;
}

div#testo{
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-align:justify;
	font-weight: bold;
	border: 4px solid #FFFFFF;
	color: #000000;
}

div#testo a{
	color: #CC0000;
	text-decoration: none;
}

div#testo h1{
	font-family: "Courier New", Courier, monospace;
	font-size: 16px;
	font-weight: bold;
	color: #CC0000;
}

div#testo h2{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
}

div#news_index{
	width: 196px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000000;
	text-align: justify;
	background-color: #CC0000;
	border-right: 4px solid #000000;
	float:left;
}

div#news_index h1{
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #FFFFFF;
	text-align:center;
	border-top: 4px solid #000000;
	padding-top:2px;
}

div#news_index h1 a{
color: #FFFFFF;
text-decoration:none;
}

div#img_index{
	width: 552px;
	background-color: #FFFFFF;
	float:right;
}

div#index{
	width: 752px;
	border-right: 4px solid #000000;
	border-left: 4px solid #000000;
	background-color: #000000;
}

div#fondo_nero{
	background-color: #000000;
}