td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}body {
	background-image: url(/images/redblock.gif);
	font-size: 12pt;
	font-family: Arial, Helvetica, sans-serif;
	color:#fff;
}

a {
	color:#FF0000
	}

table.main{
padding-top:10px;
	background-color:#000000;
	width:95%;
	height:1000px;
	padding-bottom:400px;
}
td.mainleft{
	padding-top:10px;
	background-image:url(/images/red-to-black.png);
	background-position:left;
	background-repeat:repeat-y;
	width:200px;
}

td.maincenter{
	padding-left:20px;
	padding-right:20px;
/*	padding-top:170px;
	background-image:url(/images/chester_title.jpg);
	background-position: center 10px;
	background-repeat:no-repeat;*/
}

td.mainright{
	padding-top:25px;
	background-image:url(/images/black-to-red.png);
	background-position:right;
	background-repeat:repeat-y;
	width:100px;
}
table.menu{
width:150px;
margin-left:25px;
margin-top:50px;
}

td.menutop{
width:inherit;
height:25px;
background-image:url(/images/menutop.png);
background-repeat:no-repeat;
background-position:bottom center;
}
td.menumid{
background-image:url(/images/menubg.png);
background-repeat:repeat-y;
background-position:center;
}

td.menubottom{
width:inherit;
height:50px;
background-image:url(/images/menubottom.png);
background-repeat:no-repeat;
background-position:top center;
}
-->