html, 
body {
  min-height: 100%;
  margin-bottom: 1px;
}

body {
  margin:  0;
  padding: 0;

  font: 0.9em arial, sans-serif;
  line-height: 1.7em;  
  
  color: #ffffff;
  background: #444444 url(img/sfondo_M_2.jpg) fixed repeat top left;
}

h1 {
  margin: 0;
  padding: 10px 0;
  font: normal 1.25em arial, sans-serif;  
  color: #f1fe61;
}

h2 {
  margin: 0;
  padding: 15px 0 0 0;
  font: small-caps 1em arial, sans-serif;
  color: #b9ff33;
}

p {
  margin: 0;
  padding: 10px 0;
}

a {
  position: relative;
  z-index: 1;
  color: #f1fe61;  
  text-decoration: none;
  
  outline: none;
  -moz-outline-style: none;    
  cursor: pointer;
  
  border-bottom: 1px solid #414515;
}

a:hover {
  border-color: #f1fe61;
}

a img,
a.fade,
a.img,
a.overlay {
  border: 0;
}

/************************************************************************/

#page-content{
  position: relative;
  top: 40px;
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}

#body_top-content{
  width: 740px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
  z-index: -1;
  background: url(img/sfondo-content.png) repeat top right;
}

#logo {
  position: absolute;
  z-index: 3;
  height: 180px;
  width: 740px;
  background: url(img/musealia180.png) no-repeat top left;
}
#logo a {
  display: block;
  height: 180px;
  width: 740px;
  text-indent: -700em;
  text-decoration: none;
  border-bottom:none;
}

#body_top-tl,
#body_top-tr,
#body_bottom-bl,
#body_bottom-br {
  position: absolute;
  top: 0;
  width: 50px;
  height: 50px;
}

#body_top-tl{
  left: 0;
  background: url(img/sfondo-content-tl.png) no-repeat top left;
}
#body_top-tr{
  left: 790px;
  background: url(img/sfondo-content-tr.png) no-repeat top left;
}

#body_content{
  position: relative;
  width: 840px;
  margin-left: auto;
  margin-right: auto;
  background: url(img/sfondo-content.png) repeat top right;
}

#body_bottom{
  position: relative;
  width: 840px;
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}
#body_bottom-content{
  margin-left: auto;
  margin-right: auto;
  width: 740px;
  height: 50px;
  background: url(img/sfondo-content.png) repeat top right;
  text-align:center;
}
#body_bottom-bl{
  left: 0;
  background: url(img/sfondo-content-bl.png) no-repeat bottom left;
}
#body_bottom-br{
  left: 790px;
  background: url(img/sfondo-content-br.png) no-repeat bottom right;
}

#breadcrumb {
  position: relative;
  height: 18px;
  width: 100%;
  background: url(img/sfondo-content.png) repeat top right;
}

#unacolonna {
  margin: 5px auto 10px auto;  
  padding: 5px 20px 20px 20px;  
  width: 640px;  
}

.titolo {
  float: left;
  clear: both;
  width: 200px;
  padding: 0 0 0 80px;
}

.titolo a,
h1 a {
  border-bottom: none;
}

.content {
  float: right;
  width: 450px;
  padding: 0 80px 0 0;
}

.spazio-logo {
  position: relative;
  height: 130px;
  width: 100%;
  clear: both;
  z-index: -1;
  background: url(img/sfondo-content.png) repeat top right;
}

.spazio,
.spazio_bck {
  width: 100%;
  height: 40px;
  clear: both;
}
.spazio_bck {
  background: url(img/sfondo-content.png) repeat top right;
  color: #555555;
  font: 1.9em arial,sans-serif;
  text-align:center;
  letter-spacing:5px;
  border-bottom-style:double;
  border-color:#555555;
}




/*************************************Section List***********************/
.section_list {
    width: 100%;
    font-size: 0.9em;
}
.section_list a {
    color: #555555;
}
ul#section_list {
    height: 30px;
    width: 90%;
    padding: 5px 0 0 10px;
    margin: 0 auto 0 auto;
    list-style-type: none;
    text-align: center;
}
ul#section_list li {
    display: block;
}
ul#section_list li a {
    display: block;
    float: left;
    margin: 0;
    text-align: center;
    border-bottom: none;
}
ul#section_list li a:link {
    display: block;
    line-height: 30px;
    padding: 0 10px;
    text-decoration: none;
    white-space: nowrap;
}
ul#section_list li a:hover {
    color: #f1fe61;
    background: #3A3A3A;
}
a.a_current {
    color: #f1fe61;
    font-weight: bold;
}
/************************************************************************/


#mappa {
color:white;
font-weight:normal;
}
#mappa ul{
list-style-type: none;
}
#mappa a{
color:white;
border: none;
}
#mappa a:visited{
text-decoration: none;
}
#mappa a:hover{
text-decoration: none;
color: #f1fe61;
}



/************************************************************************/

#allarga {
 letter-spacing:3px;
}
#corsivo {
 font-style:italic;
}
#inbasso {
  color: #f0f0f0;
  font-size: 11px;
  text-align: center;
  font-weight: lighter;
  position: relative;
  top: 70px;
  width: 100%;
}

.destra {
  position: relative;
  float: right;
  padding-right: 2px;
}

.no-bordo {
  border: 0 none;
}

.hide {
position: absolute;
left: -700em
}


