/* LAYOUT */
/* Middle section: 2 Columns */

	div#PL_Middle {
		background-color:#FFF;
		position:relative;
		z-index:auto;
	}
		
		
		div#PL_Column-Main {
			float: left;
			width: 799px;
		}
		
		div#PL_Content {
			float: left;
			width: 799px;
		}
		