body {
	margin:0;
	padding:0;
	width:100%;
	background-color: #000;
}
table.main {
	width:800px;
	margin:0 auto;
	padding:0;
	background-color: #190401;
	background-image: url(../images/bkg_main.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
}
a {
	color: #FFF;
}
a.menu {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
}
a.menu:hover {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #F90;
	text-decoration: underline;
}
.menu_body {
	width:1000px;
	height:55px;
	background-image: url(../images/bkg_shade.png);
}
.main_heading {
	font-size: 18px;
	font-weight: bold;
}
.sponsor_heading {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}
.sub_heading {
	font-size: 14px;
	font-weight: bold;
}
.sub_heading2 {
	font-size: 13px;
	color: #F00;
}
.sub_body {
	font-size: 13px;
	color: #FFF;
	font-weight: normal;
}
