table
{
	background-color: rgb(235, 224, 198);
  table-layout: fixed;
	border: none;
	width: 100%;
}
.border_northwest
{
	width: 15px;
	height: 15px;
	background-image: url(images/backgrounds/northwest.gif); 
	background-repeat: no-repeat; 
}
.border_north
{
	height: 15px;
	background-color: rgb(235, 224, 198);
}
.border_northeast
{
	width: 15px;
	height: 15px;
	background-image: url(images/backgrounds/northeast.gif); 
	background-repeat: no-repeat; 
}
.border_west
{
	width: 15px;
	background-image: url(images/backgrounds/west.gif); 
	background-repeat: repeat-y; 
}
.border_center
{
}
.border_east
{
	width: 15px;
	background-image: url(images/backgrounds/east.gif); 
	background-repeat: repeat-y; 
}
.border_southwest
{
	width: 15px;
	height: 15px;
	background-image: url(images/backgrounds/southwest.gif); 
	background-repeat: no-repeat; 
}
.border_south
{
	height: 15px;
	background-image: url(images/backgrounds/south.gif); 
	background-repeat: repeat-x; 
}
.border_southeast
{
	width: 15px;
	height: 15px;
	background-image: url(images/backgrounds/southeast.gif); 
	background-repeat: no-repeat; 
}
