/*
	FileName ....... : Layout2ColA.css
	TemplateName ... : Business 1
	Copyright ...... : 2012, ObjectWeb Srl - Tutti i diritti riservati
	Version ........ : 1.0.0
	Note ........... : CSS per layout a 2 colonne (Utility e Content)
*/



/* Layout a 2 colonne (A)
------------------------------------------------------------------------------------------------- */
#middle-sections-middle {
   background: url("Images/BodyContainerBackground2ColA.png") repeat-y;
}

div#utility {
   clear: left;
   float: left;
   width: 220px;
}

div#content {
   float: right;
   width: 760px;
}

div#sidebar {
   display: none;
}
/* ---------------------------------------------------------------------------------------------- */
