body {
	background-color: #000000;
	background-repeat: repeat-y;
	color: #ffffff;
	font-size: 13px;
	font-family: Arial;	
}
a:link, a:active, a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0000ff;
	text-decoration: underline;
}
p {
	text-align: left;
}
li {
	margin-left: 0px;
}
.content {
	position: absolute;
	text-align: center;
	width: 48em;
	left: 20em;
}
.footer {
	text-align: center;
	color: #ffffff;
}
.bendo {
	float: right;	
	color: #ffffff;
	font-size: 9px;
}
.menu {
	float: left;
	position: absolute;
	left: 0px;	
}
#menu {
  	padding:0;
  	margin:0;
  	width:0;
}
#menu li {
  	list-style-type:none;
  	margin:0 0 0 0;
  	left:0em; 
  	line-height: 50px;
}
#menu a, #menu a:visited {
	position:relative;
	display:block;
	width:190px;
	border:1px solid #000000;
	font-family:arial, verdana, sans-serif;
	font-size:1.0em;
	text-align:center;
	text-decoration:none;
	background:#000000; 
	color:#eeeeee; 
	padding: 0;
}
#menu a span {
	display:none;
}
#menu a:hover {
  	background:#000000;
  	background-image: url("images/btnbkg.gif");
  	background-repeat: norepeat;
  	color:#ffffff;
  	border-right: 1px solid #000000;
}
