body 
{
    padding-left:50px;
    width:810px;
    background-color:#d9722f;
	font-family: Verdana, Arial, Sans-Serif;
	font-size:8pt;
}

#testa
{
    text-align:center;
    border-color:#2ea472;
    border-top-width:5px;
    border-style:solid;
}

a
{
    border-style:none;
    border-width:0;    
    text-decoration:none;
}

#main 
{
    background-color:#2ea472;
}

#menu
{
    border-bottom-color:#2ea472;
    border-bottom-style:solid;
    border-bottom-width:1px;
}

#menu ul
{
}

#menu ul li
{
    display:inline-table;    
}
	
#menu ul li a
{
    color:Yellow;
    text-decoration:none;
    border-style:solid;
    border-width:1px;
    border-color:#2ea472;
}

#menu ul li a:hover, #menu ul li .current
{
    border-bottom-style:solid;
    border-bottom-width:3px;
    border-bottom-color:#d9722f;
}

		
#centro
{
    min-height:300px;
    height:auto !important;
    clear:both;
    background-color:White;
    border-color:#2ea472;
    border-top-width:5px;
    border-left-width:5px;
    border-right-width:5px;
    border-style:solid;
}

#centro #spallaSinistra
{
    float:left;
    padding-top:20px;
    width:240px;
    background-color:White;
}

#centro #contenuto 
{
    background-color:White;
    min-height:300px;
    padding-bottom:20px;
    padding-left:10px;
    padding-top:20px;
}

#contenuto p
{
    font-size:10pt;
    text-align:justify;
}

#footer
{
    color:Yellow;
    font-size:6pt;
    clear:both;
    text-align:center;
}

#footer a
{
    color:Yellow;
    text-decoration:none;
}

#shinystat
{
    text-align:center;
}

.TextArea 
{
    padding-right:10px;
    width: 540px;
    height: 300px;
    border: 0;
    font-size:10pt;
    text-align:left;
    color: #2ea472;
}  

