@charset "utf-8";
body, html{
	width:100%;
	height:100%;
	margin: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #1a1a1a;
	background-image: url(../img/bg2liv.gif);
	background-repeat: repeat-y;
}

/* MENU */

.menu{
	width: 220px;
	background-color: #000000;
	background-image: url(../img/trattini.gif);
	background-repeat: repeat-x;
	background-position: 0px 72px;
	padding: 15px;
	font-size: 15px;
	line-height: 25px;
	font-family: "Trebuchet MS", Arial, Verdana;
}
.menu h1{
	margin-bottom: 21px;
}
.menu h1 a{
	width: 207px;
	height: 43px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background-image: url(../img/header.gif);
	cursor: pointer;
}
.menu ul{
	padding: 0px;
	margin: 0px;
	display: block;
}
.menu ul a{
	color: #FFFFFF;
	text-decoration: none;
}
.menu ul a:hover,
.menu .selected{
	color: #cdbb56;
}
.menu li{
	list-style: none;	
	display: block;
}
ul.menu2liv{
	font-size: 13px;
	padding: 0px 0px 0px 20px;
	margin: 0px;
	list-style: none;
}

/* CONTENUTO */

.news{
	font-size: 12px;
	margin: 20px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
	line-height: 18px;
	font-style: italic;
	border-top: 1px groove #4d4d4d;
}
.news h2{
	display: block;
	font-size: 18px;
	padding-bottom: 10px;
	font-style: normal;
}
.news strong{
	font-size: 14px;
	color: #df0a46;
}
.news a{
	color: #999999;
}

/* CONTENUTO */

.photo_home{
	width: 600px;
	height: 399px;
	background-image: url(../img/willy.jpg);
}
.copyright{
	font-size: 10px;
	color: #999999;
	padding: 10px 0px;
}
.wrapper{
	height: 100%;
	background-image: url(../img/trattini.gif);
	background-repeat: repeat-x;
	background-position: 0px 72px;
}
.wrapper .content{
	padding: 80px 15px 15px 15px;
	margin: 0px;
}
.wrapper .content p{
	padding: 0px 0px 20px 0px;
	margin: 0px;
}
.wrapper .content a{
	color: #FFFFFF;
}
.wrapper .content h2{
	font-size: 18px;
	margin-bottom: 10px;
	color: #cdbb56;
	font-family: "Trebuchet MS", Arial, Verdana;
}
.wrapper .content h2 strong{
	display: block;
}
.wrapper .content h2 em{
	font-size: 10px;
}
.wrapper .content .box_exhibitions{
	display: block;
	clear: both;
	padding: 5px;
	margin: 0px 0px 10px 0px;
	background-color: #333333;
}
.wrapper .content .box_exhibitions img{
	float: left;
	margin: 0px 10px 0px 0px;
}
.wrapper .content .box_exhibitions p{
	padding: 0px;
}

/* TAGS */

.clear{
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}
a:hover{
	text-decoration: none;
}
img{
	border: 0px;
}
h1,
h2,
h3{
	display: block;
	padding: 0px;
	margin: 0px;
}