/* Copyright 2007 Lightage */ 
html, body{
	background: #E1D984; 
 margin:0; 
 padding:0; 
 text-align:center; 
} 
 
#pagewidth{ 
 width:750px;
 min-height: 250px; 
 text-align:left;  
margin: 10px auto 10px auto;
border: 5px solid #C1A856;
	background: #FFFFFF; 
} 
 
#leftcol{
	width:249px;
	min-height: 250px;
	float:left; 
	position:relative;
	background: #FFFFFF url(gfx/back_page.jpg) repeat-x;  
}
 
#maincol{
	float: right; 
	display:inline; 
	position: relative; 
	width:500px;
	min-height: 550px;
	border-left: 1px solid #C1A856;
	background: #FFFFFF url(gfx/back_sopra.jpg) no-repeat; 
 }

#sopra{
	float: left; 
	position: relative; 
	width: 400px;
	height: 82px;
	padding-left: 45px;
	padding-top: 48px;
}

.sopra {
	font-family: sans-serif, tahoma, helvetica, arial;
	font-size: 12px;
	line-height: 23px;
 	text-align: left;
	color: #565656;
}

.sopra a:link, a:active, a:visited {
	color: #565656;
	text-decoration: none;
}

.sopra a:hover {
	color: #565656;
	text-decoration: underline;
}

#contenuti{
	float: left; 
	display:inline; 
	position: relative; 
	width:480px;
	margin: 10px; 10px 10px 10px; 
}

.contenuti {
	font-family: sans-serif, tahoma, helvetica, arial;
	font-size: 11px;
 	text-align: left;
	color: #333333;
}

.contenuti a {
	color: #333333;
	text-decoration: none;
}

.contenuti a:hover {
	color: #333333;
	text-decoration: underline;
}

.contenuti h2 {
	font-family: sans-serif, tahoma, helvetica, arial;
	font-size: 12px;
	font-weight: bold;
 	text-align: left;
	color: #000000;
}


.menu1liv {
    margin: 0;
    padding: 0;
    width: 249px;
}


.menu1liv li {
	margin: 0 0 1px 0px;
	padding: 0 0 0 0px;
	list-style: none;
	line-height: 28px;
	background: #E1CF82 url(gfx/menu1liv_off.jpg) no-repeat left;
	font-family: sans-serif, tahoma, helvetica, arial;
	font-size: 16px;
	font-weight: bold;
 	text-align: left;
	color: #575757;
}

.menu1liv a {
	padding: 0 0 0 20px;
	color: #575757;
	text-decoration: none;
}

.menu1liv a:hover {
	padding: 0 0 0 20px;
	color: #575757;
	text-decoration: underline;
}

.menu2liv {
    margin: 0;
    padding: 0;
    width: 249px;
}

.menu2liv li {
	border-left: 4px solid #E1CF82;
	border-bottom: 1px dotted #D7D2A5;
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: 20px;
	background: #ffffff;
	font-family: sans-serif, tahoma, helvetica, arial;
	font-size: 12px;
	font-weight: normal;
 	text-align: left;
	color: #575757;
}

#separatore {
	width: 150px;
	height: 1px;
	color, background-color: #575757;
}

.small {
	height: 20px;
	font-family: sans-serif, tahoma, helvetica, arial;
	font-size: 9px;
 	text-align: center;
	color: #565656;
}

.small a {
	color: #565656;
	text-decoration: none;
}

.small a:hover {

	text-decoration: underline;
}

input, select, textarea {
	border: #666666 1px solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}


fieldset {
	background: #faf6dd;
	border: 0;
}

legend {
	padding: 4px;
	background: #faf6dd;
	font-weight: bold;
	font-size: 13px;
}


 /* *** 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;}
}
