@charset "UTF-8";
/* CSS Document */

body{
	background-color:#000;
	margin:0;
}

.top{
		position:sticky;
		top:0;
		z-index:500;
		width:100%;
		height:25px;
		background-color:#fff;
		padding:5px;
		font-family: "Jaro", Helvetica, sans-serif;
		overflow: hidden;
		box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.5);
}

.top a:link {
	text-decoration:none;
	color:#000;
	font-size:1.5em;
	padding:5px;
}
.top a:visited{
	text-decoration:none;
	color:#000;
}
.top a:hover {
	text-decoration:none;
	color:#000;
	background-color:#90f;
}

#nav{
	
	text-align:center;
	width:300px;
	
	margin-left:auto;
	margin-right:auto;
	/*
	float:right;
	*/
}
#wrap{
	text-align:left;
	max-width:1000px;
	min-width:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	width:60%;
	background-color:white;
	padding:10px;
}
.lefty{
	float:left;
	padding-right:10px;
}


