body{
  /*boxmodel*/
  margin: 0;
  padding: 0 0 30px 0;
  /*fonts*/
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #000;
  text-align: center;
  /*misc*/
  background-color: #FFF;
}
h1{
   /*boxmodel*/
   margin: 0;
   padding: 0 0 15px 0;
   /*fonts*/
   color: #CE1D00;
   font-size: 28px;
   line-height: 30px;
   font-weight: normal;
   font-family:Arial, Helvetica, sans-serif;
}
h2{
   /*boxmodel*/
   margin: 0;
   padding: 0 0 5px 0;
   /*fonts*/
   color: #CE1D00;
   font-size: 15px;
}

p{
  /*fonts*/
  text-align: justify;
}
a img{
  border: none;
}
a, a:visited{
    /*fonts*/
    color: #333;
}
a:hover{
    /*fonts*/
    
	color: #CE1D00;
}
/* LAYOUT
********************************************************************************
*/
#container{
  /*boxmodel*/
  width: 940px;
  margin: 0 auto;
  /*fonts*/
  text-align: left;
  border:1px solid #DDD;
}
#container_splash{
  /*boxmodel*/
  width: 940px;
  margin: 0 auto;
  /*fonts*/
  text-align: left;
}

#header{
  /*classification*/
  position: relative;
}
#header-design_ita{
	height:196px;
}

#mainmenu{
  /*classification*/
  float: left;
  /*boxmodel*/
  width: 180px;
  padding:0 43px 0 10px;
}
#content{
  /*classification*/
  float: left;
  /*boxmodel*/
  width: 480px;
}
#sponsor{
  /*classification*/
  float: right;
  /*boxmodel*/
  width: 182px;
}
#footer{
  /*classification*/
  clear: both;
}



/* CLASSI COMUNI
********************************************************************************
*/
.hide{
  display: none;
}
.clear, .break{
  clear: both;
}
.spacer{
   padding-top: 20px;
}
.object-right{
  float: right;
  padding-left: 15px;
}
.object-left{
  float: left;
  padding-right: 15px;
}
