@charset "utf-8";
/* CSS Document */

body,h2,h3,p,div {
	margin:0;padding:0;
}

body {
	font: 11px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #666666; 	
	margin: 0; 
	padding: 0 0 0px 0; 
	background: #fff; 
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
	color: #444;
	padding: 10px 15px 7px 15px;	 
}
h1 { font-size: 3.7em; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 2.8em; font-weight: normal; color: #663333; }
h3 { font-size: 2em; font-weight: normal; letter-spacing: -0.5px; padding-top: 0px; color: #F24A00;}
h4 { font-size: 1.3em; }

p, dl { padding: 10px 15px; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }


/* Struttura */

#all {
	background:#fff;
	width:980px;
	margin:0 auto;
}

#head {min-height:300px;}

#title{height:50px;}

#container{clear:both;margin-top:15px;}

#left_menu {float:left;width:300px;}

#logo {float:left;width:310px;}

#misurino {float:right;width:670px;}

#content{margin-left:310px;}

/* Stile */


.menu {padding:5px 0 10px 20px;line-height:10px;display:block;background:transparent url(images/bullet.gif) left 5px no-repeat;}

 a {
	text-decoration:none;
	color:#999;
	font-weight:bold;
	
	/*text-transform: uppercase;
	font-size: 110%;*/
}

 a:hover {text-decoration:none;color:#f74900;}

.scrittaArancio {color: #F44901}
.footer{ 
clear:both;
font-size:10px;}