

html {
	margin: 0;
	padding: 0;	
}

body {
	background-image: url(../images/sfondo.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #85776e;
	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:0.8em;
	
	margin: 0;
	padding: 0;
}

img {
	border: none;

}

.contenitore{
	width:1054px;
}

#header {
	background-image:url(../images/header.jpg);
	background-position:top left;
	
	width:1054px;
	height:115px;
}

#center-header{
	background-image:url(../images/center-head.jpg);
	background-position:top left;
	
	width:1053px;
	height:17px;
}

#left-cont{
	background-image:url(../images/sfondo_left.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
	background-color:#8A7C73;
	
	width:453px;
	height:564px;
}

#left-cont h1,h2,h3{
	color:#86786F !important;
}
#right-cont{
	background-image:url(../images/sfondo_right.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	
	background-color:#8A7C73;
	
	width:600px;
	
}

#footer{
	padding-top:20px;
}	

img.left-cont{
		margin-left:20px;
		margin-top:20px;
}

p.right-cont{
	margin-top:0;
	padding-top:0;
	color:#FFF;
	font-size:0.9em;
	text-align:left;
	line-height:14px;
}

hr{
	
	width:90%;
	color:#FFF;
	border:0;
	
	margin:5px 0px 5px 20px;
	border-bottom:#FFF 1px solid;
}

a{
	color:#FFF;
	text-decoration:underline;
}

a:hover{
	color:#ACA699;
	text-decoration:none;
}

h1,h2,h3{
	padding:0;
	margin:0;
	
	color:#FFF;
}
h1{
	font-size:1.4em;
}
h2{
	font-size:1.2em;
}
h3{
	font-size:1.1em;
}

h4{
	color:#F1E5DC;

}

div.anteprima{
		padding-left:25px;
		min-height:70px;
		padding-top:10px;
		border:1px solid #EFE5DB;
		margin:2px;
		
}
div.anteprima a{color:#86786F;}
div.anteprima a:hover{
	text-decoration:underline !important;}
div.anteprima:hover,div.current{
	/*background-color:#E4DBD6 !important;*/
	border:1px solid  #9D876F;
} 		

img.thumb{
	padding:2px;
	background-color:#999;
	border:1px solid #666;
}

span.inprimopiano{
	font-size:0.7em;
}

div.libro{
	margin:5px;
	margin-top:25px;
	padding:5px;
	width:165px;
	float:left;
	border:1px solid #F2E5DC;
}
div.libro:hover{
	background-color:#E6D0C1;
	border:1px solid  #AE8273;
}

ul.competenze{
	padding-left:20px;
	font-size:0.9em;
}
ul.competenze li{
	padding:5px;
	list-style:disc;
	color:#FFF;
}

ul.competenze li:hover{

	color:#ACA699;
}
.primopiano{
	padding:2px;
	padding-right:20px;
}

p{

color:white;}
