body, html {
	margin:0px;
	padding:0px;
	font: normal 14px "verdana";
	background: #ebebeb;
	color: #5a5a5a;

	}


body a: {
	color: #5a5a5a;
	text-decoration: none;
	border-bottom: 1px dotted;
}

body a:link, a:visited {
	color: #5a5a5a;
	text-decoration: none;
	border-bottom: 1px dotted;
}

body a:hover, a:active {
	color: #093;
	text-decoration: none;
	border-bottom: 1px dotted;
}

#wrapper {
	margin: 0px auto; /* AUTO necessario per l'allineamento centrale */
	width: 960px;
	border: 0px solid yellow;
}


#header {
	background-image: url("../images/header.gif");
	background-repeat: no-repeat;
	background-position: center;
	height: 220px;
	position: center;
	width:960px;
	margin: 0px;
	padding: 0px;
	border: 0px solid red;
}


#nav {
	background:#ebebeb;
	padding: 0px; /* top, right, bottom, left*/
	border: 1px solid red;
	width: 301px;
	float: right;
	margin-right: 20px;
	margin-top: 155px;
	border: 0px solid red;
}

#nav a{
	text-decoration: none;
	border-bottom: 0px;
}




#preface {
	background:#ebebeb;
	float:left;
	width: 920px;
	padding: 20px;
	border: 0px solid red;
	font-size: 12px;
}


#aboutleft {
	background:#ebebeb;
	float:left;
	width: 418px;
	padding: 10px 30px 30px 20px; /* top, right, bottom, left*/
	margin: 0px;
	clear: both;
	border: 0px solid red;
}		

#aboutright {
	background:#ebebeb;
	float:right;
	width: 418px;
	padding: 10px 20px 30px 20px; /* top, right, bottom, left*/
	margin: 0px;
	border: 0px solid red;
}	
	

#overall {
	background:#ebebeb;
	float:left;
	width: 908px;
	padding: 10px 30px 30px 20px; /* top, right, bottom, left*/
	margin: 0px;
	clear: both;
	border: 0px solid red;
}	

#content {
	background:#ebebeb;
	float:left;
	width: 518px;
	padding: 10px 30px 30px 20px; /* top, right, bottom, left*/
	margin: 0px;
	clear: both;
	border: 0px solid red;
}		

#sidebar {
	background:#ebebeb;
	float:right;
	width: 318px;
	padding: 10px 20px 30px 20px; /* top, right, bottom, left*/
	margin: 0px;
	border: 0px solid red;
}	



#milestonesleft {
	background:#ebebeb;
	float:left;
	width: 278px;
	padding: 0px 20px 30px 20px; /* top, right, bottom, left*/
	margin: 0px;
	border: 0px solid red;
}		

#milestonescenter {
	background:#ebebeb;
	float:left;
	width: 278px;
	padding: 0px 20px 30px 20px; /* top, right, bottom, left*/
	margin: 0px;
	border: 0px solid red;
}	

#milestonesright {
	background:#ebebeb;
	float:left;
	width: 278px;
	padding: 0px 20px 30px 20px; /* top, right, bottom, left*/
	border: 0px solid red;
}


#footer {
	clear:both;
	background:#444751;
	float:left;
	width: 920px;
	height: 100px;
	padding: 20px;
	color: #ddd;
	font-size: 80%;
	border: 0px solid red;
}	


.smalltext { 
	font-family: Arial, helvetica, sans-serif; 
	font-size: 8pt; 
	line-height: 11pt; 
	color: #369
}


