#col2 { /* amalgamation of left and midcol */
	width:560px;
	float:left;
	margin-right:8px;
	text-align:left;
}


#col2 .box-top {
	width:560px;
	height:13px;
	background:url('images/2col-left-top.jpg') bottom left no-repeat;
	margin:0;
}
#col2 .box-mid {
	width:520px;
	background:url('images/2col-left-mid.jpg') top left repeat-y;
	margin:0;
	padding:0 20px;
	overflow:hidden;
}
#col2 .box-bottom {
	width:560px;
	height:17px;
	background:url('images/2col-left-bottom.jpg') top left no-repeat;
	margin:0;
	padding:0;
}
