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