\* {

}

body {
	font-family: Arial, Helvetica, sans-seri;
	background-color: #000000;
	background-image:url(../Images/Basic/background.png);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	color:#FFFFFF;
	
}

#container {
	width:800px;
	margin: 0 auto;
	background-color:#990000;
	min-height:800px;
	
}

#header {
	width:800px;
	height:100px;
	text-align:left;

}

#navtop {
	background-color:990000;


}

#table {
	height:650px;
}

#bottom {
	color:#000000;	

}

td#leftbar {
	width:150px;

}

td#body {
	width:650px;

}


ul#navigation {
	text-align:right;
	text-decoration:none;
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;

}

ul#navigation li {

	display:inline;
	margin: 0 10px;
}

a:link {
	color: #FFCC00;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFCC00;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}