/* ------------------------------
Special Settings for Column_A on 3 Column
------------------------------ */

/* Reverse float direction. */
#container_outer {
	float:left;
	margin-left: 0;
	margin-right:-320px;
}
#container_inner {
	float:right;
	margin-right:0px;
	margin-left:-160px;
}
/* Move left-split-line to #container_outer. */
#splitline_left{
	background: none;
}
#container_outer {
	background-image: url('../img/bg_line1.gif');
	background-position: 160px top;
	background-position-x: 160px;
	background-position-y: top;
	background-repeat: repeat-y;
}

