#PageBorderL
{
	position: absolute;
	top: 0px;
	left: -4px;
	width: 10px;
	height: 100%;
	background: White url(../images/PageBorderLBW1px.jpg);
	z-index: 5;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#PageBorderR
{
	position: absolute;
	top: 0px;
	left: 795px;
	width: 10px;
	height: 100%;
	background: White url(../images/PageBorderRBW1px.jpg);
	z-index: 5;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}

#PageBorderTLC
{
	position: absolute;
	top: 0px;
	left: -5px;
	width: 10px;
	height: 10px;
	background: White url(../images/PageBorderLBW.jpg);
	z-index: 10;
}

#PageBorderTRC
{
	position: absolute;
	top: 0px;
	left: 795px;
	width: 10px;
	height: 10px;
	background: white url(../images/PageBorderRBW.jpg);
	z-index: 10;
}

#PageBorderBLC
{
	position: absolute;
	top: 0px;
	left: -4px;
	width: 10px;
	height: 10px;
	padding-bottom: 0px;
	overflow: hidden;
	background: url(../images/PageBorderBLC.jpg);
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
}

#PageBorderBRC
{
	position: absolute;
	top: 0px;
	left: 795px;
	width: 10px;
	height: 10px;
	padding-bottom: 0px;
	overflow: hidden;
	background: url(../images/PageBorderBRC.jpg);
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;
}

#PageBorderB
{
	position: absolute;
	left: 5px;
	width: 790px;
	height: 10px;
	background: url(../images/PageBorderB.jpg) repeat-x;
	filter:alpha(opacity=50);
	-moz-opacity:.50;
	opacity:.50;
}