body
{
	margin-top: 0px;
}
td.header
{
	background-image: url('images/header.png');
	width: 980px;
	height: 134px;
	background-repeat: no-repeat;
}

td.navigation
{
	width: 980px;
}

td.mainspace
{
	padding: 10px;
	background-color: white;
	width: 940px;
}

td.border_left
{
	width: 23px;
	background-image: url('images/border_left.png');
	background-repeat: repeat-y;
}

td.border_right
{
	width: 18px;
	background-image: url('images/border_right.png');
	background-repeat: repeat-y;
}

td.bottom_left
{
	width: 43px;
	height: 44px;
	background-image: url('images/bottom_left.png');
	background-repeat: no-repeat;
}

td.bottom
{
	height: 44px;
	background-image: url('images/bottom.png');
}

td.bottom_right
{
	height: 44px;
	width: 38px;
	background-image: url('images/bottom_right.png');
	background-repeat: no-repeat;
}