body {
	text-align: center;
	background-image:url(imgs/background_strip.gif);
	background-position:center top;
	background-repeat:repeat-y;
	background-color:#D1CEC6;
	background-attachment:fixed;
	min-width:800px;
	
}
.main {
	width: 750px;
	margin: 0 auto;
}
.head {
height:60px;
	color: #9C9C9C;
	font-family: sans-serif;
	font-size: 25px;
	text-align: right;
	/*border-bottom: 1px dashed #6B6B6B;*/
	/*border-bottom: 1px solid #666;*/
}
.left-container {
	position: relative;
	float: left;
	width: 140px;
	font-family: sans-serif;
	text-align: left;
	min-height: 500px;
		
}
.right-container {
	position: relative;
	float: right;
	width: 596px;
	/*
	text-align: left;
	border-left: 1px dashed #6B6B6B;
	border-bottom: 1px dashed #6B6B6B;
	*/
	border-left: 1px solid #666;

	min-height: 500px;
	/*background: url("imgs/line-vr.gif") no-repeat;
	background-position: left center;
	*/
}
h2 {
	font-family: sans-serif;
	font-weight:bold;
	font-size: 12px;
	/*
	//border-bottom: 1px dashed #6B6B6B;

	//background: url("imgs/line-hr.gif") no-repeat;
	//background-position:bottom center;
	*/
}
div.data {
	font-family: sans-serif;
	font-size: 12px;
	color:#666666;
}
div.articolo {
	font-family: sans-serif;
	font-size: 12px;
	margin-top: 10px;
}
p, div.articolo_breve,.link {
	font-family: sans-serif;
	font-size: 12px;
	margin-top: 10px;
	
}
ul {
list-style:none;
}
.published{
	font-family: sans-serif;
	font-size: 12px;
	color: #9C9C9C;
	padding-top:10px;

}

.lightgray {
	font-family: sans-serif;
	font-size: 12px;
	color: #9C9C9C;
	width: 750px;
	padding-top:10px;
	//border-top: 1px dashed #6B6B6B;
	border-top: 1px solid #666;
}
.lnk_menu_lat {
	font-family: sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
	/*border-bottom:1px dashed #6B6B6B;*/
	border-bottom: 1px solid #666;
}
.lnk_menu {
	font-family: sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
}
.lnk_menu:hover {
	font-family: sans-serif;
	font-size: 12px;
	color: black;
	text-decoration: none;
	/*border-bottom:1px dashed #6B6B6B;*/
	border-bottom: 1px solid #666;
}
.lnk_menu_moda {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#333333;
	text-decoration: none;
	/*border-bottom:1px dashed #6B6B6B;*/
	border-bottom: 1px solid #666;
}
.lnk_menu_moda:hover {
	font-family: sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#666666;
	text-decoration: none;
	/*border-bottom:1px dashed #6B6B6B;*/
	border-bottom: 1px solid #666;
}
.white {
	color: white;
}
#images-fader ul {
	list-style: none;
	list-style-image:none;
	position: absolute;
	margin: 0 auto;
	padding: 0;
}
#images-fader li {
	visibility: hidden;
	display: block;
	overflow: hidden;
	list-style: none;
	list-style-image:none;
}
#images-fader img {
	position: absolute;
	top: 0;
	left: auto;
	right: auto;
	display: block;
	margin: 0 auto;
}
