body {
	margin: 0px;
  direction: ltr;
	scrollbar-base-color : #c40c15;
	background-color:  #c40c15 ;
}

#menu{
	text-align: center;
	font-size: 14px;
	height: 30px;
	color: white;
	margin-left:15px;
}
#maintable{
	background-color:#c40c15 ;
	background-image:url('top-bg.jpg');
	background-repeat:no-repeat;
	background-position:top center;
	font-family: verdana;
	font-size: 11px;
	color: white;
}

#content{
	font-family: verdana;
	font-size: 12px;
	color: white;

}

#footer{
	font-size: 10px;
  text-align: center;
	background-image:url('foot.jpg');
	height: 40px;
	vertical-align: middle;
	text-align: center;
	padding-right:40px;
	color: #999999;
}

a.menuitem{
  color:white;
  text-decoration: none;
}
