/* Copyright 2008 Lightage */ 
html, body{
	background: #ffffff url("gfx/back.jpg") repeat-x; 
	margin: 0; 
	padding: 0;
	font-family: Arial, Verdana;
} 

input, textarea {
	font-size: 12px;
	font-weight: normal;
	color: #64482D;
}

#pagina{
	width: 760px;
	min-height: 350px; 
	text-align: left;
	padding: 0;
	margin: 0 auto 0 auto; 
} 

#sopra{
	width: 760px;
	height: 120px;
	background: #461101;
	padding: 0px;
	color: white;
}

#sopra h3 {
	margin: 8px;
	font-size: 13px;
	color: #44444;
}

#sopra ul {
	margin: 0 0 0 12px;
	padding: 0;
	list-style: none;
	border-left: 1px solid #777777;
}

#sopra li {
	margin: 0;
	padding: 0;
	list-style: none;
	padding-left: 4px;
}


#sopra a:link, .box2 a:active, .box2 a:visited  {
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
}

#sopra .box2 a:hover {
	color: #eeeeee;
	text-decoration: underline;
}

#fbox0, #fbox1, #fbox2, #fbox3 {
	float: left;
}

#fbox0 {
	width: 220px;
	padding-left: 10px;
}

#fbox1 {
	width: 150px;
}

#fbox2 {
	width: 150px;
	padding-left: 10px;
}

#fbox3 {
	width: 180px;
	padding-left: 10px;
}

#sotto{
	float: left;
	width:760px;
	margin-top: 15px;
	font-size: 10px;
	font-weight: normal;
	border-left: 4px solid #461101;
	padding-left: 4px;
	color: #64482D;
}

#sotto hr{
	display: none;
}

#sotto a {
	color: #64482D;
	text-decoration: none;
}

#sotto a:hover {
	color: #64482D;
	text-decoration: underline;
}

#colonnasx {
	float: left; 
	position: relative; 
	width:300px;
	padding: 1px 0 0 0;
}

#colonnadx {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #222222;

	width: 460px;
	margin: 0;
	padding: 1px 0 0 0;
	float: left;
	position: relative;
}


#colonnadx h1 {
	color: #000000;
	font-size: 16px;
 	text-align: left;
	height: 20px;
	border-left: 4px solid #461101;
	padding-left: 4px;
}

#colonnadx a:link, a:active, a:visited {
	color: #64482D;
	text-decoration: underline;
}

#colonnadx a:hover {
	color: #64482D;
	text-decoration: none;
}






 /* *** 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;}
}

