BODY
{
	background-color: White;
	color: Black
}
table
{
	width: 716px;
	border: 0;
	padding: 0;
	border-spacing: 0
}
.marginleft
{
	position:       absolute;
	top:            0px;
	left:           0px;
	width: 84px;
	height: 100%;
	background-image: url(images/fadeleft.jpg); 
	background-repeat:repeat-y;
}
.columncenter
{
	position:       absolute;
	top:            0px;
	left:           85px;
	width: 632px;
	height: 100%;
}
.marginright
{
	position:       absolute;
	top:            0px;
	left:           718px;
	width: 84px;
	height: 100%;
	background-image: url(images/faderight.jpg); 
	background-repeat:repeat-y
}
	
