body {
	background-image: url('bg.gif');
	background-color: #212020;
	color: #236E9D;
	font-family: "Lucida Grande","Lucida Sans Unicode", helvetica, verdana, arial, sans-serif;
	font-size: 78%;
}
a:link,
a:active,
a:visited {
	color: #236E9D;
	text-decoration: none;
}
a:hover {
	color: #009DFF;
	text-decoration: none;
}
#tablewrap {
	display: table;
	width: 700;
	height: 100%;
	background-color: #000000;
	margin-top: 0;
	margin-bottom: 20;
}
#leftwrap {
	width: 200;
	float: left;
	overflow: hidden;
	text-align: left;
}
#rightwrap {
	width: 500;
	float: left;
	overflow: hidden;
	text-align: left;
}
ul {
	list-style-type: square;
}
.bigtext {
	font-size: 15pt;
	font-weight: bold;
}
#news {
	border-top: #111111 1px solid;
	border-left: #111111 1px solid;
	border-right: #060606 1px solid;
	border-bottom: #060606 1px solid;
	width: 93%;
	float: center;
	text-align: center;
	margin-bottom: 20;
	margin-left: 2;
	margin-right: 2;
	color: #009DFF;
	padding: 5;
	align: center;
}

#news_bg {
	background-image: url('img/newsbg.gif');
	border-top: #222222 1px solid;
	border-left: #222222 1px solid;
	border-right: #111111 1px solid;
	border-bottom: #111111 1px solid;
	width: 95%;
	float: left;
	text-align: left;
	margin-bottom: 20;
	color: #009DFF;
	padding: 5;
	align: center;
}