/* CSS Document */

body {
	background: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/*div per Master Page*/

#container
{
    margin-left:auto;
    margin-right:auto;
    padding-top:5px;
    padding-bottom:5px;
    width: 980px;
	min-height: 690px;
	background-color: #ab2521;
}

#top
{
	width: 966px;
	height: 90px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	background-color:#FF9c17;
	border-width:2px;
	border-style:inset;
	border-color:#FF9c17;
}

#top-foto
{
	width: 650px;
	height: 70px;
	float: left;
	padding-top:10px;
	padding-left:10px;
    padding-right:0px;
    padding-bottom:10px;  
}

#top-logo
{
    width: 280px;
    height:70px;
    padding-top: 10px;
    padding-left:16px;
    padding-right:10px;
    padding-bottom:10px;  
    float:left;
}

#mid
{
	width: 970px;
	min-height: 555px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
    }
    
#menu
{
	width:226px;
	min-height:535px;
	text-align: left;
	padding-left:10px;
	padding-top:20px;
	float:left;
	background-color:#FFF585;
    border-width:2px;
	border-style:inset;
	border-color:#FFF585;
    border-bottom-style:none;
}

#page
{
    background-color:#FFFFFF;
	float:left;
	width:710px;
	min-height:555px;
 	margin-left:16px;
    border-width:2px;
	border-style:inset;
	border-color:#FFFFFF;
	border-bottom-style:none;
}

#footer
{
    background-color: #FF9c17;
    width:980px;
    height: 30px;
	text-align:center;
    font-size: 9px;
    clear:both;
    }

.tirare
{
	height:1px;
	clear:both;	
	font-size:2px;
}


/*div per Pagine*/

#contenuto
{
    width:710;
    overflow:auto;
    padding-left:20px;
    padding-right:20px;
    padding-top: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: #A52521;
}

a.txtmenu
{
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
    padding-left:20px;
}



