/* Note: Keep this file in sync with "tri_col.css" */

div.two_col_divider {
	float:                left;
	/* background-image:     url(../images/redesign/body_pipe.png); */
	border:               0;
	background-repeat:    no-repeat;
	background-position:  top left;
	height:               500px;
	width:                2px;
	margin:               0;
	padding:              0;
}
#leftcontent {
	float:left;
	width:246px;
	text-align: left;
	height: 100%;
	border-left: 0 none;
	padding-right: 8px;
	margin-top: 10px;
}
#middlecontent {
	float: right;
	width: 700px;
	text-align: left;
	height: 100%;
	border-left: 0 none;
	margin-top: 10px;
}
