﻿body
{
	background: url(bkg01.jpg);
}
table.wood
{
	background: url(bkg02.jpg) center;
	text-align: center;
	width: 95%;
}
td.wood 
{
	background: url(bkg02.jpg) center;
}
td.upperframe
{
	background: url(   "grafx/g/g_02BBr.jpg" );
	width: 100%;
	background-repeat: repeat-x;
	background-position: bottom;
}
td.bottomframe
{
	background: url(   "grafx/g/g_07BBr.jpg" );
	width: 100%;
	background-repeat: repeat-x;
	background-position: top;
}
td.leftframe
{
	background: url(  "grafx/g/g_04BBr.jpg" );
	height: 100%;
	background-repeat: repeat-y;
	background-position: left;
	width: 23px;
}
td.rightframe
{
	background: url(  "grafx/g/g_05BBr.jpg" );
	height: 100%;
	background-repeat: repeat-y;
	background-position: right;
	width: 23px;
}
table.hinge
{
	background-image: url("grafx/g/gh_bkg.jpg");
	height: 100%;
}
table.louvers
{
	empty-cells: hide;
	border-spacing: 0px;
	border-collapse: separate;
	table-layout: auto;
}