body {
text-align: center;
background-color: #003;
margin: 0px;
padding: 0px;
}

#telaio {
font-size: 11px;
color: black;
background: #fff url(images/sfondo_colonna.jpg) repeat-y;
text-align: left;
font-family: Verdana, Arial, Helvetica, sans-serif;
width: 728px;
margin: 5px auto;
}

#telaio table {
font-size: 8px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#testata h1 {
position: relative;
padding: 0px;
margin: 0px;
height: 195px;
width: 728px;
}

#testata h1 span {
position: absolute;
height: 100%;
width: 100%;
background: #000033 url(images/banner2.jpg) no-repeat;
}

#testata h1 a {
position: absolute;
top: 0px;
left: 0px;
height: 100%;
width: 200px;
}

/* menu di sinistra */

#menu {
width:160px;
float: left;
margin: 0px 0 0 5px;
padding: 0px;
color: #fff;
}

#menu ul {
width: 160px;
margin: 15px 0 0 0;
padding: 0;
list-style-type: none;
}

#menu ul li {
margin: 5px 0 0 0;

}

#menu a
{
display: block;
padding: 3px;
width: 160px;
background-color: #000066;
border-bottom: 1px solid #eee;
text-indent: 20px;
}

#menu a:link, #navlist a:visited {
color: #EEE;
text-decoration: none;
}

#menu a:hover {
background-color: #CC6600;
color: #fff;
}

#menu a#current {
background-color: #CC6600;
}

#menu div#immagine {
text-align: center;
margin: 10px 0 5px 0px;
}

/*Il corpo centrale */

#centrale {
margin-left: 170px;
padding:10px;
}

/*\*/
* html #centrale { 
	height: 1%;
}
/**/

h2 {
font-size: 18px;
color: #900;
}

p {line-height: 15px;}

.bold {font-weight: bold; color: #0066FF}

/*footer */

#footer {
background: #fff url(images/footer.jpg) no-repeat 0px 0px;
height: 100px;
clear:both;
color: #003;
text-indent: 15px;
padding: 0;
position: relative;
}

#footer p {
width: 100%;
position: absolute;
bottom: 0px;
margin: 0px;
padding: 0px;
text-align: right;
color: #f60;
font-weight: bold;
font-size: 10px;
}

#footer a:link {text-decoration: none; color: #f60;}     
#footer a:visited {color: #f60;}  
#footer a:hover {color: #f60;}  
#footer a:active {color: #f60;} 

