/* Copyright 2007 Lightage */ 
html, body{
	background: #111111; 
	margin: 0; 
	padding: 0; 
} 

#sopra{
	width:100%;
	height: 10px; 
	padding: 0;
	margin: 0; 
	background: #333;
}

#pagina{
	width:760px;
	min-height: 250px; 
	text-align: left;
	padding: 0;
	margin-left: auto; 
	margin-right: auto;
	margin-top: 30px;
}

#sotto{
	float: left;
	width:760px;
	height: 20px;
	padding-top: 20px;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #555555;
}

#sotto a {
	color: #555555;
	text-decoration: none;
}

#sotto a:hover {
	color: #cccccc;
	text-decoration: underline;
}

#colonnasx{
	width:200px;
	min-height: 250px;
	padding: 0;
	float:left; 
	position:relative;
	font-family: Georgia, Trebuchet MS, Arial, Verdana;
	font-size: 13px;
	line-height: 26px;
	font-weight: normal;
	text-align: justify;
	color: #dddddd;
	z-index: 0;

}

#colonnasx ul {
list-style-type: none;
}

#colonnasx li a:link, a:active, a:visited {
	color: #FFCC00;
}

#colonnasx li a:hover {
	color: #CC9900;
}

#colonnadx{
	float: right; 
	display:inline; 
	position: relative; 
	width:525px;
	min-height: 550px;
	padding-left: 10px;
	/* border-left: 1px dashed #333333; */

	font-family: Georgia, Trebuchet MS, Arial, Verdana;
	font-size: 14px;
	font-weight: normal;
 	text-align: left;
	color: white;
 }

#colonnadx h1 {
	color: #fff;
	font-family: Georgia, Trebuchet MS, Arial, Verdana;
	font-size: 22px;
	font-weight: normal;
}

#colonnadx h2 {
	color: #fff;
	font-family: Georgia, Trebuchet MS, Arial, Verdana;
	font-size: 17px;
	font-weight: normal;
}

#colonnadx img {
	padding: 2px;
	border: 1px solid #676767;
}

#colonnadx img:hover {
	padding: 2px;
	border: 1px solid #ababab;
	opacity: .9;
	filter: alpha(opacity=90);
}

#colonnadx a:link, a:active, a:visited {
	color: #FFCC00;
	text-decoration: underline;
}

#colonnadx a:hover {
	color: #CC9900;
	text-decoration: none;
}

.imm {
	float: left;
	margin-right: 10px;
}

 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#twocols, #maincol{width:100%; float:none;}
}
