#menu00 {
width: 180px;
height:100%;
}

#menu00 ul{
font-size:12px;
font-weight:bold;
}

#menu00 li{
font-size: 1.1em;
display: inline;
text-indent: 1em;
text-align: justify;
}

#menu00 a:link, #menu00 a:visited{
color: #000000;
background: url(images/button_up.png) no-repeat;
width: 180px;
height: 20px;
float:left;
text-decoration: none;
padding:0px 0px 10px 0px;
}

#menu00 a:hover, #menu00 a:focus, #menu00 a:active{
color: #FFFFFF;
background: url(images/button_down.png) no-repeat;
width: 180px;
height: 20px;
text-decoration: none;
padding:0px 0px 10px 0px;
}

/*Generalità sito*/
*{ margin: 0; padding: 0; }*

/*Generalità sito*/
body {
	font: .8em Arial, Sans-Serif;
	line-height: 1.8em;
	background: #EDEDED;
	background-image:url(images/bg_site.png);
	background-repeat:repeat-x;
	margin: 0;
	padding: 0;}
	
/*STRUTTURA TESTI*/

/*Links*/
a {COLOR: #6587E0; text-decoration: none;}
a:visited {COLOR: #6587E0; text-decoration: none;}
a:hover {COLOR: #333; text-decoration: underline;}

/*Titoli parte destra*/
h2 { margin: 0 0 10px; padding: 10px 0 3px; }

/*Menù a sinistra */
h3 {
	padding-left: 10px;
	color: #FFFFFF;
	background: url(images/bg_menu.png) repeat-x;
	font-size: 1em;
	height: 24px;
	line-height: 24px;
}
p { margin: 5px 0 10px 0; }

/*Proprietà immagini header*/
img { border: solid 2px #CCCCCC;}

/*STRUTTURA TABELLE*/

/*Titolo centrale con integrazione immagine header*/
#header {
	background: url(images/header.png) no-repeat;
	width:770px;
	height: 215px;
}

/*Struttura centrale*/
#wrap {
	padding: 10px 10px 0px 10px;
	width: 770px;
	margin:20px auto;
	background: #FFFFFF;
}

/*Menù a sinistra*/
#left {
	float: left;
	width: 180px;
	background: #CFDDFF;
	margin-bottom: 10px;
	margin-top: 20px;
}

/*Menù a sinistra - Margini dei links*/
#left ul {
	padding: 5px 10px 10px 10px;
	margin: 0;
}

/*Parte destra*/
#right {
	margin-bottom: 10px;
	float: right;
	width: 560px;
	padding: 0 10px 10px 10px;
	margin-top: 10px;
}

/*Linea bassa*/
#pre_footer {
clear:both;
}

/*Parte finale*/
#footer {
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #ccc;
	padding: 10px 5px;
}
