/* Copyright 2007 Lightage */ 
html, body{
	background: #232323; 
	margin: 0; 
	padding: 0; 
	text-align: center; 
} 

#slide{
	position: relative;
	left: 0px;
	top: 0px;
	width: 380px;
	height: 500px;
	z-index: 0;
}

#pagina{
	width:785px;
	min-height: 250px; 
	text-align: left;
	padding: 0;
	margin-left: auto; 
	margin-right: auto;
	border: 0px;
} 

#sopra{
	width:785px;
	height: 282px;
	padding: 0px;
}

#sotto{
	float: left;
	width:785px;
	height: 20px;
	padding-top: 5px;
	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:360px;
	min-height: 250px;
	padding-left: 20px;
	padding-right: 10px;
	float:left; 
	position:relative;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 13px;
	font-weight: normal;
	text-align: justify;
	color: #dddddd;
	border-right: 1px dashed #333333;
}

#colonnasx h1, #colonnadx h1 {
	color: #FFCC00;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 20px;
	font-weight: bold;
 	text-align: left;
	margin: 0;
}

#colonnasx h2, #colonnadx h2 {
	color: #FFCC00;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
 	text-align: left;
	margin: 0;
}

#colonnasx a:link, a:active, a:visited {
	color: #FFCC00;
	text-decoration: underline;
}

#colonnasx a:hover {
	color: #CC9900;
	text-decoration: none;
}

#colonnadx{
	float: right; 
	display:inline; 
	position: relative; 
	width:380px;
	min-height: 550px;
	padding-left: 10px;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 12px;
	font-weight: normal;
	color: white;
 }

#colonnadx h1 {
	color: #FFCC00;
	font-family: Trebuchet MS, Arial, Verdana;
	font-size: 20px;
	font-weight: bold;
 	text-align: left;
	margin: 0;
}

#colonnadx a:link, a:active, a:visited {
	color: #FFCC00;
	text-decoration: underline;
}

#colonnadx a:hover {
	color: #CC9900;
	text-decoration: none;
}

.form_left {
	width: 100px;
	height: 26px;
	float: left;
	text-align: right;
}

.form_right {
	width: 250px;
	height: 26px;
	float: right;
}



 /* *** 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;}
}
