.wrapper {
margin: 0 auto;
width: 780px;
text-align: left;
/*border: 1px solid #000;*/
/*background: #eeeed4;*/
}

* html .wrapper {   /*** IE5.x/win box model fix ***/
width: 782px;
width: 780px;
background: #FFFFFF;
}
	
.outer {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
margin-left: 298px;    /***  Critical left col dimension value ***/
width: 300px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
background: #FFFFFF; /*** Sets background of center col***/
border-left: 1px solid #606250;   /*** Critical left divider dimension value ***/
border-right: 1px solid #FFFFFF;   /*** Critical right divider dimension value ***/
margin-top:5px;
margin-bottom:5px;
/*z-index:-1;*/
z-index:1;
	height:auto;

}

/*/*/a{}
body .outer {
/*z-index:0;*/	/*** for Netscape ***/
z-index:1;
}
/* */	

* html .outer {   /*** IE5.x/win box model fix ***/
width: 302px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
/*width: 300px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/

}

.float-wrap 
{
		height:auto;

float: left;
width: 300px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
margin-right: -1px;   /*** Static fix ***/

}

.center 
{
float: right;
width: 295px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
margin-bottom: -1px;   /*** Fixes a variance in IE/win for the green AP bottom boxes ***/
padding-left:10px;/*Aggiunto da Vittore*/
padding-right:3px;/*Aggiunto da Vittore*/
/* \*/
margin-left: -1px; 
/* Hidden from IE-mac */
/*background:dfd7c8;*/
	height:auto;



}

.left 
{
	position: absolute; /*** IE needs this or the contents won't show outside the parent container. ***/
	width: 300px;    /***   Critical left col/divider dimension value ***/
	margin-left: -299px;    /***  Critical left col/divider dimension value ***/
	height:auto;
}
/* non per IE7 */
html>/**/body .left
{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	top:auto;
}

/* solo per IE 6 */
* html .left 
{
	position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
	top:auto;
	width:300px;
	margin-right: -3px;
}   /***  Fix only for IE/Mac ***/

.container-left 
{
	height:auto;
width: 295px;    /***  Critical left col dimension value ***/
padding-bottom: 20px;   /*** To keep content from going underneath the AP bottom boxes ***/ 
padding-right:3px; /**Aggiunto da Vic**/
/*background: #fffa3c2c0;*/
}


/* non per IE7 */
html>/**/body .container-left 
{
	position: relative; 
}

/* solo per IE6 */
* html .container-left 
{
	position: relative; 
}

.right 
{
float: left; 
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
width: 182px;    /***  Critical right col/divider dimension value ***/
margin-right: -180px;    /***  Critical right col/divider dimension value ***/
margin-left: -1px;   /*** Static fix ***/

	height:auto;

}

/*** These commented-out rules below are there to explain the "Critical" info 
	for the rules above, because comments must not appear within the Mac-hack.
	The "rules" below are not active, they are just for teaching purposes. ***/

/*
* html .right {
margin-left: 0px;    *** Critical right divider dimension value ***
margin-right: -500px;    *** IE5.x/win fix, must be above a critical number, but very high values appear okay ***
mar\gin-right: -182px;    ***   Critical right col/divider dimension value ***
}
*/


.container-right { 
/* \*/width: 180px;/* Hidden from IE-Mac */   /*** Critical right col dimension value ***/
margin-left: 3px;    /*** Critical right divider dimension value ***/
padding-bottom: 20px;   /*** To keep content from going underneath the AP bottom boxes ***/
/*background: #fffafc2a3;*/
}

/* \*/
* html .container-right {
float: right;
/*margin-left: 2px; */
margin-left: 0px; 
}
/*** Static fixes ***/

/*** Below is the Holly hack, and if IE/Win shows bugs it's a good idea to apply this hack to 
	different elements and see if that fixes the problem. Sometimes it may be necessary 
	to use "position: relative;" on certain elements, but it's hard to tell in advance which 
	elements will need such fixes. Here it prevents IE5/Win from clipping the left ends 
	of the headings. ***/



/*** This is a fix for IE5/Win at the largest text size setting. ***/
/* \*/
* html .left {margin-right: -3px;}
/* */



/*** The following fixes prevent justified italic text from destroying the layout in IE/win.
	The problem is that those properties together make IE force the container wider,
	which in this type of floated layout causes a float drop. 	Pre-IE6 gets "width: 100%" 
	and "overflow: hidden", while IE6 gets "width: auto" and "overflow: visible, which 
	is the default, but explicitly stating it seems to keep IE6 happy. IE6 also needs
	to see the "height: 1%" to give it some kind of box dimension. Browser coddling 
	we call it. Finally, Bruno found that "word-wrap: break-word;" disarranged the 
	justified text in IE5.5 and 6, so it is defaulted to "normal" for this text.
	If you don't need justified and italicized text then forget all these fixes ***/

/* \*/
* html .italics-test, * html .italics-test-side {
/*overflow: hidden;
width: 100%;*/
overflow: visible;
width: auto;
height: 1px;
}
/* */

/*** All the IE fixes that are inside separate "Mac-hacks" may be grouped 	within 
	just one Mac-hack for convenience if desired. However, each fix must come 
	later than the rule it is fixing or the fix itself will be overridden. ***/


/*** The rule below prevents long urls from widening floated cols and breaking the layout 
	in IE. It is not valid, but if placed within a "Conditional comment" it will be hidden 
	from all user agents other than IE/Win, and thus validate. This fix fails in IE5/Win.
	http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp ***/

/* \*/
* html .outer 
{
	/*word-wrap: break-word;*/
}
/* */
