/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
    margin: 0;
    padding: 0;
  }
  body{
    padding: 10px 0;
    background: url(../grafica/sfscheda.jpg) repeat center #000000;
    text-align: center;
    color: #766454;
    font: normal 12px Times New Roman, Times, Georgia, serif;
    SCROLLBAR-FACE-COLOR: #645432;
    SCROLLBAR-HIGHLIGHT-COLOR: #645432;
    SCROLLBAR-SHADOW-COLOR: #645432;
    SCROLLBAR-3DLIGHT-COLOR: #645432;
    SCROLLBAR-ARROW-COLOR: #766454;
    SCROLLBAR-TRACK-COLOR: #645432;
    SCROLLBAR-DARKSHADOW-COLOR: #645432;
  }
  #container{
    margin: 0 auto;
    width: 700px;
    height: auto;
    text-align: left;
	padding-left:59px;
  }
  h1, h2, h3{
    font-weight: normal;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #header{
    padding: 0 90px;
    height: 345px;
    background: transparent url(../images/header_newbg.jpg) no-repeat;
    text-align: center;
  }
  h1#logo{
    padding-top:  230px;
  }
  h1#logo a{
    display: block;
    margin: 0 auto;
    width: 312px;
    height: 55px;
    background: transparent url(../images/template_logo.jpg) no-repeat;
  }
  h1#logo a:hover{}
  #header h2{
    position: relative;
    top: -165px;
    border-bottom: 1px solid #cbb99d;
    font-size: 24px;
  }
  ul#mainNav{
    font-size: 14px;
    list-style: none;
  }
  ul#mainNav li{
    float: left;
    border-top: 1px solid #cbb99d;
    border-bottom: 1px solid #cbb99d;
  }
  ul#mainNav a{
    display: block;
    padding: 7px 0;
    width: 104px;
    color: #52443c;
    text-decoration: none;
  }
  ul#mainNav a:hover{
    background: #e3e7af;
    color: #9e8b74;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #content{
    padding: 30px 90px 30px 90px;
    background: transparent url(../images/content_newbg.jpg) repeat-y;
    line-height: auto;
  }
  h3{
    float: center;
    margin-top: -2px;
    padding-right: 9px;
    font-size: 10px;
	font-style: italic;
  }
  p{
    margin-bottom: 90px;
  }
  table{
  height:150px;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #footer{
    padding: 0 90px;
    height: 285px;
    background: transparent url(../images/footer_newbg.jpg) no-repeat;
    font-size: 9px;
  }
  ul#metaLink{
    padding-top: 10px;
    list-style: none;
  }
  ul#metaLink li{
    float: center;
    margin-right: 15px;
  }
  ul#metaLink a{
    color: #766454;
    text-decoration: none;
  }
  ul#metaLink a:hover{
    text-decoration: underline;
  }
  /* dock - top */
.dock {
	position: relative; 
	height: 50px; 
	text-align: center;
}
.dock-container {
	position: absolute;
	height: 70px;
	background: url(images/dock-bg2.gif);
	padding-left: 20px;
}
a.dock-item {
	display: block;
	width: 40px;
	color: #000;
	position: absolute;
	top: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
}
.dock-item img {
	border: none; 
	margin: 5px 10px 0px; 
	width: 100%; 
}
.dock-item span {
	display: none; 
	padding-left: 20px;
}