/* page.css */




div.news_show
{
	width:500px;
	float:left;
}


div.news_nav
{
	width:250px;
	float:right;
}



/*
	gel box effect on tables
*/

td.left
{
	background: url("../images/box_02.png");
	width: 16px;
}

td.right
{
	background: url("../images/box_04.png");
	width: 16px;
}

td.top
{
	background: url("../images/box_01.png");
	height: 44px;
}

td.bottom
{
	background: url("../images/box_05.png");
	height: 32px;
}

/*
	navbar colouring for active tab
	
	color	= text colour = bacground color + 101010
*/

#navbar li a#navbar_current
{
	color:        #00732E;
	background:   #00732E;
	border-color: #00732E;
}