#menu{
	position : absolute;
	top: 0%;
	left: 0%;
}
#main
{
	position : absolute;
	top: 0%;
	left: 30%;
}
td.bkgnd
{
	background-image : url("images/index/button1.jpg");
	width : 100%;
	height : 50px;
	font-family : arial;
	font-size : smaller;
	font-weight : bold;
	color : white;
}
td.t_bkgnd
{
	font-family : arial
	font-size : smaller;
	font-weight : bold;
	color : White;
}
a.menulink
{
	background-image : url(../images/index/button1.jpg);
	width : 100%;
	height : 54px;
	font-family : arial;
	font-size : 13px;
	font-weight : bold;
	text-decoration : none;
	color : #DEDE00;
	background-position : center;
}
a.menulink:hover
{
	background-image : url(../images/index/button2.jpg);
	width : 100%;
	height : 54px;
	font-family : arial;
	font-weight : bold;
	font-size : 13px;
	font-position : middle;
	color : black;	
	background-position : center;
}
