.wrapper {
margin: 0 auto;
width: 780px;
text-align: left;
/*border: 1px solid #000;*/
}

/* \*/
* html .wrapper {   /*** IE5.x/win box model fix ***/
width: 782px;
width: 780px;
}
/* */

.outer {
position: relative; /*** IE needs this or the contents won't show outside the parent container. ***/
margin-left: 2px;    /***  Critical left col dimension value ***/
width:782px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
background: #FFFFFF; /*** Sets background of center col***/
margin-bottom:5px;
margin-top:5px;
/*z-index:-1; /*** for IE ***/
}

/*/*/a{}
body .outer {
	z-index:0;	/*** for Netscape ***/
}
/* */


/* \*/
* html .outer 
{   /*** IE5.x/win box model fix ***/
	width: 782px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
	width: 780px;   /*** Critical left and right col/divider dimension value (moves inversly) ***/
/*	word-wrap: break-word;*/
}
/* */
