/* HOME*/

html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
	 background-color:#000000;
   }
   

body {
font-family:Georgia, Georgia, serif;
font-size:12px;
line-height:150%;
color:#cccccc;
}

html body * {
margin: 0;
padding: 0;
}

h1,h2 {
display:inline;
}

img {
border:none;
}

a {
text-decoration:none;
color:#ffffff;
}

a:hover {
text-decoration:underline;
}


.wrapper {
width:960px;
margin:0px auto 0px auto;
}


.flashsection {
width:960px;
height:280px;
margin:0px 0px 0px 0px;
padding:0px;
}

.content {
display:table;
width:960px;
margin:0px;
} 

.clearfloat10px {
clear:both;
height:10px;
}
.clearfloat20px {
clear:both;
height:20px;
}

.txtcontent {
padding:20px 40px 20px 40px;
}

.linea {
height:1px;
margin-left:20px;
}

.thumbevento {
float:right;
margin:-10px -15px 0px 15px;
}

.separatore {
clear:both;
background-image:url(images/separatore.gif);
height:7px;
margin-left:4px;
}


.titoli {
	color: #662244;
	font-weight: bold;
}

.data {
	color: #333333;
	font-weight: bold;
}

.copyright {
margin-right:3px;
float:left;
width:247px;
height:50px;
background-color:#666666;
}

.bottomnav {
float:right;
width:650px;
height:50px;
background-color:#662244;
}

.txtbottom {
font-size:11px;
color:#FFFFFF;
text-align:center;
padding:15px 15px 15px 15px;
}

.credits {
font-size:11px;
color:#ffffff;
text-align:center;
}

.titlechisiamo {
float:right;
width:650px;
height:30px;
background:url(images/chi_siamo.gif) #662244;
}

.backhome {
font-size:11px;
text-align:right;
padding:10px 13px 0px 0px;
}

.titleeventi {
float:right;
width:650px;
height:30px;
background:url(images/eventi2.gif) #662244;
}

.titlearchivio {
float:right;
width:650px;
height:30px;
background:url(images/archivio.gif) #662244;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */
