/* Sezione documento */

body
{
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  background-color: #95b437;
  text-align: center;
  background-image:url(../../images/bordo.jpg);
  background-repeat:repeat-x;
  background-position:top;
  
  font-size: 11px;
  font-family: Arial;
}

#center
{
	background-image:url(../../images/sfondo_big.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}

.opaca{
background-color:#000000;
padding:10px;
width:970px;
}

/* Sezione intestazione */
#header
{
  width: 100%;
  height: 147px;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  border: 0;
  overflow: hidden;
}

#header a img,
#menu a img
{
  border: 0;
  margin: 0;
  padding: 0;
}

/* Menu */
#menu
{ 
  width: 100%;
  height: 28px;
  background-image: url(../../images/menu_right.jpg);
  background-repeat: repeat-x;
  background-position: top;
  vertical-align:bottom;

}

#menulist
{
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 27px;
  text-align: bottom;
  list-style:none;
}

#menulist li
{
  float:left;
  margin: 0;
  padding: 0;
  height: 27px;
}

#menulist a
{ 
  line-height:27px;
  display: block;
  border: 0;
  margin: 0;
  padding: 0;          
}

#menulist a:link,
#menulist a:visited
{
  text-decoration: none;
}

#menulist a:hover,
#menulist a:focus
{
  text-decoration: none;
}

/* Sezione pagina principale del documento */
#content
{
  width: 100%;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  border: 0;
}

#col_sin
{
  width: 260px;
  float:left;
  margin: 0;
  padding: 0;
}

#col_des
{
  width: 680px;
  float:left;
  margin-left: 10px;
  padding: 0;
  border: 0;
  /*height: 100%;*/
}

/* Footer */
#footer
{ 
  width: 100%;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  border: 0;
  padding-top:3px;
  text-align: center;
  background:url(../../images/footer.gif) no-repeat; color:#000000;
}

#footer a
{
  text-decoration: underline;
}

#footer a:link,
#footer a:visited
{ color:#000000;
  text-decoration: underline;
}

#footer a:hover,
#footer a:focus,
#footer a:active
{ color:#000000;
  text-decoration: underline;
}

/* adatta la lunghezza del contenitore al contenuto in caso di float */
.clear
{
  clear: both;
  height: 0;
  font-size: 0;
  overflow: hidden;
  line-height: 0;
}

