body
{
	margin:25px;
	font:12px Verdana, Arial, Helvetica;
	color:#FFFFFF;
	background:#101010;
}

/* Main page banner */
td.banner
{
	text-align:center;
}

/* The main menu */
td.menu
{
	text-align:center;
}

/* This is where the main content of the page will go */
td.content
{
	text-align:left;
	background-image:url('images/backgrounds/body_bg.png');
	background-repeat:no-repeat;
	width:1050px;
	height:585px;
	padding-left:10px;
	padding-right:50px;
}
div.content
{
	height:550px;
	width:600;
	margin-left: auto;
	margin-right: auto;
}
ul
{
	padding-left:0px;
}
li.menu
{
	display: inline;
	padding-right: 5px;
	padding-left: 5px;
}
img
{
	border:0px;
}
li.menu2
{
	display: inline;
	padding-left: 5px;
	padding-right: 5px;
}
a:link
{
	color:#00FF00;
	text-decoration:none;
}
a:visited 
{
	color:lightblue;
	text-decoration:none;
}
a:hover
{
	color:#FFFF00;
	text-decoration:underline;
}
a:active
{
	color:#0000FF;
	text-decoration:underline;
}