/* CSS Document */

body {
	background: #E7E0EE;
	font-family: Tahoma,Verdana;
	font-size: 12px;
	margin:0px;
}

/*div per Master Page*/

#container
{
    margin-left:auto;
    margin-right:auto;
    padding-top:5px;
    padding-bottom:5px;
    width: 980px;
	background-color:#EEEEE0;
}

#header
{
	width: 980px;
	clear:both;
	padding:15px;
}

#corpo
{
	width:980px;
	text-align: justify;
	clear:both;
}


#footer
{
    width:980px;
	text-align:center;
    clear:both;
    }


.flottatol
{float:left;}

.flottator
{float:right;}

.alternate
{
	background-color:#E7E0EE;}
	
	
/* titoli link etc */

h1 {
	font-weight: bold;
	font-style:italic;
	font-size: 35px;
	color: #006000;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align:center;
}

h2 {
	font-weight: bold;
	font-size: 28px;
	color: #006000;
	margin-top: 10px;
	margin-bottom: 5px;
}

a
{   
    color:#006000;
    text-decoration: none;
    }
    
a:hover
{
    text-decoration:underline;
}

a.txtmenu
{
    color: #FF0000;
}

hr {
	clear:both;
	height:1px;
}



