/* Link
---------------------------------------------------------------------*/
a:link{
	font-weight: bold;
	text-decoration: none;
	color: #632800;
	background: transparent;
}
a:visited {
	font-weight: bold;
	text-decoration: none;
	color: #632800;
	background: transparent;
}

a:hover{
	font-weight: bold;
	text-decoration: none;
	color: #636363;
	background: transparent;
	
}

a:active{
	font-weight: bold;
	text-decoration: none;
	color: #632800;
	background: transparent;
}
/*--------------------------------------------------------------------------*/

*{
margin:0px;
padding:0px
}
img{border:0}
html{
padding:0;
background-color:#D8D2B8;
}
body{
	font-size: 14px;
	text-align: left;
	scrollbar-3dlight-color: #C0C0C0; 
	scrollbar-arrow-color: #D8D2B8;
	scrollbar-base-color: #573727; 
	scrollbar-darkshadow-color: #C0C0C0; 
	scrollbar-face-color: #573727; 
	scrollbar-highlight-color: #B4846C; 
	scrollbar-shadow-color: black;
	scrollbar-track-color: #D8CFB2; 
}
h2{
	font-family:Georgia, "Times New Roman", Times, serif;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}
h4{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
}
#container{
	position:relative;
	width: 980px;
	margin: 0px auto 0px auto;
    border:0px solid #f00;
	background-color:#D8D2B8;
	/*background-image:url(../img/cont_back.jpg);
	background-position:top;
	background-repeat:no-repeat;*/
	color: #000;
	text-align: left;
}
#header{
	position:relative;
	background-image:url(../img/header.jpg);
	height:190px;
	border:0px solid #00CC00;
	margin:0 auto;
}

#center{
	position:relative;
	width:980px;
	border:0px solid #666;
	background-image:url(../img/center.jpg);
	background-repeat:repeat-y;
}
#content{
	width:650px;
	margin-left:290px;
	border:0px solid black;
	color:#573727;
	font-family:"Courier New", Courier, monospace;
	padding-top:10px;
	text-align:justify;
}
#nav{
	position:absolute;
	top:0px;
	left:35px;
	width:250px;
	background-image:url(../img/box.jpg);
	background-position:bottom;
	padding:0;
	margin:0;
	border:0px solid #FF3399;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.esp{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:0px solid maroon;
	padding:5px;
	width:300px;
	margin:5px auto;
	text-align:justify;
}
.esp img{float:left; border:0}
.box{
	width:250px;
	background-image:url(../img/box.jpg);
	background-position:bottom;
	padding:0;
	margin:0;
	border:0px solid #FF8899;
	padding-bottom:35px;
}
.box-in{
	background-image:url(../img/box.jpg);
	background-position:top;
}
.titolo_box{
	height:20px;
	text-transform:uppercase;
	font-size:16px;
	font-weight:bold;
	background: #fff url(../images/loghetto.png) no-repeat 0 0;
	padding-left:35px;
	margin:0;
	margin-bottom:5px;
	/*border-bottom:1px solid #9A9EA1;*/
	border-bottom:1px solid #CC0000;
}
p{ margin:10px;}
p.amici{
	margin:10px 20px;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}

#footer{
	position:relative;
	background-image:url(../img/footer.jpg);
	background-repeat:no-repeat;
	width:980px;
	height:110px;
	border:0px solid blue;
	padding:0;
	margin:0;
	font-family:Tahoma;
	font-size:11px;
	color:#D8D2B8;
	font-weight:bold;
	text-align:center;
}

#sacaweb{
	width:265px;
	font: 12px "Courier New", Courier, monospace; 
	color:#D8D2B8;
	padding:0; 
	margin:50px 0 0 30px; 
	float:left;
	text-align:center;
	font-weight:normal;
}
#sacaweb a:link, #sacaweb a:visited, #sacaweb a:active{
	color:#D8D2B8;
	font-weight:bold;
}
#sacaweb a:hover{ text-decoration:underline}
div#copyright{
	color:#D8D2B8;
	width:580px;
	margin:0px 0 0 325px; 
	padding:50px 0 0 0;
	text-align:center;
	border:0px solid #fff;
	height:45px;
	font-weight:normal;
}
#copyright a:link, #copyright a:visited, #copyright a:active{
	color:#D8D2B8;
	font-weight:bold;
}
#copyright a:hover{ text-decoration:underline}

#menu {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	border:0px solid #009933;
	padding-left:27px;
	padding-top:50px;
	
	}
	
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#menu li a {
  	height: 40px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 32px;
	text-decoration: none;
	}	
	
#menu li a:link, #menu li a:visited {
	color: #D8D2B8;
	display: block;
	background: url(../img/vmenu.gif);
	padding: 8px 0 0 33px;
	text-align: left;
	}
	
#menu li a:hover {
	color:#fff;
	background:  url(../img/vmenu.gif) 0 -40px;
	padding: 8px 0 0 45px;
	text-align: left;
	}

#menu li#seiqui a{
	color:#fff;
	background:  url(../img/vmenu.gif) 0 -40px;
	padding: 8px 0 0 45px;
	text-align: left;
	}
	

