body { 
	background-color: black;
	background: black;
	color: white;
}
td { 
	font-family: verdana,arial,sans-serif;
	color: white;
}
a { 
	color: white;
	text-decoration: none;
}
a:visited {
	color: white;
	text-decoration: none;
}
a:hover {
	color: black;
	background: white;
	text-decoration: underline;
	font-weight: bold;
}
span#piccomment {
	left: 0px;
	background: blue;
	color: yellow;
	text-align: center;
	width: 100%;
	font-weight: bolder;
	font-size: 16px;
}
div#contents {
	position: absolute;
	left: 144px;
	background: black;
	color: yellow;
	margin-top: 0;
	padding-top: 0;
	text-align: center;
	height: 100%;
}

div#menu {
    width: 144px;
    min-height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    padding-top: 0;
    background: #707070 ;
    text-align: center;
}
div#menu ul {
	padding: 0;
	margin: 0;
}
div#menu li {
	height: 33px;
	width: 144px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	line-height: 33px;
	list-style-type: none;
	background-image: url(images/buttons1.jpg);
	background-repeat: no-repeat;
	position: relative;
	padding: 0px;
	left: 0;
	float: left;
	font-weight: normal;
}
div#menu li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #000000;
}
div#menu li a:link {
    	color: #000000;
	background-image: url(images/buttons1.jpg);
	background-position: 0px 0px;
}
div#menu li a:visited {
    	color: #000000;
	background-image: url(images/buttons1.jpg);
	background-position: 0px 0px;
}
div#menu li a:hover {
    	font-weight: bold;
    	color: #FFFFFF;
    	text-decoration: underline;
	background-image: url(images/buttons1.jpg);
	background-position: 0px -33px;
}
div#menu li a:active {
	font-weight: bold;
	color: #000000;
	background-image: url(images/buttons1.jpg);
	background-position: 0px -66px;
}
