/*------------stili per il layout fisso con posizionamenti assoluti*/
html, body{
	margin: 0; 
	padding: 0;
	height: 100%;
	min-height: 100%
	}
	
body{
	font-family: verdana,sans-serif;
	font-size: 1em;
	background-color:#BFAB7B;
	color: #000;
	scrollbar-arrow-color:#ffefa7; 
    scrollbar-base-color:#BFAB7B; 
    scrollbar-track-color: #ffefa7;
    scrollbar-shadow-color:#BFAB7B; 
    scrollbar-face-color:#BFAB7B; 
    scrollbar-highlight-color:#BFAB7B; 
    scrollbar-dark-shadow-color:#BFAB7B; 
    scrollbar-3d-light-color:#BFAB7B;
   	background: url('images/sfondo2.jpg');
	background-repeat: repeat-x;
	background-color:#BFAB7B;
	}

        
/*------------stili per le pagine-------------*/

div#container{
	position: relative; 
	width: 950px;
	margin: 0 auto;
	top:0;
	bottom: 0;
	float: left;
	text-align: left;
    }

body>div#container{
	min-height: 100%
	}

div#content{
    position: absolute;
    border-left: 2px solid #3f3400;
    border-right: 2px solid #3f3400;
   	background-color:#ffefa7;
   	z-index: 1;
	width: 550px;
    height: 100%;
    margin-left: 350px;
   	}


div#box{
    position: absolute;
	margin: 300px auto auto 25px;
	width: 500px;
	text-align: left;
	font-size: 11px;
	color: #FF9600;
	 height: 350px;
	 overflow: auto;
	 border-bottom: 4px solid #F0D672;
	}


/*----------------------stili per la COLONNA MENU------------------------*/
div#foto01{
    position: absolute;
    width: 990px;
    height: 250px;
    align: left;
    text-align: left;
    z-index: 15;
    margin-top: 20px;
    margin-left: 0;
    border-top: 5px solid #3f3400;
    border-bottom: 5px solid #3f3400;
    border-right: 5px solid #3f3400;
    }

div#logo{
    position: absolute;
    width: 430px;
    top:25px;
    left: 10px;
    z-index: 80;
}

div#menu{
    position: absolute;
	align: left;
	left: 50px;
	width: 254px;
    height: 100%;
   	background-color:#ffefa7;
   	z-index: 65;
	vertical-align: baseline;
	border-left: 2px solid #3f3400;
    border-right: 2px solid #3f3400;
	}
	
div#container>div#menu{
	width: 250px;
	}

div.empty{
    position: absolute;
	width: 100%;
	height: 140px;
	left: 0;
	padding: 0;
	margin: 0;
	background-color: #fae796;
	z-index: 70;
	}

div#menubox{
    position: absolute;
	width: 250px;
	height: 370px;
	left: 0;
	align: center;
	text-align: center;
	padding: auto;
	background: url('images/sfondomenu.gif') top center;
	background-repeat: no-repeat;
	background-color: #ffefa7;
	margin-top: 140px;
	z-index: 75;
	}

div#menu ul{
    position: relative;
	padding: auto; 
	text-align: center;
	width: 170px;
	color: #3f3400;
	font-family: book antiqua,times,serif;
	font-size: 80%;
	line-height: 1.5; 
	list-style-type: none;
	margin-left: 0; 
	margin-right: 0; 
	margin-top: 50px
	}

div#menu li{
	padding: 8px 0 8px 0;
	}

div#menu a{
	color: #3f3400;
	text-decoration: none
	}
	
div#menu a:hover{
	color: #fff;
	display: block;
	background-color: #F0D672;
	width: 100%;
	text-decoration: none
	}
	
div#footer{
	position: absolute;
	left: 0;
	top: 470px;
	font-size: 0.7em;
	line-height: 1.5;
	width: 250px;
	padding: 0 auto;
    color: #000;
	text-align: center;
	z-index: 55;
    }	
	

/*------------stili testi e tabelle ---------------*/

p.testomenu{
	padding: 2px;
	line-height: 1.5;
	width: 248px;
	color: #3f3400;
	font-family: book antiqua,times,serif;
	font-size: 11px;
	text-align: center
	}

p, p.testo{
	
	line-height: 1.5;
	width: 465px;
	color: #3f3400;
	font-family: verdana,sans-serif;
	font-size: 11px;
	text-align: justify
	}

p.testook{
	padding: 10px;
	line-height: 1.5;
	width: 650px;
	color: #3f3400;
	font-family: verdana,sans-serif;
	font-size: 11px;
	text-align: justify
	}
	
	
p.menus a:link{
	color: #3f3400;
	font-weight: bold;
	text-decoration: none
	}

p.menus a:visited{
	color: #3f3400;
	font-weight: bold;
	text-decoration: none
	}
	
p.menus a:hover{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none
	}
	
	
	
	
h2{	color: #fff;
	
	font-size: 18px;
	font-weight: bold;
	background-color: #F0D672;
	background: url('images/barra.gif') center top;
	background-repeat: no-repeat;
	text-align: left
	}
	
	
td.news{
	text-align: justify;
	width : 460px;
	line-height: 1.5;
	padding: 5px;
	margin: 0;
	color: #555;
	border-top: 1px solid #F0D672;
	font-family: verdana,sans-serif;
	font-size: 11px
	}
	
	
td.news a:link{
	color: #3f3400;
	font-weight: bold;
	text-decoration: none
	}

td.news a:visited{
	color: #3f3400;
	font-weight: bold;
	text-decoration: none
	}
	 
td.news a:hover{
	color: #FF0000;
	font-weight: bold;
	text-decoration: none
	}
