﻿body {
	background-color: #161616;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: normal;
	color: black;
	text-align: center;
}

#page
	{
	float: none;
	text-align: left;
	margin: 80px auto;
	padding: 0;
	width: 900px;
}

#page img
{
	border:0px;
}

#topbar 
{
	background-color:black;
	height: 120px;
	margin-bottom:8px;
	width:900px;
}

#toptext
{
 visibility: visible;
 position:relative;
 top: 11px;
 left:400px;
 width:500px;
}


#blackbar
{
	background-color:black;
	height: 140px;
	text-align:center;
}

#whitebar
{
	background-color:white;
	height: 140px;
}

#whitescroll
{
	font-family: Arial, Helvetica, sans-serif;
	font-size:50px;
	color:black;
	letter-spacing:1px;
	position:relative;
	top:40px;
	font-weight:500;
	height:60px;
}

#judobar
{
	background-color: red;
	height: 140px;	
	text-align:center;
	width:900px;
}

#bottombar
{
	background-color:black;
	height: 120px;
	margin-top:8px;
}

#bottomtext
{
	visibility:visible;
	position:relative;
	top:10px;
	left:10px;
	width:880px;
	text-align:center;
}

.navigation
{
	color:gray;	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align:left;
 }

.navigation strong
{
	color:white;
	font-variant: small-caps;
}

.navigation a{
	color:gray;
	text-decoration:none;
}

.navigation a:link a:visited a:active
{
	color:gray;
	text-decoration:none;
}

.navigation a:hover
{
	color: white;	
	text-decoration:none;
}

.navigation td
{
vertical-align:top;
padding-left:24px;
}