/* RESET *****************************************************************************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* RESET *****************************************************************************************/


BODY, html {
	height:100%;
	background:#686868 url(../images/bg-body.gif) no-repeat center top;
	text-align:center;
	font-family:Trebuchet MS, Tahoma, "Times New Roman", Times, serif;
	font-size:12px;
	text-align:left;
	color:#000;
	}
	
	#container {
		width:990px;
		margin:auto;
		display:block;
		}
	
	h1 {
		font:17px Calibri, "Times New Roman", Times, serif;
		font-weight:bold;
		width:100px;
		background:#7c7c7c; 
		padding:3px 10px 4px 0;
		display:block;
		color:#FFF;
		}
	
	#header {
		width:990px; height:219px;
		margin-top:1px;
		display:block;
		background: url(../images/header.gif) no-repeat center top;
		}
		
		h2 {
			font:17px Trebuchet MS, Tahoma, "Times New Roman", Times, serif;
			width:173px;
			padding:185px 10px 4px 8px;
			color:#FFF;
			float:left;
			}
		
		A.home {
			width:230px; height:219px;
			float:left;
			margin-right:200px;
			}
		
		.head-box1 {
			height:140px;
			position:relative;
			padding-top:17px;
			float:right;
			color:#c01111;
			line-height:13px;
			text-transform:uppercase;			
			background: url(../images/border-box.gif) repeat-y 1px 0;
			}
			
			.head-box1 IMG {
				position:absolute;
				left:0; bottom:0;
				}
			
			.head-box1 h4 {
				background-color:#fff;
				padding:3px 0 3px 0;
				margin-bottom:10px;
				margin-right:30px;
				font-weight:bold;
				}
			
			.head-box1 IMG {
				padding-left:8px;
				}
		
	
	#toolbar {
		margin:0; padding:0;
		list-style:none;
		width:191px;
		padding-bottom:10px;
		float:left;
		background: url(../images/bg-toolbar.gif) no-repeat left bottom;
		}
	
	#toolbar LI {display:inline;}
	
	#toolbar LI A {
		display:block;
		height:20px;
		overflow:hidden;
		padding:2px 15px 8px 26px;
		line-height:24px;
		color:#FFF;
		text-decoration:none;		
		background: url(../images/bg-tool.gif) no-repeat 10px 0;
		}
	
	#toolbar LI A:HOVER {color:#000;}
	
	#container-valutazione {
		width:720px;
		display:block;
		background-color:#FFF;
		float:left;
		margin-left:12px;
		margin-top:13px;
		padding:20px;
	}
	
	#container-centro {
		width:500px;
		display:block;
		background-color:#FFF;
		float:left;
		margin-left:12px;
		margin-top:13px;
		padding:20px;
		}
		
		h5 {
			font-size:30px;
			padding-bottom:30px;
			}
	
	#container-news {
		width:195px;
		float:right;
		}
		
		#container-news h6 {
			color:#fff;
			margin-top:13px;
			font-size:18px;
			padding:0 0 8px 0;
			margin-bottom:10px;
			border-bottom:#000 solid 1px;
			}
	
#footer {
	clear:both;
	color:#fff;
	height:29px;
	padding:5px 10px;
	background: url(../images/bg-footer.gif) no-repeat 0 0;
	}
