@charset "utf-8";
/* CSS Document */

/***********************************************/
/*          AEsito by AEdit srl                */
/*                                             */
/*       layout CSS by Michele Fiaschi         */
/*          Release 1.0 - nov 07               */
/***********************************************/

/*********************/
/* CONTENT COMPONENT */
/*********************/

div#contentbox {
	
	}

div#navigation {
	float:left;
	width: 170px;
	padding: 0px;
	margin-top: 0px;
	vertical-align:top;
	}
	
div#extra {
	display:none;
	}

div#content {
	/*display: inline-block;
	margin: 0px 10px 0px 180px;
	border-top: none;*/
	float:right;
	padding-right:10px;
	width: 660px;	
	}
	
	
.cms_body {
float:left;
	}