body {  
  font-family: Verdana, Palatino, Palatino Linotype, Lucida Sans Unicode;
  font-size: 11px;
  color: #FF9900;
  /*background-color: #202020; -- change the #202020 back to this if he doesn't like straight black*/
  background-color: #202020;
}

td {
  font-size: 11px;
  color: #FF9900;
}

table.main {
  background-color: #202020;
  border: none;
  width: 810px;
}


td.main {
  height: 480px;
}

td.menuItem {
  height: 12px;
  text-align: center;
  border-right: solid 1px #FF9900;
  width: 81px;
  white-space: nowrap;
}

a:link 
{
	color:#FF9900; 
	text-decoration: underline;
}
a:visited
{
	color:#FF9900;
	text-decoration: underline; 
}
a:hover 
{
	color: #CCCCCC;
	text-decoration: underline; 
	font-size: 11px;
}

a.menuLink:link 
{
	color:#FF9900; 
	text-decoration: none;
	font-size: 11px;
	width: 81px;
}
a.menuLink:visited
{
	color:#FF9900;
	text-decoration: none; 
	font-size: 11px;
	width: 81px;
}
a.menuLink:hover 
{
	color: #CCCCCC;
	text-decoration: none; 
	font-size: 11px;
	width: 81px;
}

.overflow {
	scrollbar-3dlight-color: #FF9900;
	scrollbar-arrow-color: #FF9900;
	scrollbar-darkshadow-color: #FF9900;
	scrollbar-base-color: #202020;
	scrollbar-face-color: #202020;
	scrollbar-highlight-color: #202020;
  	scrollbar-shadow-color: #202020;

	overflow: auto; 
	width: 104px; 
	height: 460px; 
	padding: 0px;
	margin: 0px;
	text-align: center;
	line-height: 7px;
}

.mainImage {
	height: 460px;
	margin:0px;
}



#menu
{
	padding:0;
	margin: 0;
	color:#fff;
	white-space: nowrap;
	list-style-type:none;
}
#menu li {
	display:inline; 
}
#menu li a
{
	padding:0.2em 1em;
	background:#202020;
	color:#FF9900;
	text-decoration:none;
	float:left;
	border:1px solid #202020;
	width: auto;
	text-align: center;
}
#menu li a:hover
{
	background:#FF9900;
	color:#202020;
}


