/* LAYOUT */
/* Horizontal sections */

div#PL_Top, div#PL_Middle, div#PL_Bottom {
	width: 1000px;
	position:relative;
	z-index:auto;
	
	background-image: url("/style/img/background.gif");
		background-repeat: repeat-x;
	background-position: top;
}
	
	div#PL_Top {
		float: left;
		position: relative;
	}
	div#PL_Middle {
		clear: both;
		background-color:#FFF;
		float: left;
		background-image: url("");
		position: no-repeat;
		z-index:auto;
		margin-bottom: 10px;
	}
	div#PL_Middle_Single_Column {
		clear: both;
		float: left;
		position: relative;
		z-index:auto;
		margin-bottom: 10px;
		background-color:#FFF;
	}
	div#PL_Middle-Pad {
		margin: -5px 0px;
		padding: 3px;
	}
	div#PL_Bottom {
		clear: both;
		margin-bottom: 20px;
		
		background-color: White;
	}
	div#PL_Bottom-Pad {
		padding: 3px;
	}
	
	/* Rounded Corners */
	
div#PL_Middle-Top, div#PL_Middle-Bottom {
	clear: both;
	height: 5px;
	font-size: 0px;
}
div#PL_Middle-Top {
	background-image: url("/style/img/Corners-top-light.gif");
	background-position: top;
	background-repeat: no-repeat;
	position:relative;
	z-index:auto;

}
div#PL_Bottom-Pad {
	background-image: url("/style/img/Corners-top.gif");
	background-image: url("/style/img/Corners-top-light.gif");
	background-position: top;
	background-repeat: no-repeat;
}
div#PL_Middle-Bottom, div#PL_Bottom {
	background-image: url("/style/img/Corners-bottom.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}