body {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 14px;
	background-color: black;
}

/*#busyImage { 
background-image: url(/images/busy.png); 
background-repeat: no-repeat; 
background-position: left top;
padding-top: 425px;
}*/

#mainTable {
	margin: 0 auto;
	width: 800px;
	background-image: url(/images/table_bg.png);
}

#mainTable td {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}

#maincontent {
	font-size: 14px;
}

#header {
	background-color: black;
	height: 175px;
	color: white;
	background-image: url(/images/header.png);
}

#footer {
	background-color: black;
	height: 175px;
	color: white;
	background-image: url(/images/footer.png);
}

td, p, ul {
	font-family: Arial, Verdana, Sans-Serif, Serif;
}

h1 { 
margin-top: 0;
font-size: 180%;
}

h2 { 
margin-top: 0;
font-size: 140%;
}

h3 { 
margin-top: 0; 
font-size: 110%;
}


