/* CSS Document */

body {
	background: #DDE3F1;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

/*div per Master Page*/

#container
{
    margin-left:auto;
    margin-right:auto;
    padding-top:5px;
    padding-bottom:5px;
    width: 980px;
	height: 640px;
	background-color: #475429;
}

#top
{
	width: 966px;
	height: 90px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	border-width:2px;
	border-style:inset;
	border-color:#FFF585;
}


#mid
{
	width: 970px;
	height: 535px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
    }
    
#menu
{
	width:146px;
	height:515px;
	text-align: left;
	padding-left:10px;
	padding-top:20px;
	float:left;
	background-image:url(util/menubkg.jpg);
    border-width:2px;
	border-style:inset;
	border-color:#FFF585;
}

#page
{
    background-color:#FFFFFF;
	float:left;
	width:800px;
	height:535px;
 	margin-left:6px;
    border-width:2px;
	border-style:inset;
	border-color:#FFF585;
}

#footer
{
    background-color: #FF9c17;
    width:980px;
    height: 30px;
	text-align:center;
    font-size: 9px;
    clear:both;
    }

/*div per Pagine*/

#contenuto
{
    width:710;
    overflow:auto;
    padding:20px;
    text-align:justify;
   }

/* titoli link etc */

h1 {
	font-weight: bold;
	font-size: 35px;
	color: #A52521;
	margin-top: 0px;
	margin-bottom: 10px;
}

h2 {
	font-weight: bold;
	font-size: 18px;
	color: #FF9C17;
	margin-top: 10px;
	margin-bottom: 5px;
}

a
{   
    color:#000000;
    text-decoration: none;
    }
    
a:hover
{
    color: #475429;
}

a.txtmenu
{
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding-left:20px;
}




