/*
	Layout2Col_A.css
	TemplateName: OwSupport (Id 158)
	Copyright (c) 2011, ObjectWeb Srl. All rights reserved.
	Version: 1.0.0
*/



/* Layout a 2 colonne (Utility e Content)
------------------------------------------------------------------------------------------------- */
#middle-sections-middle {
   height: 100%;
   background: Transparent url("Images/MiddleSectionsMiddle2ColABackground.gif") repeat-y;
}

#middle-sections-bottom {
   height: 13px;
   background: Transparent url("Images/MiddleSectionsBottom2ColABackground.gif") no-repeat;
}

div#utility {
	clear: left;
	float: left;
	margin-left: 1px;
	width: 203px;
} 

div#content {
   float: right;
   margin-right: 1px;
   min-height: 450px;
   width: 764px;
}

div#sidebar {
   display: none;
} 
/* ---------------------------------------------------------------------------------------------- */
