html { min-height: 100%; margin-bottom: 1px; }
/* this forces the front page which wouldn't have a scrollbar to 
have one so that the transition to the other pages which have them will look neater... That's Why */

body{
	color: #000000;
	padding: 0;
	margin: 0;
	background: url(images/bgimg.jpg) bottom left repeat-x ; 
	font-family: arial, verdana, Times, "Times New Roman", serif;
	text-align: center;
	background-attachment: fixed;
	background-color: #80602D;
	padding: 0px;
}



#container{
	background: url(images/table-background.gif) top center no-repeat; 
	width: 818px;
	background-color: #ffffff;
	border: solid 1px #000000;
}

#address { 
	font-family: arial;
	font-size: 9pt;
	color: #000000;
	visibility: none;
}

#Table_01 { width: 799px; 
}

a, a:visited { color: #0000ff }

td { font-family: verdana; color: #000000; font-size: 10pt; }

img { border: 0px; }

li { font-size: 8pt }

#links { font-family: arial; font-size: 9pt; }
