/*
	FileName ....... : Layout2ColA.css
	TemplateName ... : BlackIdea
	Copyright ...... : 2012, ObjectWeb Srl - Tutti i diritti riservati
	Version ........ : 1.0.0
	Note ........... : Reset CSS e CSS principali
*/



/* Layout a 2 colonne (Utility e Content)
------------------------------------------------------------------------------------------------- */
div#utility {
   clear: left;
   float: left;
   width: 236px;
}

div#content {
   float: right;
   width: 700px;
   margin: 0;
}

div#sidebar {
   display: none;
}
/* ---------------------------------------------------------------------------------------------- */
