body {
	font: 80% verdana,helvetica,sans-serif;
	margin: 0;
	padding: 0;
	background-image: url(images/sfondo.jpg);
	background-repeat: repeat;

}

h1 {
	font-family: Verdana; color: #0E6A3B;
	text-shadow: White;
}

h2 {
	color: #0E6A3B;
	font-family: Verdana;

}

h3 {
	color: #0E6A3B;
	font-family: Verdana;
	font-size: large;
}

h5 {
	font-family: Verdana; color: #0E6A3B;
	text-shadow: White;
}
h6 {
	font: 80% verdana,helvetica,sans-serif;
	display: block;
	margin: 0 1em .5em 1em;
	color: White;
}

hr {
	display: table-caption;
	margin: 90%;
}


/* centrare la pagina web a larghezza fissa */

#testa {
	width: 80%;
	height: 130px;
	margin: 0px auto;
	text-align: center;
	top: 0px;
}
#corpo {
	width: 80%;
	margin: 1px auto;
	text-align: center;
  
}
#piedipagina { width:80%; margin:1px auto; text-align:center; }

/* testa */
#testa { 
    background:black; 
    border:3px solid #D0B80D; 
    padding:0em 0; 
}

/* corpo */
#corpo {
	position: relative;
	background: black url(sfondo_colonna1.png) repeat-y;
	border: 2px solid #D0B80D;
        height: 100%;
}
#corpo-colonna1 {
	position: absolute;
	top: 10px;
	left: 20px; 
	width:113px;
	padding: 1em 0;
	height: 350px;
}
#corpo-colonna2 {
	margin: 0 0px 0 160px;
	border-left: 2px solid green;
	border-right: 16px solid black;
	background-image: url(images/sfondo01.jpg);
   padding: 2em 0;
   height: 350px;
	overflow: auto;
}


/*pie' di pagina */
#piedipagina { 
    background:black; 
    border:3px solid #D0B80D; 
    padding:1em 0; 
}
#navmenu ul
{
list-style-type: none;
margin: 0;
padding: 0;
}
#navmenu a
{
	display: block;
	color: #0E6A3B;
	width: 100px;
	padding: 2px 8px;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #B8860B;
	border-bottom: 1px solid #B8860B;
	font-family: Verdana;
	background-color: transparent;
}
#navmenu a:hover
{
background-color: #003399;
color: Green;
background-image: url(images/sfondo01.jpg);
border-top: 1px solid #B8860B;
border-left: 1px solid #B8860B;
border-right: 1px solid #FFFFFF;
border-bottom: 1px solid #FFFFFF;
}
#navmenu li {
	margin-bottom: 4px;
}
.bordo {
	border: outset #D0B80D;
}

#powered {
	position: absolute;
	right: 128px;
	bottom: 1px;
	top: 580px;
	
}