body{
	background: black;
	color: white;
	font-family: Tahoma, Helvetica, Arial, Geneva, SunSans-Regular, sans-serif;
}

DIV.centerpane{
background: black url(/images/lkjj_splash.jpg) center center no-repeat;
height: 600px;
width: 486px;
margin-left: auto;
margin-right: auto;

}
DIV.footer{
font-size: small;

}

#newspane{
	width: 250px;
}

#newspane a{
	color: white;
}

#newspane a:hover{
	font-weight: bolder;
}

DIV.textpane{
	background: #CCCCCC;
	color: black;
	padding: 20px;
	margin: 10px;
	line-height: 1.3em;
}

#navigation_menu{
	font-size: 20px;
	text-align: right;
	padding-right: 5px;
	color:grey;
}

#navigation_menu a{
	text-decoration: none;
	color: white;
}

#navigation_menu a:hover{
	font-weight: bolder;
}

img.hidden{
	display: none;
	}